-
Notifications
You must be signed in to change notification settings - Fork 1
5.2 RDF Description Examples
Vasilis Glykantzis edited this page Apr 5, 2018
·
2 revisions
@prefix : <http://nextworks.com/ontology/resource#> .
@prefix nxw-location: <http://nextworks.com/ontology/location#> .
@prefix nxw-foi: <http://nextworks.com/ontology/foi#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix core: <http://www.symbiote-h2020.eu/ontology/core#> .
@prefix qu: <http://purl.oclc.org/NET/ssnx/qu/quantity#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix meta: <http://www.symbiote-h2020.eu/ontology/meta#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bim: <http://www.symbiote-h2020.eu/ontology/bim#> .
@prefix bim-sr: <http://www.symbiote-h2020.eu/ontology/bim/smartresidence#> .
@base <http://nextworks.com/ontology/resource#> .
:nxw-Light1
a bim-sr:Light ;
a owl:NamedIndividual ;
a core:FeatureOfInterest ;
core:description "Light sensor 1" ;
core:name "NXW Light 1" ;
core:locatedAt nxw-location:Location1 ;
core:hasCapability [ a bim-sr:OnOffCapabililty ;
core:hasEffect [ a bim-sr:OnOffEffect ;
core:actsOn :nxw-Light1
] ;
core:hasEffect [ a core:Effect ;
core:actsOn nxw-foi:nxw-Room1 ;
core:affects qu:humidity , qu:temperature
]
] ;
core:hasCapability [ a bim-sr:DimmerCapability ;
core:hasEffect [ a bim-sr:DimmerEffect ;
core:actsOn nxw-foi:nxw-Room1
] ;
] ;
core:hasCapability [ a bim-sr:RGBCapability ;
core:hasEffect [ a bim-sr:RGBEffect ;
core:actsOn :nxw-Light1
] ;
core:hasEffect [ a core:Effect ;
core:actsOn nxw-foi:nxw-Room1 ;
core:affects qu:illuminance
]
] ;
core:observesProperty qu:illuminance.
nxw-location:Location1
a core:WGS84Location ;
core:description "Location of first deployment nxw" ;
core:name "Pisa" ;
geo:alt "15.0" ;
geo:lat "43.720663784" ;
geo:long "10.389831774" .
nxw-foi:nxw-Room1
a core:FeatureOfInterest ;
core:description "Light sensor 1" ;
core:name "NXW Light 1" ;
core:hasProperty qu:humidity , qu:temperature, qu:illuminance .
Getting Started
Migration to 3.0.0
Migration to Docker
-
Preparation steps
1.1. Register user and configure platform in symbIoTe Core
1.2. Installation of required tools for symbIoTe platform components
1.3. Downloading jars
1.4. Downloading sources -
Configuring and starting components
2.1. Configuration of NGINX
2.2. Starting third party tools that are prerequisite for symbIoTe
2.3. Starting (generic) symbIoTe Cloud components
2.4. Configuration of cloud components
2.4.1. Starting symbIoTe Cloud components
2.5. Setting up the Platform Authentication and Authorization Manager (PAAM)
2.6. Starting Registration Handler and resource management
2.7. Set up of Resource Access Proxy
2.8. Manage resources
2.9. Set up of the Monitoring component
2.10. Other configuration topics -
Test integrated resource
3.1. Security
3.2. Search for resources
3.3. Obtaining resource access URL
3.4. Accessing the resource and actuating and invoking service for default (dummy) resources -
Creating RAP plugin
4.1. Customizing internal RAP plugin
4.2. Using RAP plugin starter
4.3. Creating RAP plugin in other languages -
Resource Description Examples
5.1. JSON Description Examples
5.2. RDF Description Examples - Preparation for L2 compliance
-
Configuring and starting components for L2
7.1. Starting Federation Manager
7.2. Starting Subscription Manager
7.3. Starting Platform Registry
7.4. Starting Trust Manager
7.5. Starting Bartering And Trading
7.6. Starting SLA Manager
7.7. Create a federation
7.8. Manage resources in L2
7.9. Register Subscription - Test Integrated L2 Resources
- Developing symbIoTe enabled apps