:name leaf node


URI

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

Label

Name

Description

Room name - Name given locally for the building element - Name of the organization - Name of the real estate - Name of the building - Name given locally for the device - Apartment name

Inherits from

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:name a rdf:Property ;
    rdfs:domain pot:Apartment,
        pot:Building,
        pot:BuildingElement,
        pot:Device,
        pot:Organization,
        pot:RealEstate,
        pot:Room ;
    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 "Name of the building"@en-us ;
            dli:domain "pot:Building" ],
        [ rdfs:comment "Room name"@en-us ;
            dli:domain "pot:Room" ],
        [ rdfs:comment "Name given locally for the building element"@en-us ;
            dli:domain "pot:BuildingElement" ],
        [ rdfs:comment "Name given locally for the device"@en-us ;
            dli:domain "pot:Device" ],
        [ rdfs:comment "Apartment name"@en-us ;
            dli:domain "pot:Apartment" ],
        [ rdfs:comment "Name of the real estate"@en-us ;
            dli:domain "pot:RealEstate" ],
        [ rdfs:comment "Name of the organization"@en-us ;
            dli:domain "pot:Organization" ] ;
    dli:label [ rdfs:label "Building name"@en-us ;
            dli:domain "pot:Building" ],
        [ rdfs:label "Local name"@en-us ],
        [ rdfs:label "Organisaation nimi"@fi-fi ;
            dli:domain "pot:Organization" ],
        [ rdfs:label "Paikallinen nimi"@fi-fi ],
        [ rdfs:label "Rakennuksen nimi"@fi-fi ;
            dli:domain "pot:Building" ],
        [ rdfs:label "Kiinteistön nimi"@fi-fi ;
            dli:domain "pot:RealEstate" ],
        [ rdfs:label "Name"@en-us ;
            dli:domain "pot:RealEstate" ],
        [ rdfs:label "Huoneistotunnus"@fi-fi ;
            dli:domain "pot:Apartment" ],
        [ rdfs:label "Room name"@en-us ;
            dli:domain "pot:Room" ],
        [ rdfs:label "Apartment name"@en-us ;
            dli:domain "pot:Apartment" ],
        [ rdfs:label "Huoneen nimi"@fi-fi ;
            dli:domain "pot:Room" ],
        [ rdfs:label "Organization name"@en-us ;
            dli:domain "pot:Organization" ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required true .