:startDateTime leaf node


URI

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

Label

Aloitusaika

Description

Start time of the case

Inherits from

Usage

DOMAINPROPERTYRANGE
:Case :startDateTime xsd:dateTime

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:startDateTime a rdf:Property ;
    rdfs:domain pot:Case ;
    rdfs:isDefinedBy pot: ;
    rdfs:range xsd:dateTime ;
    rdfs:subPropertyOf pot:time ;
    xsd:restriction [ xsd:base "xsd:dateTime" ] ;
    owl:versionInfo "DRAFT" ;
    vs:term_status "unstable" ;
    dli:comment [ rdfs:comment "Start time of the case"@en-us ;
            dli:domain "pot:Case" ] ;
    dli:label [ rdfs:label "Aloitusaika"@fi-fi ;
            dli:domain "pot:Case" ],
        [ rdfs:label "Start time"@en-us ;
            dli:domain "pot:Case" ] ;
    dli:nested "data" ;
    dli:readonly false ;
    dli:required false .