:areaGross leaf node


URI

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

Label

Area - gross

Description

Gross area of the element - Gross area of the device

Inherits from

Usage

DOMAINPROPERTYRANGE
:BuildingElement , :Device :areaGross 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:areaGross a rdf:Property ;
    rdfs:domain pot:BuildingElement,
        pot:Device ;
    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 "Gross area of the element"@en-us ;
            dli:domain "pot:BuildingElement" ],
        [ rdfs:comment "Gross area of the device"@en-us ;
            dli:domain "pot:Device" ] ;
    dli:label [ rdfs:label "Pinta-ala - brutto"@fi-fi ],
        [ rdfs:label "Area - gross"@en-us ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .