Commit 75fc5c4f authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Removed the PhysicalObject class, since it is equivalent to geosp:Feature.

Closes #1.
parent 0798754e
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -488,8 +488,7 @@ saref:Actuator rdf:type owl:Class ;

###  https://saref.etsi.org/core/Device
saref:Device rdf:type owl:Class ;
             rdfs:subClassOf s4wear:PhysicalObject ,
                             [ rdf:type owl:Restriction ;
             rdfs:subClassOf [ rdf:type owl:Restriction ;
                               owl:onProperty saref:controlsProperty ;
                               owl:allValuesFrom saref:Property
                             ] ,
@@ -600,8 +599,7 @@ s4city:AdministrativeArea rdf:type owl:Class ;

###  https://saref.etsi.org/saref4city/CityObject
s4city:CityObject rdf:type owl:Class ;
                  rdfs:subClassOf geosp:Feature ,
                                  s4wear:PhysicalObject ;
                  rdfs:subClassOf geosp:Feature ;
                  rdfs:isDefinedBy s4city: ;
                  rdfs:label "City object"@en .

@@ -756,13 +754,6 @@ s4wear:OnBodyWearable rdf:type owl:Class ;
                      rdfs:label "On-body wearable"@en .


###  https://saref.etsi.org/saref4wear/PhysicalObject
s4wear:PhysicalObject rdf:type owl:Class ;
                      rdfs:subClassOf geosp:Feature ,
                                      saref:FeatureOfInterest ;
                      rdfs:label "Physical object"@en .


###  https://saref.etsi.org/saref4wear/Policy
s4wear:Policy rdf:type owl:Class ;
              rdfs:label "Policy"@en .