Commit 322bdab2 authored by Marc Girod-Genet's avatar Marc Girod-Genet
Browse files

Replace saref4ehaw.ttl

parent b8a246f3
Loading
Loading
Loading
Loading
+14 −13
Original line number Original line Diff line number Diff line
@@ -7,7 +7,8 @@
@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/saref#> .
@prefix saref: <https://saref.etsi.org/s4wear/> .
@prefix s4wear: <https://saref.etsi.org/s4ehaw/> .
@prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> .
@prefix s4ehaw: <https://saref.etsi.org/s4ehaw/> .
@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/> .
@@ -1003,8 +1004,8 @@ s4ehaw:Action rdf:type owl:Class ;
s4ehaw:Actor rdf:type owl:Class .
s4ehaw:Actor rdf:type owl:Class .




###  https://saref.etsi.org/s4ehaw/Actuator
###  https://saref.etsi.org/saref#Actuator
s4ehaw:Actuator rdf:type owl:Class ;
saref:Actuator rdf:type owl:Class ;
               rdfs:subClassOf s4ehaw:HealthDevice .
               rdfs:subClassOf s4ehaw:HealthDevice .




@@ -1203,8 +1204,8 @@ 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 .
                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
###  https://saref.etsi.org/saref#Sensor
s4ehaw:Sensor rdf:type owl:Class ;
saref:Sensor rdf:type owl:Class ;
             rdfs:subClassOf s4ehaw:HealthDevice .
             rdfs:subClassOf s4ehaw:HealthDevice .




@@ -1247,11 +1248,6 @@ s4ehaw:Validity rdf:type owl:Class ;
                rdfs:subClassOf s4ehaw:Constraints .
                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
###  https://saref.etsi.org/saref#Command
saref:Command rdf:type owl:Class .
saref:Command rdf:type owl:Class .


@@ -1264,6 +1260,11 @@ saref:Device rdf:type owl:Class .
saref:Service 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
#    Individuals
#################################################################
#################################################################