Commit cee92a5d authored by Mauro Dragoni's avatar Mauro Dragoni
Browse files

Fixed WearableProperty hierarchy.

parent f6a14582
Loading
Loading
Loading
Loading
+32 −24
Original line number Diff line number Diff line
@@ -128,6 +128,10 @@ saref:hasFunction rdf:type owl:ObjectProperty ;
                  rdfs:range saref:Function .


###  https://saref.etsi.org/core/hasProperty
saref:hasProperty rdf:type owl:ObjectProperty .


###  https://saref.etsi.org/core/isControlledByDevice
saref:isControlledByDevice rdf:type owl:ObjectProperty ;
                           rdfs:isDefinedBy saref: ;
@@ -177,6 +181,12 @@ saref:relatesToProperty rdf:type owl:ObjectProperty ;
                        rdfs:label "relates to property"@en .


###  https://saref.etsi.org/saref4city/takesPlaceAt
s4city:takesPlaceAt rdf:type owl:ObjectProperty ;
                    rdfs:comment "The place where an occurrence takes place."@en ;
                    rdfs:label "takes place at"@en .


###  https://saref.etsi.org/saref4city/takesPlaceAtFacility
s4city:takesPlaceAtFacility rdf:type owl:ObjectProperty ;
                            rdfs:subPropertyOf s4wear:takesPlaceAt ;
@@ -194,13 +204,6 @@ s4wear:actsOn rdf:type owl:ObjectProperty ;
              rdfs:range s4wear:ActuableObject .



###  https://saref.etsi.org/saref4wear/followsPolicy
s4wear:followsPolicy rdf:type owl:ObjectProperty ;
                     rdfs:domain s4wear:Wearable ;
                     rdfs:range s4wear:Policy .


###  https://saref.etsi.org/saref4wear/controlsFeature
s4wear:controlsFeature rdf:type owl:ObjectProperty ;
                       rdfs:domain saref:Device ;
@@ -225,6 +228,12 @@ s4wear:featureIsMeasuredByDevice rdf:type owl:ObjectProperty ;
                                 rdfs:label "feature is measured by device"@en .


###  https://saref.etsi.org/saref4wear/followsPolicy
s4wear:followsPolicy rdf:type owl:ObjectProperty ;
                     rdfs:domain s4wear:Wearable ;
                     rdfs:range s4wear:Policy .


###  https://saref.etsi.org/saref4wear/hasInterface
s4wear:hasInterface rdf:type owl:ObjectProperty ;
                    rdfs:domain saref:Device ;
@@ -324,10 +333,8 @@ s4wear:sendsNotificationsTo rdf:type owl:ObjectProperty ;
                            rdfs:range s4wear:Wearer .


###  https://saref.etsi.org/saref4city/takesPlaceAt
s4city:takesPlaceAt rdf:type owl:ObjectProperty ;
                    rdfs:comment "The place where an occurrence takes place."@en ;
                    rdfs:label "takes place at"@en .
###  https://saref.etsi.org/saref4wear/takesPlaceAt
s4wear:takesPlaceAt rdf:type owl:ObjectProperty .


###  https://saref.etsi.org/saref4wear/triggers
@@ -655,21 +662,21 @@ s4wear:CrowdProperty rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/ElectricalProperty
s4wear:ElectricalProperty rdf:type owl:Class ;
                          rdfs:subClassOf saref:WearableProperty ;
                          rdfs:subClassOf s4wear:WearableProperty ;
                          rdfs:comment "Class to group those electrical properties related to wearables."@en ;
                          rdfs:label "Electrical property"@en .


###  https://saref.etsi.org/saref4wear/ElectricalSafetyProperty
s4wear:ElectricalSafetyProperty rdf:type owl:Class ;
                                rdfs:subClassOf saref:WearableProperty ;
                                rdfs:subClassOf s4wear:WearableProperty ;
                                rdfs:comment "Class to group those electrical safety properties related to wearables."@en ;
                                rdfs:label "Electrical safety property"@en .


###  https://saref.etsi.org/saref4wear/EmissionProperty
s4wear:EmissionProperty rdf:type owl:Class ;
                        rdfs:subClassOf saref:WearableProperty ;
                        rdfs:subClassOf s4wear:WearableProperty ;
                        rdfs:comment "Class to group those emission properties related to wearables."@en ;
                        rdfs:label "Emission property"@en .

@@ -810,14 +817,14 @@ s4wear:User rdf:type owl:Class ;

###  https://saref.etsi.org/saref4wear/Wearable
s4wear:Wearable rdf:type owl:Class ;
                rdfs:subClassOf saref:Device ,
                                geosp:Feature ,
                rdfs:subClassOf geosp:Feature ,
                                saref:Device ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty saref:hasProperty ;
                                  owl:allValuesFrom s4wear:WearableProperty
                                ] ;
                rdfs:comment "A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."@en ;
                rdfs:comment """A wearable device is a device that is intended to be located near, on or in an organism.
The definition of this concept satisfies the requirement WEAR-1."""@en ;
                rdfs:label "Wearable device"@en .


@@ -863,12 +870,6 @@ s4wear:WearerProperty rdf:type owl:Class ;
#    Individuals
#################################################################

###  https://www.linkedin.com/in/maurodragoni/MauroDragoni
<https://www.linkedin.com/in/maurodragoni/MauroDragoni> rdf:type owl:NamedIndividual ,
                                                                 foaf:Person ;
                                                        foaf:name "Mauro Dragoni" .


###  https://saref.etsi.org/saref4wear/AcousticEmission
s4wear:AcousticEmission rdf:type owl:NamedIndividual ,
                                 s4wear:EmissionProperty ;
@@ -946,3 +947,10 @@ s4wear:WearerTemperature rdf:type owl:NamedIndividual ,
                         rdfs:label "Wearer temperature"@en .


###  https://www.linkedin.com/in/maurodragoni/MauroDragoni
<https://www.linkedin.com/in/maurodragoni/MauroDragoni> rdf:type owl:NamedIndividual ,
                                                                 foaf:Person ;
                                                        foaf:name "Mauro Dragoni" .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi