health-status-monitor example
Turtle
@prefix ex: <https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor/> .
@prefix : <https://saref.etsi.org/saref4wear/v2.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/v2.1.1/example/health-status-monitor/> .
<https://saref.etsi.org/saref4wear/v2.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/v2.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:WearableDevice .
### 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:WearableDevice .
#################################################################
# 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:Observation ;
saref:observes 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:madeExecution 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:Observation ;
saref:observes 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 ;
saref:isObservedBy ex:AccuMed500 .
### https://saref.etsi.org/saref4wear/example/Photodetector1
ex:Photodetector1 rdf:type owl:NamedIndividual ,
ex:Photodetector ;
saref:madeExecution ex:OxygenLevel97 .
### https://saref.etsi.org/saref4wear/example/Runner1
ex:Runner1 rdf:type owl:NamedIndividual ,
s4wear:Wearer ;
saref:isObservedBy ex:Garmin745XT .