health-status-monitor example

IRI
https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor#
Conforms to ontologies
Download serialization
License
health-status-monitor example

Turtle

@prefix ex: <https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor/> .
@prefix : <https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#>.
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor/> .


<https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor#> a dctype:Dataset ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:conformsTo <https://saref.etsi.org/saref4wear/v1.1.1/> ;
  dcterms:title "health-status-monitor example"@en ;
  dcterms:description "health-status-monitor example"@en .



#################################################################
#    Classes
#################################################################

###  https://saref.etsi.org/saref4wear/example/HeartRateMonitor
ex:HeartRateMonitor rdf:type owl:Class ;
                    rdfs:subClassOf s4wear:Wearable .


###  https://saref.etsi.org/saref4wear/example/OpticalSensor
ex:OpticalSensor rdf:type owl:Class ;
                 rdfs:subClassOf saref:Sensor .


###  https://saref.etsi.org/saref4wear/example/Photodetector
ex:Photodetector rdf:type owl:Class ;
                 rdfs:subClassOf saref:Sensor .


###  https://saref.etsi.org/saref4wear/example/PulseOxymeter
ex:PulseOxymeter rdf:type owl:Class ;
                 rdfs:subClassOf s4wear:Wearable .


#################################################################
#    Individuals
#################################################################

###  https://saref.etsi.org/saref4wear/example/AccuMed500
ex:AccuMed500 rdf:type owl:NamedIndividual ,
                       ex:PulseOxymeter ;
              saref:consistsOf ex:Photodetector1 .


###  https://saref.etsi.org/saref4wear/example/BPM
ex:BPM rdf:type owl:NamedIndividual ,
                saref:UnitOfMeasure ;
       rdfs:label "Beats per minute"@en.


###  https://saref.etsi.org/saref4wear/example/BPM145
ex:BPM145 rdf:type owl:NamedIndividual ,
                   saref:Measurement ;
          saref:relatesToProperty s4wear:HeartRate ;
          saref:hasTimestamp "2020-05-05T18:04:21"^^xsd:dateTime ;
          saref:isMeasuredIn ex:BPM ;
          saref:hasValue "145"^^xsd:int .


###  https://saref.etsi.org/saref4wear/example/Garmin745XT
ex:Garmin745XT rdf:type owl:NamedIndividual ,
                        ex:HeartRateMonitor ;
               saref:consistsOf ex:OpticalSensor1 .


###  https://saref.etsi.org/saref4wear/example/MmHg
ex:MmHg rdf:type owl:NamedIndividual ,
                 saref:UnitOfMeasure ;
        rdfs:label "Millimiters of mercury"@en.


###  https://saref.etsi.org/saref4wear/example/OpticalSensor1
ex:OpticalSensor1 rdf:type owl:NamedIndividual ,
                           ex:OpticalSensor ;
                  saref:makesMeasurement ex:BPM145 .


###  https://saref.etsi.org/saref4wear/example/OxygenSaturation
ex:OxygenSaturation rdf:type owl:NamedIndividual ,
                             s4wear:BiometricProperty .


###  https://saref.etsi.org/saref4wear/example/OxygenLevel97
ex:OxygenLevel97 rdf:type owl:NamedIndividual ,
                          saref:Measurement ;
                 saref:relatesToProperty ex:OxygenSaturation ;
                 saref:hasTimestamp "2020-05-05T13:07:02"^^xsd:dateTime ;
                 saref:isMeasuredIn ex:MmHg ;
                 saref:hasValue "97"^^xsd:float .


###  https://saref.etsi.org/saref4wear/example/Patient1
ex:Patient1 rdf:type owl:NamedIndividual ,
                     s4wear:Wearer ;
            s4wear:featureIsMeasuredByDevice ex:AccuMed500 .


###  https://saref.etsi.org/saref4wear/example/Photodetector1
ex:Photodetector1 rdf:type owl:NamedIndividual ,
                           ex:Photodetector ;
                  saref:makesMeasurement ex:OxygenLevel97 .


###  https://saref.etsi.org/saref4wear/example/Runner1
ex:Runner1 rdf:type owl:NamedIndividual ,
                    s4wear:Wearer ;
           s4wear:featureIsMeasuredByDevice ex:Garmin745XT .