Ended at leaf node


URI

http://w3id.org/um/cbcm/eu-cm-ontology#endedAtTime

Label

Ended at

Description

The date and time a process ended

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) Ended at dateTime

Implementation

@prefix cbcm: <http://w3id.org/um/cbcm/eu-cm-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

cbcm:endedAtTime a owl:DatatypeProperty ;
    rdfs:label "Ended at"@en ;
    rdfs:comment "The date and time a process ended"@en ;
    rdfs:range xsd:dateTime .