dli:updatedBy leaf node


URI

https://standards.lifeengine.io/v1/Vocabulary/updatedBy

Label

Updater

Description

Updater of an identity

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#> .

dli:updatedBy a rdf:Property ;
    rdfs:domain pot:BelongsTo,
        pot:Building,
        pot:BuildingElement,
        pot:BuildingSystems,
        pot:Case,
        pot:Class,
        pot:Device,
        pot:LocatedAt,
        pot:ManagerAt,
        pot:ManagerOf,
        pot:Organization,
        pot:OwnerAt,
        pot:OwnerOf,
        pot:Room,
        pot:Space,
        pot:Storey,
        pot:TenantAt ;
    rdfs:isDefinedBy pot: ;
    rdfs:range xsd:string ;
    xsd:restriction [ xsd:base "xsd:string" ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Updater of an identity "@en-us ] ;
    dli:label [ rdfs:label "Identieetin päivittäjä"@fi-fi ],
        [ rdfs:label "Updater"@en-us ] ;
    dli:nested "metadata" ;
    dli:readonly true ;
    dli:required false .