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

Replace saref4ehaw.ttl

parent 454f67c6
No related branches found
No related tags found
No related merge requests found
...@@ -7,17 +7,15 @@ ...@@ -7,17 +7,15 @@
@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 vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> . @prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix saref: <https://saref.etsi.org/s4wear/> . @prefix saref: <https://saref.etsi.org/saref/> .
@prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> . @prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> .
@prefix s4wear: <https://saref.etsi.org/s4ehaw/> . @prefix s4wear: <https://saref.etsi.org/s4wear/> .
@prefix dcterms: <http://purl.org/dc/terms/> . @prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://saref.etsi.org/s4ehaw/> . @base <https://saref.etsi.org/s4ehaw/> .
<https://saref.etsi.org/s4ehaw/> rdf:type owl:Ontology ; <https://saref.etsi.org/s4ehaw/> rdf:type owl:Ontology ;
rdfs:label "SAREF4EHAW"@en , rdfs:label "SAREF4EHAW"@en ;
"max value"@en ,
"min value"@en ;
dcterms:issued "date when the document is online"^^xsd:date ; dcterms:issued "date when the document is online"^^xsd:date ;
...@@ -37,11 +35,9 @@ ...@@ -37,11 +35,9 @@
owl:versionInfo "v0.1.2" ; owl:versionInfo "v0.1.2" ;
rdfs:comment "the maximum value a data can take." ;
dcterms:license <https://forge.etsi.org/etsi-software-license> ; dcterms:license <https://forge.etsi.org/etsi-software-license> ;
dcterms:source <https://forge.etsi.org/rep/SAREF/s44ehaw/> ; dcterms:source <https://forge.etsi.org/rep/SAREF/s4ehaw/> ;
owl:versionIRI <https://saref.etsi.org/s4ehaw/v0.1.2/s4ehaw/> ; owl:versionIRI <https://saref.etsi.org/s4ehaw/v0.1.2/s4ehaw/> ;
...@@ -2069,15 +2065,15 @@ foaf:Person rdf:type owl:Class . ...@@ -2069,15 +2065,15 @@ foaf:Person rdf:type owl:Class .
### https://saref.etsi.org/s4ehaw/Wearable ### https://saref.etsi.org/s4wear/Wearable
:Wearable rdf:type owl:Class ; s4wear:Wearable rdf:type owl:Class ;
rdfs:subClassOf :HealthDevice . rdfs:subClassOf :HealthDevice .
### https://saref.etsi.org/s4wear/Actuator ### https://saref.etsi.org/saref/Actuator
saref:Actuator rdf:type owl:Class ; saref:Actuator rdf:type owl:Class ;
...@@ -2085,13 +2081,13 @@ saref:Actuator rdf:type owl:Class ; ...@@ -2085,13 +2081,13 @@ saref:Actuator rdf:type owl:Class ;
### https://saref.etsi.org/s4wear/Command ### https://saref.etsi.org/saref/Command
saref:Command rdf:type owl:Class . saref:Command rdf:type owl:Class .
### https://saref.etsi.org/s4wear/Device ### https://saref.etsi.org/saref/Device
saref:Device rdf:type owl:Class . saref:Device rdf:type owl:Class .
...@@ -2111,13 +2107,13 @@ saref:Sensor rdf:type owl:Class ; ...@@ -2111,13 +2107,13 @@ saref:Sensor rdf:type owl:Class ;
### https://saref.etsi.org/s4wear/Service ### https://saref.etsi.org/saref/Service
saref:Service rdf:type owl:Class . saref:Service rdf:type owl:Class .
### https://saref.etsi.org/s4wear/UnitOfMeasure ### https://saref.etsi.org/saref/UnitOfMeasure
saref:UnitOfMeasure rdf:type owl:Class . saref:UnitOfMeasure rdf:type owl:Class .
......
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