Definition of s4lift:hasEngineRoomTemperature
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
A relationship between a smart lift installation and the temperature of the engine room.
Description as an Object Property
- has super-properties
- saref:hasProperty
- has domain
- s4lift:SmartLiftInstallation
- has range
- saref:Temperature
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_8_StatisticSignals#> dct:references s4lift:hasEngineRoomTemperature .
s4lift:hasEngineRoomTemperature a owl:ObjectProperty ;
rdfs:label "has engine room temperature"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_8_StatisticSignals#> ;
rdfs:comment "A relationship between a smart lift installation and the temperature of the engine room."@en ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/> ;
rdfs:range saref:Temperature ;
rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/> ;
rdfs:subPropertyOf saref:hasProperty ;
skos:hiddenLabel "hasEngineRoomTemperature" .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasEngineRoomTemperature ;
dct:subject s4lift:hasEngineRoomTemperature .