:descriptionGeneral leaf node


URI

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

Label

Room description

Description

Description of the case - Description of the organization - Description of the space - Description of the building element - Description of the real estate - Description of the building - Description of the device - Description of the room - Description of the storey

Inherits from

Usage

DOMAINPROPERTYRANGE
:Storey , :RealEstate , :BuildingElement , :Device , :Case , :Room , :Building , :Space , :Organization :descriptionGeneral 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:descriptionGeneral 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:description ;
    xsd:restriction [ xsd:base "xsd:string" ;
            xsd:maxLength 500 ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Description of the building"@en-us ;
            dli:domain "pot:Building" ],
        [ rdfs:comment "Description of the case"@en-us ;
            dli:domain "pot:Case" ],
        [ rdfs:comment "Description of the room"@en-us ;
            dli:domain "pot:Room" ],
        [ rdfs:comment "Description of the space"@en-us ;
            dli:domain "pot:Space" ],
        [ rdfs:comment "Description of the device"@en-us ;
            dli:domain "pot:Device" ],
        [ rdfs:comment "Description of the real estate"@en-us ;
            dli:domain "pot:RealEstate" ],
        [ rdfs:comment "Description of the storey"@en-us ;
            dli:domain "pot:Storey" ],
        [ rdfs:comment "Description of the organization"@en-us ;
            dli:domain "pot:Organization" ],
        [ rdfs:comment "Description of the building element"@en-us ;
            dli:domain "pot:BuildingElement" ] ;
    dli:label [ rdfs:label "Room description"@en-us ;
            dli:domain "pot:Room" ],
        [ rdfs:label "Device description"@en-us ;
            dli:domain "pot:Device" ],
        [ rdfs:label "Palvelupyynnön kuvaus"@fi-fi ;
            dli:domain "pot:Case" ],
        [ rdfs:label "Tilan kuvaus"@fi-fi ;
            dli:domain "pot:Space" ],
        [ rdfs:label "Organisaation kuvaus"@fi-fi ;
            dli:domain "pot:Organization" ],
        [ rdfs:label "Rakennuselementin kuvaus"@fi-fi ;
            dli:domain "pot:BuildingElement" ],
        [ rdfs:label "Building element description"@en-us ;
            dli:domain "pot:BuildingElement" ],
        [ rdfs:label "Case description"@en-us ;
            dli:domain "pot:Case" ],
        [ rdfs:label "Huoneen kuvaus"@fi-fi ;
            dli:domain "pot:Room" ],
        [ rdfs:label "Kerroksen kuvaus"@fi-fi ;
            dli:domain "pot:Storey" ],
        [ rdfs:label "Building description"@en-us ;
            dli:domain "pot:Building" ],
        [ rdfs:label "Space description"@en-us ;
            dli:domain "pot:Space" ],
        [ rdfs:label "Rakennuksen kuvaus"@fi-fi ;
            dli:domain "pot:Building" ],
        [ rdfs:label "Kiinteistön kuvaus"@fi-fi ;
            dli:domain "pot:RealEstate" ],
        [ rdfs:label "Laitteen kuvaus"@fi-fi ;
            dli:domain "pot:Device" ],
        [ rdfs:label "Organization description"@en-us ;
            dli:domain "pot:Organization" ],
        [ rdfs:label "Real estate description"@en-us ;
            dli:domain "pot:RealEstate" ],
        [ rdfs:label "Storey description"@en-us ;
            dli:domain "pot:Storey" ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .