core:startTime leaf node


URI

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

Label

startTime

Description

The initial time of a time range.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:startTime xsd:dateTime

Implementation

@prefix core: <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#> .

core:startTime a owl:DatatypeProperty ;
    rdfs:label "startTime"@en ;
    rdfs:comment "The initial time of a time range."@en ;
    rdfs:range xsd:dateTime .