:height leaf node


URI

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

Label

Korkeus

Description

Height of the space - Height of the element - Height of the building - Height of the device - Height of the object

Inherits from

Usage

DOMAINPROPERTYRANGE
:Device , :Space , :Room , :Building , :BuildingElement :height 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

pot:height a rdf:Property ;
    rdfs:domain pot:Building,
        pot:BuildingElement,
        pot:Device,
        pot:Room,
        pot:Space ;
    rdfs:isDefinedBy pot: ;
    rdfs:range xsd:decimal ;
    rdfs:subPropertyOf pot:physical ;
    xsd:restriction [ xsd:base "xsd:decimal" ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Height of the device"@en-us ;
            dli:domain "pot:Device" ],
        [ rdfs:comment "Height of the space"@en-us ;
            dli:domain "pot:Space" ],
        [ rdfs:comment "Height of the object"@en-us ;
            dli:domain "pot:Room" ],
        [ rdfs:comment "Height of the building"@en-us ;
            dli:domain "pot:Building" ],
        [ rdfs:comment "Height of the element"@en-us ;
            dli:domain "pot:BuildingElement" ] ;
    dli:label [ rdfs:label "Height"@en-us ],
        [ rdfs:label "Korkeus"@fi-fi ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .