Unverified Commit 0520874d authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #29

parent 855cc7b6
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ Creator/contributor: Marc Girod Genet- Lina Nachabe """@en .
###  https://saref.etsi.org/saref4ehaw/examples/COVIDCase/AlertForHosp
s4ehawInst:AlertForHosp rdf:type owl:NamedIndividual ,
                                 saref:Service ;
                                 s4ehaw:supports s4ehawInst:SMS .
                                 s4ehaw:exposedOn s4ehawInst:SMS .


###  https://saref.etsi.org/saref4ehaw/examples/COVIDCase/Bluetooth
@@ -217,7 +217,7 @@ s4ehawInst:RespiratoryRate rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SMS
s4ehawInst:SMS rdf:type owl:NamedIndividual ,
                        s4ehaw:ServiceGrounding .
                        saref:FeatureKind, s4syst:Connection .


###  https://saref.etsi.org/saref4ehaw/examples/COVIDCase/SPO2
@@ -263,7 +263,7 @@ s4ehawInst:TuckyThermometer rdf:type owl:NamedIndividual ,
s4ehawInst:WarningCovid19 rdf:type owl:NamedIndividual ,
                                   saref:Service ;
                                   s4ehaw:presents s4ehawInst:WarningCovid19Profile ;
                                   s4ehaw:supports s4ehawInst:SMS .
                                   s4ehaw:exposedOn s4ehawInst:SMS .


###  https://saref.etsi.org/saref4ehaw/examples/COVIDCase/WarningCovid19Profile
+8 −16
Original line number Diff line number Diff line
@@ -195,14 +195,6 @@ s4ehaw:isDescribedBy rdf:type owl:ObjectProperty ;
                     rdfs:label "is described by"@en .


###  https://saref.etsi.org/saref4ehaw/groundingProtocol
s4ehaw:groundingProtocol rdf:type owl:ObjectProperty ;
                         rdfs:domain s4ehaw:ServiceGrounding ;
                         rdfs:range s4ehaw:CommunicationProtocol ;
                         rdfs:comment "The grounding protocol is the protocol used to transmit the message by the service, e.g. BLE."@en ;
                         rdfs:label "grounding protocol"@en .


###  https://saref.etsi.org/saref4ehaw/presents
s4ehaw:presents rdf:type owl:ObjectProperty ;
                rdfs:domain saref:Service ;
@@ -211,14 +203,6 @@ s4ehaw:presents rdf:type owl:ObjectProperty ;
                rdfs:label "presents"@en .


###  https://saref.etsi.org/saref4ehaw/supports
s4ehaw:supports rdf:type owl:ObjectProperty ;
                rdfs:domain saref:Service ;
                rdfs:range s4ehaw:ServiceGrounding ;
                rdfs:comment "A service supports a service grounding (how to access the service)." ;
                rdfs:label "supports"@en .


###  https://saref.etsi.org/saref4ehaw/uom
s4ehaw:uom rdf:type owl:ObjectProperty ;
           rdfs:domain s4ehaw:MeasurementFunction ;
@@ -1147,5 +1131,13 @@ s4ehaw:Prevention rdf:type owl:NamedIndividual ,
  rdfs:label "Prevention"@en .


s4ehaw:exposedOn a owl:ObjectProperty ;
  rdfs:label "exposed on"@en ;
  rdfs:comment """Links a service to a Connection/FeatureKind (such as ex:Bluetooth), to a Connection/FeatureOfInterest (such as <this_network> ),  to a ConnectionPoint/FeatureKind (such as ex:TCPPort), to a ConnectionPoint/FeatureOfInterest (such as <tcp_port_4255>)."""@en
  rdfs:domain saref:Service ;
  rdfs:range [ a owl:Class ; owl:intersectionOf (
    [ a owl:Class ; owl:unionOf ( saref:FeatureKind, saref:FeatureOfInterest ) ]
    [ a owl:Class ; owl:unionOf ( saref:Connection, saref:ConnectionPoint) ]
  ) ] ;

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