From 322bdab23f7849fa53bde4d585ddbd9720d0d51b Mon Sep 17 00:00:00 2001 From: Marc Girod-Genet <marc.girod_genet@telecom-sudparis.eu> Date: Fri, 14 Feb 2020 11:36:44 +0100 Subject: [PATCH] Replace saref4ehaw.ttl --- ontology/saref4ehaw.ttl | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/ontology/saref4ehaw.ttl b/ontology/saref4ehaw.ttl index c128b76..42d1445 100644 --- a/ontology/saref4ehaw.ttl +++ b/ontology/saref4ehaw.ttl @@ -7,7 +7,8 @@ @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#> . +@prefix saref: <https://saref.etsi.org/s4wear/> . +@prefix s4wear: <https://saref.etsi.org/s4ehaw/> . @prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> . @prefix dcterms: <http://purl.org/dc/terms/> . @base <https://saref.etsi.org/s4ehaw/> . @@ -1003,9 +1004,9 @@ s4ehaw:Action rdf:type owl:Class ; s4ehaw:Actor rdf:type owl:Class . -### https://saref.etsi.org/s4ehaw/Actuator -s4ehaw:Actuator rdf:type owl:Class ; - rdfs:subClassOf s4ehaw:HealthDevice . +### https://saref.etsi.org/saref#Actuator +saref:Actuator rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice . ### https://saref.etsi.org/s4ehaw/Address @@ -1058,7 +1059,7 @@ s4ehaw:Composite rdf:type owl:Class ; ### https://saref.etsi.org/s4ehaw/Contact s4ehaw:Contact rdf:type owl:Class ; - owl:equivalentClass s4ehaw:Actor. + owl:equivalentClass s4ehaw:Actor . ### https://saref.etsi.org/s4ehaw/Constraints @@ -1203,9 +1204,9 @@ s4ehaw:Security rdf:type owl:Class ; rdfs:comment "This is an empty container for describing the security constraints a data can be submitted to, like e.g. encryption."@en . -### https://saref.etsi.org/s4ehaw/Sensor -s4ehaw:Sensor rdf:type owl:Class ; - rdfs:subClassOf s4ehaw:HealthDevice . +### https://saref.etsi.org/saref#Sensor +saref:Sensor rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice . ### https://saref.etsi.org/s4ehaw/ServiceCategory @@ -1247,11 +1248,6 @@ s4ehaw:Validity rdf:type owl:Class ; rdfs:subClassOf s4ehaw:Constraints . -### https://saref.etsi.org/s4ehaw/Wearable -s4ehaw:Wearable rdf:type owl:Class ; - rdfs:subClassOf s4ehaw:HealthDevice . - - ### https://saref.etsi.org/saref#Command saref:Command rdf:type owl:Class . @@ -1264,6 +1260,11 @@ saref:Device rdf:type owl:Class . saref:Service rdf:type owl:Class . +### https://saref.etsi.org/s4wear#Wearable +s4wear:Wearable rdf:type owl:Class ; + rdfs:subClassOf s4ehaw:HealthDevice . + + ################################################################# # Individuals ################################################################# -- GitLab