:categorizationLocal leaf node


URI

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

Label

Lokaali tyypitys

Description

Categorisation name given locally - Categorisation name given locally - Space type name derived from local categorization naming

Inherits from

Usage

DOMAINPROPERTYRANGE
:Device , :Room , :Space , :BuildingElement :categorizationLocal xsd:string

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:categorizationLocal a rdf:Property ;
    rdfs:domain pot:BuildingElement,
        pot:Device,
        pot:Room,
        pot:Space ;
    rdfs:isDefinedBy pot: ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf pot:categorization ;
    xsd:restriction [ xsd:base "xsd:string" ;
            xsd:maxLength 50 ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Space type name derived from local categorization naming"@en-us ],
        [ rdfs:comment "Categorisation name given locally"@en-us ;
            dli:domain "pot:Device" ],
        [ rdfs:comment "Categorisation name given locally"@en-us ;
            dli:domain "pot:BuildingElement" ] ;
    dli:label [ rdfs:label "Space type - local"@en-us ],
        [ rdfs:label "Lokaali tyypitys"@fi-fi ;
            dli:domain "pot:BuildingElement" ],
        [ rdfs:label "Type name given locally"@en-us ;
            dli:domain "pot:Device" ],
        [ rdfs:label "Type name given locally"@en-us ;
            dli:domain "pot:BuildingElement" ],
        [ rdfs:label "Tilatyyppi - paikallinen"@fi-fi ],
        [ rdfs:label "Lokaali tyypitys"@fi-fi ;
            dli:domain "pot:Device" ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .