Skip to content
Snippets Groups Projects
Commit 84e200a8 authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

Replace UC3-ECG.ttl

parent bdbb2b31
No related branches found
No related tags found
No related merge requests found
@prefix : <http://www.semanticweb.org/owl/owlapi/turtle#> . @prefix s4ehawInst: <https://saref.etsi.org/s4ehaw/examples/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix saref: <https://saref.etsi.org/saref/core/> . @prefix saref: <https://saref.etsi.org/saref/core/> .
@prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> . @prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> . @prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix s4wear: <https://saref.etsi.org/s4wear/> . @prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/saref4ehaw/examples/> .
@prefix s4ehawInst: <https://saref.etsi.org/s4ehaw/examples/> .
@base <https://saref.etsi.org/s4ehaw/> .
<https://saref.etsi.org/s4ehaw/> rdf:type owl:Ontology ;
rdfs:label "SAREF4EHAW"@en ;
dcterms:description """The objective of SAREF4EHAW is to extend SAREF ontology for the eHealth/Ageing-well (EHAW) vertical.
In this SAREF4EHAW example/instance (from SAREF4EHAW UC3 Early Warning System - EWS - and Cardiovascular Accidents detection), the EWS collects data from an e-Health solution that allows monitoring the ECG data of a person (a driver) using the device. Particularly, the ECG solution is the Shimmer3 ECG, which is composed by an ECG device, an application responsible for sending the high-frequency data (in this example 256Hz) from the device to a service (as a mobile app) via Bluetooth. The mobile app aggregates the ECG data and sends the aggregated data to an IoT Hub (a cloud gateway), which follows the publish/subscribe pattern, allowing a service in the cloud to detect and warn possible emergency situations with the driver."""^^<http://www.iana.org/assignments/media-types/text/markdown> ;
####################################################################################################################################
#
dcterms:issued "date when the document is online"^^xsd:date ; # In this SAREF4EHAW example/instance (from SAREF4EHAW UC3 Early Warning System - EWS - and Cardiovascular Accidents detection),
# the EWS collects data from an e-Health solution that allows monitoring the ECG data of a person (a driver) using the device.
dcterms:modified "do not set this"^^xsd:date ; # Particularly, the ECG solution is the Shimmer3 ECG, which is composed by an ECG device, an application responsible for sending
# the high-frequency data (in this example 256Hz) from the device to a service (as a mobile app) via Bluetooth.
dcterms:created "start date of the STF 2019-01-01"^^xsd:date ; #
# The mobile app aggregates the ECG data and sends the aggregated data to an IoT Hub (a cloud gateway), which follows the
vann:preferredNamespacePrefix "s4ehaw" ; # publish/subscribe pattern, allowing a service in the cloud to detect and warn possible emergency situations with the driver.
#
dcterms:title "UC3-ECG: example/instance from SAREF4EHAW UC3, i.e. Early Warning System - EWS - and Cardiovascular Accidents detection."@en ; # Creator/contributor: Joao Moreira https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira
#
owl:versionInfo "v1.1.1" ; # Publisher: https://www.etsi.org/
#
vann:preferredNamespaceUri "https://saref.etsi.org/s4ehaw/" ; ####################################################################################################################################
dcterms:creator <https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira> ;
<https://saref.etsi.org/saref4ehaw/examples/> rdf:type owl:Ontology ;
dcterms:contributor <https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira> ; owl:imports <https://saref.etsi.org/saref4ehaw/latest/saref4ehaw.ttl> .
dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:source <https://forge.etsi.org/rep/SAREF/s4ehaw/examples> ;
rdfs:seeAlso <https://www.etsi.org/deliver/etsi_tr/103500_103599/103509/01.01.01_60/tr_103509v010101p.pdf> ;
owl:imports <https://saref.etsi.org/saref/latest/saref.ttl> ;
dcterms:publisher <https://www.etsi.org/> .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment