action:startTime leaf node


URI

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

Label

startTime

Description

The time at which performance of the action began.

Usage

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

Implementation

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

action:startTime a owl:DatatypeProperty ;
    rdfs:label "startTime"@en ;
    rdfs:comment "The time at which performance of the action began."@en ;
    rdfs:range xsd:dateTime .