Definition of s4wear:hasOperatingTemperature
Defined in https://saref.etsi.org/saref4wear/v2.1.1/ as:
It specifies the length dimension of a given Wearable device.
Description as an Object Property
- has domain
- s4wear:WearableDevice
- has range
- saref:Property
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4wear:hasOperatingTemperature a owl:ObjectProperty ;
rdfs:label "has height"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:comment "It specifies the length dimension of a given Wearable device."@en ;
rdfs:domain s4wear:WearableDevice ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:range saref:Property ;
rdfs:seeAlso <https://saref.etsi.org/saref4wear/v2.1.1/> ;
ns1:hiddenLabel "hasOperatingTemperature" .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:hasOperatingTemperature ;
dct:subject s4wear:hasOperatingTemperature .