Commit ef852611 authored by Raul Garcia-Castro's avatar Raul Garcia-Castro
Browse files

Removed the terms not required once we have the hierarchy of properties:

* Information and its hierarchy
* The hasDeviceInformation property
* The emittedTemperature property
parent 7c7760b2
Loading
Loading
Loading
Loading
+0 −39
Original line number Original line Diff line number Diff line
@@ -193,12 +193,6 @@ s4wear:actsOn rdf:type owl:ObjectProperty ;
              rdfs:range s4wear:ActuableObject .
              rdfs:range s4wear:ActuableObject .




###  https://saref.etsi.org/saref4wear/hasDeviceInformation
s4wear:hasDeviceInformation rdf:type owl:ObjectProperty ;
                            rdfs:domain saref:Device ;
                            rdfs:range s4wear:Information .


###  https://saref.etsi.org/saref4wear/hasInterface
###  https://saref.etsi.org/saref4wear/hasInterface
s4wear:hasInterface rdf:type owl:ObjectProperty ;
s4wear:hasInterface rdf:type owl:ObjectProperty ;
                    rdfs:domain saref:Device ;
                    rdfs:domain saref:Device ;
@@ -331,12 +325,6 @@ s4wear:emittedNoise rdf:type owl:DatatypeProperty ;
                    rdfs:range xsd:double .
                    rdfs:range xsd:double .




###  https://saref.etsi.org/saref4wear/emittedTemperature
s4wear:emittedTemperature rdf:type owl:DatatypeProperty ;
                          rdfs:domain s4wear:Wearable ;
                          rdfs:range xsd:double .


###  https://saref.etsi.org/saref4wear/followsPolicies
###  https://saref.etsi.org/saref4wear/followsPolicies
s4wear:followsPolicies rdf:type owl:DatatypeProperty ;
s4wear:followsPolicies rdf:type owl:DatatypeProperty ;
                       rdfs:domain s4wear:Wearable ;
                       rdfs:domain s4wear:Wearable ;
@@ -496,10 +484,6 @@ saref:Device rdf:type owl:Class ;
                               owl:onProperty saref:measuresProperty ;
                               owl:onProperty saref:measuresProperty ;
                               owl:allValuesFrom saref:Property
                               owl:allValuesFrom saref:Property
                             ] ,
                             ] ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty s4wear:hasDeviceInformation ;
                               owl:allValuesFrom s4wear:Information
                             ] ,
                             [ rdf:type owl:Restriction ;
                             [ rdf:type owl:Restriction ;
                               owl:onProperty s4wear:interactsWith ;
                               owl:onProperty s4wear:interactsWith ;
                               owl:allValuesFrom saref:Device
                               owl:allValuesFrom saref:Device
@@ -633,12 +617,6 @@ s4wear:ActuableObject rdf:type owl:Class ;
                      rdfs:label "Actuable object"@en .
                      rdfs:label "Actuable object"@en .




###  https://saref.etsi.org/saref4wear/Biometric
s4wear:Biometric rdf:type owl:Class ;
                 rdfs:subClassOf s4wear:Information ;
                 rdfs:label "Biometric information"@en .


###  https://saref.etsi.org/saref4wear/BiometricProperty
###  https://saref.etsi.org/saref4wear/BiometricProperty
s4wear:BiometricProperty rdf:type owl:Class ;
s4wear:BiometricProperty rdf:type owl:Class ;
                         rdfs:subClassOf s4wear:WearerProperty ;
                         rdfs:subClassOf s4wear:WearerProperty ;
@@ -672,12 +650,6 @@ s4wear:ElectricalProperty rdf:type owl:Class ;
                          rdfs:label "Electrical property"@en .
                          rdfs:label "Electrical property"@en .




###  https://saref.etsi.org/saref4wear/ElectricalSafety
s4wear:ElectricalSafety rdf:type owl:Class ;
                        rdfs:subClassOf s4wear:Information ;
                        rdfs:label "Electrical safety information"@en .


###  https://saref.etsi.org/saref4wear/ElectricalSafetyProperty
###  https://saref.etsi.org/saref4wear/ElectricalSafetyProperty
s4wear:ElectricalSafetyProperty rdf:type owl:Class ;
s4wear:ElectricalSafetyProperty rdf:type owl:Class ;
                                rdfs:subClassOf saref:WearableProperty ;
                                rdfs:subClassOf saref:WearableProperty ;
@@ -685,12 +657,6 @@ s4wear:ElectricalSafetyProperty rdf:type owl:Class ;
                                rdfs:label "Electrical safety property"@en .
                                rdfs:label "Electrical safety property"@en .




###  https://saref.etsi.org/saref4wear/Emission
s4wear:Emission rdf:type owl:Class ;
                rdfs:subClassOf s4wear:Information ;
                rdfs:label "Emission information"@en .


###  https://saref.etsi.org/saref4wear/EmissionProperty
###  https://saref.etsi.org/saref4wear/EmissionProperty
s4wear:EmissionProperty rdf:type owl:Class ;
s4wear:EmissionProperty rdf:type owl:Class ;
                        rdfs:subClassOf saref:WearableProperty ;
                        rdfs:subClassOf saref:WearableProperty ;
@@ -724,11 +690,6 @@ s4wear:InBodyWearable rdf:type owl:Class ;
                      rdfs:label "In-body wearable"@en .
                      rdfs:label "In-body wearable"@en .




###  https://saref.etsi.org/saref4wear/Information
s4wear:Information rdf:type owl:Class ;
                   rdfs:label "Information"@en .


###  https://saref.etsi.org/saref4wear/Interface
###  https://saref.etsi.org/saref4wear/Interface
s4wear:Interface rdf:type owl:Class ;
s4wear:Interface rdf:type owl:Class ;
                 rdfs:label "Interface"@en .
                 rdfs:label "Interface"@en .