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

New version addressing issue #60 from Maxime Lefrançois.

parent 57ee2fe0
Loading
Loading
Loading
Loading
+24 −17
Original line number Diff line number Diff line
@@ -318,6 +318,14 @@ s4ehaw:inCurrentMode rdf:type owl:ObjectProperty ;
                     rdfs:label "in current mode"@en  .


###  https://saref.etsi.org/saref4ehaw/interfaceProtocol
s4ehaw:interfaceProtocol rdf:type owl:ObjectProperty ;
                         rdfs:domain s4ehaw:Interface ;
                         rdfs:range s4ehaw:CommunicationProtocol ;
                         rdfs:comment "The interface communication protocol can be e.g. BLE, serial, Ethernet..."@en ;
                         rdfs:label "interface protocol"@en .


###  https://saref.etsi.org/saref4ehaw/isAttachedTo
s4ehaw:isAttachedTo rdf:type owl:ObjectProperty ;
                    rdfs:domain s4ehaw:HealthDevice ;
@@ -334,6 +342,14 @@ 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/precision
s4ehaw:precision rdf:type owl:ObjectProperty ;
                 rdfs:domain s4ehaw:MeasurementFunction ;
@@ -522,14 +538,6 @@ s4ehaw:geolocation rdf:type owl:DatatypeProperty ;
                   rdfs:label "geolocation"@en .


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


###  https://saref.etsi.org/saref4ehaw/hasCalculationMethod
s4ehaw:hasCalculationMethod rdf:type owl:DatatypeProperty ;
                            rdfs:domain s4ehaw:ServiceProcess ;
@@ -642,14 +650,6 @@ s4ehaw:interfaceDescription rdf:type owl:DatatypeProperty ;
                            rdfs:label "interface description"@en .


###  https://saref.etsi.org/saref4ehaw/interfaceProtocol
s4ehaw:interfaceProtocol rdf:type owl:DatatypeProperty ;
                         rdfs:domain s4ehaw:Interface ;
                         rdfs:range xsd:string ;
                         rdfs:comment "The interface communication protocol can be e.g. BLE, serial, Ethernet..."@en ;
                         rdfs:label "interface protocol"@en .


###  https://saref.etsi.org/saref4ehaw/isDerivedData
s4ehaw:isDerivedData rdf:type owl:DatatypeProperty ;
                     rdfs:domain s4ehaw:Data ;
@@ -924,6 +924,13 @@ s4ehaw:ChronicDisease rdf:type owl:Class ;
                      rdfs:label "Chronic disease"@en .



###  https://saref.etsi.org/saref4ehaw/CommunicationProtocol
s4ehaw:CommunicationProtocol rdf:type owl:Class  ;
                             rdfs:comment "The communication protocol, e.g. BLE, serial, Ethernet..."@en ;
                             rdfs:label "Communication protocol"@en .


###  https://saref.etsi.org/saref4ehaw/BanCommunicationType
s4ehaw:BanCommunicationType rdf:type owl:Class ;
                            rdfs:comment "The BAN communication function type, i.e. periodic, event driven or on request."@en ;