Commit 043fcb2c authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Added the link between s4wear:Wearable and ssn-system:SystemCapability. Issue #24

parent e09faadf
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ssn-system: <http://www.w3.org/ns/ssn/systems/> .
@base <https://saref.etsi.org/saref4wear/> .

<https://saref.etsi.org/saref4wear/> rdf:type owl:Ontology ;
@@ -116,6 +117,12 @@ geo:location rdf:type owl:ObjectProperty ;
             rdfs:label "location" .


###  http://www.w3.org/ns/ssn/systems/hasSystemCapability
ssn-system:hasSystemCapability rdf:type owl:ObjectProperty ;
                               rdfs:domain s4wear:Wearable ;
                               rdfs:range ssn-system:SystemCapability .


###  https://saref.etsi.org/core/controlsProperty
saref:controlsProperty rdf:type owl:ObjectProperty ;
                       rdfs:isDefinedBy saref: ;
@@ -478,6 +485,10 @@ geo:Point rdf:type owl:Class ;
          rdfs:label "Point"@en .


###  http://www.w3.org/ns/ssn/systems/SystemCapability
ssn-system:SystemCapability rdf:type owl:Class .


###  http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class .