Unverified Commit 325cc9d8 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

complements #23

parent 8d553790
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -114,14 +114,6 @@ s4ehaw:hasActivity rdf:type owl:ObjectProperty ;
                   rdfs:label "has activity"@en .


###  https://saref.etsi.org/saref4ehaw/hasDeviceCharacteristic
s4ehaw:hasDeviceCharacteristic rdf:type owl:ObjectProperty ;
                     rdfs:domain s4ehaw:HealthDevice ;
                     rdfs:range s4ehaw:DeviceCharacteristic ;
                     rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device, e.g. its dimensions."@en ;
                     rdfs:label "has device characteristic"@en .


###  https://saref.etsi.org/saref4ehaw/hasHub
s4ehaw:hasHub rdf:type owl:ObjectProperty ;
  rdfs:subPropertyOf s4syst:connectsSystem ;
@@ -320,12 +312,6 @@ s4ehaw:DailyActivity rdf:type owl:Class ;
                     rdfs:label "Daily activity"@en .


###  https://saref.etsi.org/saref4ehaw/DeviceCharacteristic
s4ehaw:DeviceCharacteristic rdf:type owl:Class ;
                  rdfs:comment "A health device has device characteristic describing the physical characteristics of the health device."@en ;
                  rdfs:label "Device characteristic"@en .


###  https://saref.etsi.org/saref4ehaw/FunctionalDevice
s4ehaw:FunctionalDevice rdf:type owl:Class ;
                        rdfs:subClassOf saref:Device ;