:status leaf node


URI

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

Label

Elinkaari - Status

Description

Life cycle status of the building - Case state - Life cycle status

Inherits from

Usage

DOMAINPROPERTYRANGE
:Room , :Device , :RealEstate , :Organization , :Space , :BuildingElement , :Storey , :Case , :Building :status 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:status a rdf:Property ;
    rdfs:domain pot:Building,
        pot:BuildingElement,
        pot:Case,
        pot:Device,
        pot:Organization,
        pot:RealEstate,
        pot:Room,
        pot:Space,
        pot:Storey ;
    rdfs:isDefinedBy pot: ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf pot:lifeCycle ;
    xsd:restriction [ xsd:base "xsd:string" ;
            xsd:maxLength 50 ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Life cycle status"@en-us ],
        [ rdfs:comment "Life cycle status of the building"@en-us ;
            dli:domain "pot:Building" ],
        [ rdfs:comment "Case state"@en-us ;
            dli:domain "pot:Case" ] ;
    dli:label [ rdfs:label "Life cycle status"@en-us ],
        [ rdfs:label "Palvelupyynnön tila"@fi-fi ;
            dli:domain "pot:Case" ],
        [ rdfs:label "Elinkaari - Status"@fi-fi ],
        [ rdfs:label "Case status"@en-us ;
            dli:domain "pot:Case" ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .