From 84e200a805ee3d4b4a5f9fe4c039e7e2e5037810 Mon Sep 17 00:00:00 2001 From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu> Date: Sat, 11 Apr 2020 12:53:04 +0200 Subject: [PATCH] Replace UC3-ECG.ttl --- examples/UC3-ECG.ttl | 69 +++++++++++++++----------------------------- 1 file changed, 24 insertions(+), 45 deletions(-) diff --git a/examples/UC3-ECG.ttl b/examples/UC3-ECG.ttl index 70dbf39..3f29bce 100644 --- a/examples/UC3-ECG.ttl +++ b/examples/UC3-ECG.ttl @@ -1,56 +1,35 @@ -@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 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 foaf: <http://xmlns.com/foaf/0.1/> . @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 s4ehaw: <https://saref.etsi.org/s4ehaw/> . +@prefix s4ehaw: <https://saref.etsi.org/saref4ehaw/> . @prefix s4envi: <https://saref.etsi.org/saref4envi/> . -@prefix s4wear: <https://saref.etsi.org/s4wear/> . -@prefix dcterms: <http://purl.org/dc/terms/> . -@prefix s4ehawInst: <https://saref.etsi.org/s4ehaw/examples/> . -@base <https://saref.etsi.org/s4ehaw/> . +@prefix s4wear: <https://saref.etsi.org/saref4wear/> . +@base <https://saref.etsi.org/saref4ehaw/examples/> . -<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 ; - - dcterms:modified "do not set this"^^xsd:date ; - - dcterms:created "start date of the STF 2019-01-01"^^xsd:date ; - - vann:preferredNamespacePrefix "s4ehaw" ; - - dcterms:title "UC3-ECG: example/instance from SAREF4EHAW UC3, i.e. Early Warning System - EWS - and Cardiovascular Accidents detection."@en ; - - owl:versionInfo "v1.1.1" ; - - vann:preferredNamespaceUri "https://saref.etsi.org/s4ehaw/" ; - - dcterms:creator <https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira> ; - - dcterms:contributor <https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira> ; - - 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/> . + +#################################################################################################################################### +# +# 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. +# +# Creator/contributor: Joao Moreira https://research.utwente.nl/en/persons/jo%C3%A3o-luiz-moreira +# +# Publisher: https://www.etsi.org/ +# +#################################################################################################################################### + + +<https://saref.etsi.org/saref4ehaw/examples/> rdf:type owl:Ontology ; + owl:imports <https://saref.etsi.org/saref4ehaw/latest/saref4ehaw.ttl> . -- GitLab