Unverified Commit 07495eeb authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

model operating constraints as properties. closes #28

parent 8c35189e
Loading
Loading
Loading
Loading
Loading
+12 −8
Original line number Diff line number Diff line
@@ -200,14 +200,6 @@ s4ehaw:hasMeasurement rdf:type owl:ObjectProperty ;
                     rdfs:label "has measurement"@en .


##  https://saref.etsi.org/saref4ehaw/hasOperatingConstraint
s4ehaw:hasOperatingConstraint rdf:type owl:ObjectProperty ;
                              rdfs:domain s4ehaw:HealthDevice ;
                              rdfs:range s4ehaw:OperatingConstraint ;
                              rdfs:comment "The operating constraints of a health device, e.g. recommended humidity and temperature range..."@en ;
                              rdfs:label "has operating constraint"@en .


###  https://saref.etsi.org/saref4ehaw/hasParticipant
s4ehaw:hasParticipant rdf:type owl:ObjectProperty ;
                      rdfs:domain s4ehaw:MeasurementCollectionSession ;
@@ -1240,5 +1232,17 @@ s4ehaw:Location rdf:type saref:State ;
      rdfs:label "Implant location"@en .


###  https://saref.etsi.org/saref4ehaw/Recommended
s4ehaw:Recommended a owl:NamedIndividual, saref:Property ;
    rdfs:comment "The recommended property values for some entity. Typically, a property will be defined both narrower than this and another property."@en .

s4ehaw:MaximumRecommended a owl:NamedIndividual, saref:Property ;
    rdfs:comment "The maximum recommended property value for some entity"@en ;
    skos:broader s4ehaw:Recommended .

s4ehaw:MinimumRecommended a owl:NamedIndividual, saref:Property ;
    rdfs:comment "The minimum recommended property value for some entity"@en ;
    skos:broader s4ehaw:Recommended .


###  Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi