core:endTime leaf node


URI

https://unifiedcyberontology.org/ontology/uco/core#endTime

Label

endTime

Description

The ending time of a time range.

Usage

DOMAINPROPERTYRANGE
core:Relationship core:endTime xs:dateTime

Implementation

@prefix default1: <https://unifiedcyberontology.org/ontology/uco/core#> .
@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#> .

default1:endTime a owl:DatatypeProperty ;
    rdfs:label "endTime"@en ;
    rdfs:comment "The ending time of a time range."@en ;
    rdfs:domain default1:Relationship ;
    rdfs:range xsd:dateTime .