Commit f132c541 authored by dragoni's avatar dragoni
Browse files

Addressed issue #12.

parent fa90c0fe
Loading
Loading
Loading
Loading
Loading
+31 −31
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ saref:hasCommand rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/core/hasFunction
saref:hasFunction rdf:type owl:ObjectProperty ;
                  rdfs:domain s4wear:Wearable ;
                  rdfs:domain s4wear:WearableDevice ;
                  rdfs:range saref:Function ;
                  rdfs:comment "A relationship identifying the function of a device."@en ;
                  rdfs:label "has function"@en .
@@ -273,7 +273,7 @@ s4wear:featureIsMeasuredByDevice rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/saref4wear/followsPolicy
s4wear:followsPolicy rdf:type owl:ObjectProperty ;
                     rdfs:domain s4wear:Wearable ;
                     rdfs:domain s4wear:WearableDevice ;
                     rdfs:range s4wear:Policy ;
                     rdfs:comment "A relationship specifying the policy followed by a wearable device."@en ;
                     rdfs:label "follows policy"@en .
@@ -329,7 +329,7 @@ s4wear:isDetectedBy rdf:type owl:ObjectProperty ;

###  https://saref.etsi.org/saref4wear/isLocated
s4wear:isLocated rdf:type owl:ObjectProperty ;
                 rdfs:domain s4wear:Wearable ;
                 rdfs:domain s4wear:WearableDevice ;
                 rdfs:range s4wear:Wearer ;
                 rdfs:comment "A relationship specifying the location of a wearer with respect to a wearable."@en ;
                 rdfs:label "is located"@en .
@@ -390,8 +390,8 @@ s4wear:monitors rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4wear/sendsInformationTo
s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf s4syst:connectedTo ;
                          rdfs:domain s4wear:Wearable ;
                          rdfs:range s4wear:Wearable ;
                          rdfs:domain s4wear:WearableDevice ;
                          rdfs:range s4wear:WearableDevice ;
                          rdfs:comment "A relationship specifying the sending information operation between two wearables."@en ;
                          rdfs:label "sends information to"@en .

@@ -399,7 +399,7 @@ s4wear:sendsInformationTo rdf:type owl:ObjectProperty ;
###  https://saref.etsi.org/saref4wear/sendsNotificationsTo
s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf s4syst:connectedTo ;
                            rdfs:domain s4wear:Wearable ;
                            rdfs:domain s4wear:WearableDevice ;
                            rdfs:range s4wear:Wearer ;
                            rdfs:comment "A relationship specifying the sending notification operation between two wearables."@en ;
                            rdfs:label "sends notifications to"@en .
@@ -447,7 +447,7 @@ s4wear:hasCapacity rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/saref4wear/hasDataTransmissionRate
s4wear:hasDataTransmissionRate rdf:type owl:DatatypeProperty ;
                               rdfs:domain s4wear:Wearable ;
                               rdfs:domain s4wear:WearableDevice ;
                               rdfs:range xsd:double ;
                               rdfs:comment "A relationship defining the data transmission rate of a wearable."@en ;
                               rdfs:label "has data transmission rate"@en .
@@ -455,7 +455,7 @@ s4wear:hasDataTransmissionRate rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/saref4wear/hasHeight
s4wear:hasHeight rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4wear:Wearable ;
                 rdfs:domain s4wear:WearableDevice ;
                 rdfs:range xsd:double ;
                 rdfs:comment "A relationship defining the height dimension of a wearable."@en ;
                 rdfs:label "has height"@en .
@@ -463,7 +463,7 @@ s4wear:hasHeight rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/saref4wear/hasLength
s4wear:hasLength rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4wear:Wearable ;
                 rdfs:domain s4wear:WearableDevice ;
                 rdfs:range xsd:double ;
                 rdfs:comment "A relationship defining the length dimension of a wearable."@en ;
                 rdfs:label "has length"@en .
@@ -471,7 +471,7 @@ s4wear:hasLength rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/saref4wear/hasStorage
s4wear:hasStorage rdf:type owl:DatatypeProperty ;
                  rdfs:domain s4wear:Wearable ;
                  rdfs:domain s4wear:WearableDevice ;
                  rdfs:range xsd:double ;
                  rdfs:comment "A relationship defining the storage capacity of a wearable."@en ;
                  rdfs:label "has storage"@en .
@@ -479,7 +479,7 @@ s4wear:hasStorage rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/saref4wear/hasWeight
s4wear:hasWeight rdf:type owl:DatatypeProperty ;
                 rdfs:domain s4wear:Wearable ;
                 rdfs:domain s4wear:WearableDevice ;
                 rdfs:range xsd:double ;
                 rdfs:comment "A relationship defining the weight of a wearable device."@en ;
                 rdfs:label "has weight"@en .
@@ -487,7 +487,7 @@ s4wear:hasWeight rdf:type owl:DatatypeProperty ;

###  https://saref.etsi.org/saref4wear/hasWidth
s4wear:hasWidth rdf:type owl:DatatypeProperty ;
                rdfs:domain s4wear:Wearable ;
                rdfs:domain s4wear:WearableDevice ;
                rdfs:range xsd:double ;
                rdfs:comment "A relationship defining the width dimention of a wearable."@en ;
                rdfs:label "has width"@en .
@@ -559,7 +559,7 @@ geo:Geometry rdf:type owl:Class ;
geo:Point rdf:type owl:Class ;
          rdfs:subClassOf geo:Geometry ;
          rdfs:comment "A point, typically described using a coordinate system relative to Earth."@en ;
          rdfs:isDefinedBy geo: ;
          rdfs:isDefinedBy <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
          rdfs:label "Point"@en .


@@ -819,7 +819,7 @@ s4wear:FabricWearable rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/InBodyWearable
s4wear:InBodyWearable rdf:type owl:Class ;
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:WearableDevice
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty s4wear:isLocatedIn ;
                                                               owl:someValuesFrom s4wear:Wearer
@@ -861,7 +861,7 @@ s4wear:NavigatingFunction rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/NearBodyWearable
s4wear:NearBodyWearable rdf:type owl:Class ;
                        rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable
                        rdfs:subClassOf [ owl:intersectionOf ( s4wear:WearableDevice
                                                               [ rdf:type owl:Restriction ;
                                                                 owl:onProperty s4wear:isLocatedNear ;
                                                                 owl:someValuesFrom s4wear:Wearer
@@ -885,7 +885,7 @@ s4wear:Occurrence rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/OnBodyWearable
s4wear:OnBodyWearable rdf:type owl:Class ;
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:WearableDevice
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty s4wear:isLocatedOn ;
                                                               owl:someValuesFrom s4wear:Wearer
@@ -938,8 +938,8 @@ s4wear:User rdf:type owl:Class ;
            rdfs:label "User"@en .


###  https://saref.etsi.org/saref4wear/Wearable
s4wear:Wearable rdf:type owl:Class ;
###  https://saref.etsi.org/saref4wear/WearableDevice
s4wear:WearableDevice rdf:type owl:Class ;
                      rdfs:subClassOf geo:Feature ,
                                      saref:Device ,
                                      [ rdf:type owl:Restriction ;
@@ -967,7 +967,7 @@ s4wear:Wearer rdf:type owl:Class ;
                              [ owl:intersectionOf ( s4wear:LivingOrganism
                                                     [ rdf:type owl:Restriction ;
                                                       owl:onProperty s4wear:featureIsMeasuredByDevice ;
                                                       owl:someValuesFrom s4wear:Wearable
                                                       owl:someValuesFrom s4wear:WearableDevice
                                                     ]
                                                   ) ;
                                rdf:type owl:Class