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

Merge branch 'develop' into 'master'

Removed PositionedWearable class. Issue #19

Closes #19

See merge request stf/stf-566/saref4wear!38
parents 7169e3d5 60a47764
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
@@ -696,7 +696,7 @@ s4wear:FabricWearable rdf:type owl:Class ;

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

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

###  https://saref.etsi.org/saref4wear/OnBodyWearable
s4wear:OnBodyWearable rdf:type owl:Class ;
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:PositionedWearable
                      rdfs:subClassOf [ owl:intersectionOf ( s4wear:Wearable
                                                             [ rdf:type owl:Restriction ;
                                                               owl:onProperty s4wear:isLocatedOn ;
                                                               owl:someValuesFrom s4wear:Wearer
@@ -766,12 +766,6 @@ s4wear:Policy rdf:type owl:Class ;
              rdfs:label "Policy"@en .


###  https://saref.etsi.org/saref4wear/PositionedWearable
s4wear:PositionedWearable rdf:type owl:Class ;
                          rdfs:subClassOf s4wear:Wearable ;
                          rdfs:label "Positioned wearable"@en .


###  https://saref.etsi.org/saref4wear/PowerSupply
s4wear:PowerSupply rdf:type owl:Class ;
                   rdfs:subClassOf saref:Device ;