:TemperatureSensor leaf node


URI

https://standards.oftrust.net/v1/Vocabulary/TemperatureSensor

Label

Temperature Sensor

Description

Sensor which measures temperature

Superclasses (3)

Usage

Instances of :TemperatureSensor can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class :Device
dli:createdAt rdf:Property Time when the data is created xsd:dateTime
dli:createdBy rdf:Property Creator of and identity xsd:string
dli:data rdf:Property Data container xsd:string
dli:metadata rdf:Property Metadata container xsd:string
dli:name rdf:Property Name given to the Identity xsd:string
dli:updatedAt rdf:Property Time when the data is updated xsd:dateTime
dli:updatedBy rdf:Property Updater of an identity xsd:string
:areaGross rdf:Property Gross area of the element - Gross area of the device xsd:decimal
:areaNet rdf:Property Net area of the element - Net area of the device xsd:decimal
:categorizationLocal rdf:Property Categorisation name given locally - Categorisation name given locally - Space type name derived from local categorization naming xsd:string
:codeLocal rdf:Property Code given locally for the device - Code given locally for the building element xsd:string
:colorCode rdf:Property Color code of the device - Color code of the element xsd:string
:colorName rdf:Property Color of the element - Color of the device xsd:string
:descriptionGeneral rdf:Property Description of the case - Description of the organization - Description of the space - Description of the building element - Description of the real estate - Description of the building - Description of the device - Description of the room - Description of the storey xsd:string
:electricityCurrent rdf:Property An electric current is the rate of flow of electric charge past a point xsd:decimal
:height rdf:Property Height of the space - Height of the element - Height of the building - Height of the device - Height of the object xsd:decimal
:ifcElementName rdf:Property IFC standard element name xsd:string
:ifcElementType rdf:Property IFC standard element type xsd:string
:ifcGuid rdf:Property IFC standard based Globally Unique Identifier xsd:string
:industryDomain rdf:Property Industry sector name to which the device belongs xsd:string
:length rdf:Property Length of the element - Length of the device xsd:decimal
:name rdf:Property Room name - Name given locally for the building element - Name of the organization - Name of the real estate - Name of the building - Name given locally for the device - Apartment name xsd:string
:power rdf:Property Power measured in Watts xsd:decimal
:serialNumber rdf:Property Unique identifier for the device instance xsd:string
:status rdf:Property Life cycle status of the building - Case state - Life cycle status xsd:string
:thickness rdf:Property Thickness of the element - Thickness of the device - Thickness of the object xsd:decimal
:volume rdf:Property Volume of the space - Volume of the object - Volume of the element - Volume of the building - Volume of the device xsd:decimal
:weight rdf:Property Weight of the element - Weight of the device xsd:decimal
:width rdf:Property Width of the element - Width of the device xsd:decimal

Implementation

@prefix dli: <https://standards.lifeengine.io/v1/Vocabulary/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pot: <https://standards.oftrust.net/v1/Vocabulary/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

pot:TemperatureSensor a pot:Class ;
    rdfs:isDefinedBy pot: ;
    rdfs:subClassOf pot:Sensor ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Sensor which measures temperature"@en-us ] ;
    dli:label [ rdfs:label "Temperature Sensor"@en-us ] .