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

solve pipeline issues

parent e0224adc
Loading
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -62,8 +62,8 @@ ex:BPM rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4wear/example/BPM145
ex:BPM145 rdf:type owl:NamedIndividual ,
                   saref:Measurement ;
          saref:relatesToProperty s4wear:HeartRate ;
                   saref:Observation ;
          saref:observes s4wear:HeartRate ;
          saref:hasTimestamp "2020-05-05T18:04:21"^^xsd:dateTime ;
          saref:isMeasuredIn ex:BPM ;
          saref:hasValue "145"^^xsd:int .
@@ -84,7 +84,7 @@ ex:MmHg rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4wear/example/OpticalSensor1
ex:OpticalSensor1 rdf:type owl:NamedIndividual ,
                           ex:OpticalSensor ;
                  saref:makesMeasurement ex:BPM145 .
                  saref:madeExecution ex:BPM145 .


###  https://saref.etsi.org/saref4wear/example/OxygenSaturation
@@ -94,8 +94,8 @@ ex:OxygenSaturation rdf:type owl:NamedIndividual ,

###  https://saref.etsi.org/saref4wear/example/OxygenLevel97
ex:OxygenLevel97 rdf:type owl:NamedIndividual ,
                          saref:Measurement ;
                 saref:relatesToProperty ex:OxygenSaturation ;
                          saref:Observation ;
                 saref:observes ex:OxygenSaturation ;
                 saref:hasTimestamp "2020-05-05T13:07:02"^^xsd:dateTime ;
                 saref:isMeasuredIn ex:MmHg ;
                 saref:hasValue "97"^^xsd:float .
@@ -110,7 +110,7 @@ ex:Patient1 rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4wear/example/Photodetector1
ex:Photodetector1 rdf:type owl:NamedIndividual ,
                           ex:Photodetector ;
                  saref:makesMeasurement ex:OxygenLevel97 .
                  saref:madeExecution ex:OxygenLevel97 .


###  https://saref.etsi.org/saref4wear/example/Runner1
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ ex:MusicFestival2020 rdf:type owl:NamedIndividual ,
###  https://saref.etsi.org/saref4wear/example/Receiver1
ex:Receiver1 rdf:type owl:NamedIndividual ,
                      ex:CrowdControlWearable ;
             saref:measuresProperty s4wear:QueueSize.
             saref:observes s4wear:QueueSize.


###  https://saref.etsi.org/saref4wear/example/SoundSensor1
+7 −23
Original line number Diff line number Diff line
@@ -20,22 +20,23 @@
<https://saref.etsi.org/saref4wear/> rdf:type owl:Ontology ;
                                      owl:versionIRI <https://saref.etsi.org/saref4wear/v2.1.1/> ;
                                      owl:imports <https://saref.etsi.org/core/v4.1.1/> ,
                                        <https://saref.etsi.org/saref4syst/v1.2.1/> ,
                                        <https://saref.etsi.org/saref4syst/v1.1.2/> ,
                                        <https://saref.etsi.org/saref4city/v2.1.1/> ;
                                      dcterms:created "2019-01-01"^^xsd:date ;
                                      dcterms:creator <http://www.garcia-castro.com/foaf.rdf#me> ,
                                                      <https://www.linkedin.com/in/maurodragoni/MauroDragoni> ;
                                      dcterms:description "SAREF4WEAR is an extension of SAREF for Wearables"@en ;
                                      dcterms:issued "2020-02-01"^^xsd:date ;
                                      dcterms:description "SAREF4WEAR is an extension of SAREF for the Wearables domain"@en ;
                                      dcterms:issued "2025-05-22"^^xsd:date ;
                                      dcterms:license <https://forge.etsi.org/etsi-software-license> ;
                                      dcterms:modified "2025-05-16"^^xsd:date ;
                                      dcterms:modified "2025-05-22"^^xsd:date ;
                                      dcterms:publisher <https://www.etsi.org/> ;
                                      dcterms:source <https://saref.etsi.org/sources/saref4wear/> ;
                                      rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341009/02.01.01_60/ts_10341009v020101p.pdf> ;
                                      dcterms:title "SAREF4WEAR: an extension of SAREF for Wearables"@en ;
                                      dcterms:title "SAREF4WEAR: an extension of SAREF for the Wearables domain"@en ;
                                      vann:preferredNamespacePrefix "s4wear" ;
                                      vann:preferredNamespaceUri "https://saref.etsi.org/saref4wear/" ;
                                      owl:versionInfo "v2.1.1" .
                                      owl:versionInfo "v2.1.1" ;
                                      owl:priorVersion <https://saref.etsi.org/saref4wear/v1.1.1/> .

#################################################################
#    Annotation properties
@@ -187,15 +188,6 @@ s4wear:isLocatedOn rdf:type owl:ObjectProperty ;
                   rdfs:label "is located on"@en .


###  https://saref.etsi.org/saref4wear/isTriggeredBy
s4wear:isTriggeredBy rdf:type owl:ObjectProperty ;
                     owl:inverseOf s4wear:triggers ;
                     rdfs:domain saref:ActuatingFunction ;
                     rdfs:range saref:Device ;
                     rdfs:comment "A relationship specifying the function actuating the work of a device."@en ;
                     rdfs:label "is triggered by"@en .


###  https://saref.etsi.org/saref4wear/monitors
s4wear:monitors rdf:type owl:ObjectProperty ;
                rdfs:domain saref:Device ;
@@ -228,14 +220,6 @@ s4wear:takesPlaceAt rdf:type owl:ObjectProperty ;
                    rdfs:label "takes place at"@en .


###  https://saref.etsi.org/saref4wear/triggers
s4wear:triggers rdf:type owl:ObjectProperty ;
                rdfs:domain saref:Device ;
                rdfs:range saref:ActuatingFunction ;
                rdfs:comment "A relationship specifying the function actuating the work of a device."@en ;
                rdfs:label "triggers"@en .


#################################################################
#    Data properties
#################################################################