:idLocal leaf node


URI

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

Label

Palvelupyynnön tunniste

Description

Locally given identifier for the space - Locally given identifier for the storey - Local identifier (system identifier)

Inherits from

Usage

DOMAINPROPERTYRANGE
:Space , :Storey , :Room , :Case :idLocal 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:idLocal a rdf:Property ;
    rdfs:domain pot:Case,
        pot:Room,
        pot:Space,
        pot:Storey ;
    rdfs:isDefinedBy pot: ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf pot:identifier ;
    xsd:restriction [ xsd:base "xsd:string" ;
            xsd:maxLength 50 ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Local identifier (system identifier) "@en-us ;
            dli:domain "pot:Case" ],
        [ rdfs:comment "Locally given identifier for the storey"@en-us ;
            dli:domain "pot:Storey" ],
        [ rdfs:comment "Locally given identifier for the space"@en-us ] ;
    dli:label [ rdfs:label "Paikallinen tunniste"@fi-fi ],
        [ rdfs:label "Case Id"@en-us ;
            dli:domain "pot:Case" ],
        [ rdfs:label "Palvelupyynnön tunniste"@fi-fi ;
            dli:domain "pot:Case" ],
        [ rdfs:label "Local Id"@en-us ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .