Commit aab1824d authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

Replace saref4ehaw.ttl

parent c98a1c80
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -204,21 +204,6 @@ s4ehaw:hasInterfaceType rdf:type owl:ObjectProperty ;
                        rdfs:label "has interface type"@en .


###  https://saref.etsi.org/s4ehaw/hasLocation
s4ehaw:hasLocation rdf:type owl:ObjectProperty ;
                   rdfs:domain s4ehaw:HealthDevice ,
		               s4ehaw:FunctionalDevice ;
                   rdfs:range  s4ehaw:Location ,
                                    [ rdf:type owl:Class ;
                                      owl:unionOf ( s4ehaw:BodySurface
                                                    s4ehaw:Implant
                                                  )
                                    ] ;
                   rdfs:comment "The location of an health device, i.e. its position against the body - on or in the body - and/or its geolocation." ,
		                "The location of a functional device, i.e. its position against the body - on or in the body - and/or its geolocation." ;
                   rdfs:label "has location"@en .


###  https://saref.etsi.org/s4ehaw/hasMesurement
s4ehaw:hasMesurement rdf:type owl:ObjectProperty ;
                     rdfs:domain s4ehaw:Data ;
@@ -327,6 +312,21 @@ s4ehaw:isMeasuredIn rdf:type owl:ObjectProperty ;
                    rdfs:label "is measured in"@en .


###  https://saref.etsi.org/s4ehaw/location
s4ehaw:location rdf:type owl:ObjectProperty ;
                   rdfs:domain s4ehaw:HealthDevice ,
		               s4ehaw:FunctionalDevice ;
                   rdfs:range  s4ehaw:Location ,
                                    [ rdf:type owl:Class ;
                                      owl:unionOf ( s4ehaw:BodySurface
                                                    s4ehaw:Implant
                                                  )
                                    ] ;
                   rdfs:comment "The location of an health device, i.e. its position against the body - on or in the body - and/or its geolocation." ,
		                "The location of a functional device, i.e. its position against the body - on or in the body - and/or its geolocation." ;
                   rdfs:label "location"@en .


###  https://saref.etsi.org/saref#offers
saref:offers rdf:type owl:ObjectProperty ;
             rdfs:domain s4ehaw:HealthDevice ,