time:Instant leaf node


URI

http://www.w3.org/2006/time#Instant

Label

Instant

Superclasses (1)

Usage

Instances of time:Instant can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class time:Instant
time:inXSDDateTime owl:DatatypeProperty xsd:dateTime
time:inDateTime owl:ObjectProperty time:DateTimeDescription
From class time:TemporalEntity
time:before owl:ObjectProperty time:TemporalEntity
time:hasBeginning owl:ObjectProperty time:Instant
time:hasDurationDescription owl:ObjectProperty time:DurationDescription
time:hasEnd owl:ObjectProperty time:Instant
From class owl:Thing
time:after owl:ObjectProperty owl:Thing
time:intervalAfter owl:ObjectProperty owl:Thing
time:intervalContains owl:ObjectProperty owl:Thing
time:intervalFinishedBy owl:ObjectProperty owl:Thing
time:intervalMetBy owl:ObjectProperty owl:Thing
time:intervalOverlappedBy owl:ObjectProperty owl:Thing
time:intervalStartedBy owl:ObjectProperty owl:Thing

Implementation

@prefix : <http://www.w3.org/2006/time#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:Instant a owl:Class ;
    rdfs:subClassOf :TemporalEntity .