http://www.w3.org/2006/time#Instant
A temporal entity with zero extent or duration
Instances of time:Instant can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class time:Instant | |||
time:inXSDDate | owl:DatatypeProperty | Position of an instant, expressed using xsd:date | xsd:date |
time:inXSDDateTime | owl:DatatypeProperty | Position of an instant, expressed using xsd:dateTime | xsd:dateTime |
time:inXSDDateTimeStamp | owl:DatatypeProperty | Position of an instant, expressed using xsd:dateTimeStamp | xsd:dateTimeStamp |
time:inXSDgYear | owl:DatatypeProperty | Position of an instant, expressed using xsd:gYear | xsd:gYear |
time:inXSDgYearMonth | owl:DatatypeProperty | Position of an instant, expressed using xsd:gYearMonth | xsd:gYearMonth |
time:inDateTime | owl:ObjectProperty | Position of an instant, expressed using a structured description | time:GeneralDateTimeDescription |
time:inTemporalPosition | owl:ObjectProperty | Position of a time instant | time:TemporalPosition |
time:inTimePosition | owl:ObjectProperty | Position of an instant, expressed as a temporal coordinate or nominal value | time:TimePosition |
From class time:TemporalEntity | |||
time:hasXSDDuration | owl:DatatypeProperty | Extent of a temporal entity, expressed using xsd:duration | xsd:duration |
time:after | owl:ObjectProperty | Gives directionality to time. If a temporal entity T1 is after another temporal entity T2, then the beginning of T1 is after the end of T2. | time:TemporalEntity |
time:before | owl:ObjectProperty | Gives directionality to time. If a temporal entity T1 is before another temporal entity T2, then the end of T1 is before the beginning of T2. Thus, "before" can be considered to be basic to instants and derived for intervals. | time:TemporalEntity |
time:hasBeginning | owl:ObjectProperty | Beginning of a temporal entity | time:Instant |
time:hasEnd | owl:ObjectProperty | End of a temporal entity. | time:Instant |
time:hasTemporalDuration | owl:ObjectProperty | Duration of a temporal entity. | time:TemporalDuration |
From class owl:Thing | |||
dcterms:contributor | owl:AnnotationProperty | owl:Thing | |
dcterms:created | owl:AnnotationProperty | owl:Thing | |
dcterms:creator | owl:AnnotationProperty | owl:Thing | |
dcterms:isVersionOf | owl:AnnotationProperty | owl:Thing | |
dcterms:license | owl:AnnotationProperty | owl:Thing | |
dcterms:modified | owl:AnnotationProperty | owl:Thing | |
dcterms:rights | owl:AnnotationProperty | owl:Thing | |
skos:changeNote | owl:AnnotationProperty | owl:Thing | |
skos:definition | owl:AnnotationProperty | owl:Thing | |
skos:editorialNote | owl:AnnotationProperty | owl:Thing | |
skos:historyNote | owl:AnnotationProperty | owl:Thing | |
skos:note | owl:AnnotationProperty | owl:Thing | |
skos:prefLabel | owl:AnnotationProperty | owl:Thing | |
skos:scopeNote | owl:AnnotationProperty | owl:Thing | |
time:hasDuration | owl:ObjectProperty | Duration of a temporal entity, expressed as a scaled value or nominal value | time:Duration |
time:hasDurationDescription | owl:ObjectProperty | Duration of a temporal entity, expressed using a structured description | time:GeneralDurationDescription |
time:hasTime | owl:ObjectProperty | Supports the association of a temporal entity (instant or interval) to any thing | time:TemporalEntity |
xsd:pattern | owl:AnnotationProperty | owl:Thing |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
time:Instant a owl:Class ;
rdfs:label "Time instant"@en,
"instante de tiempo."@es ;
rdfs:comment "A temporal entity with zero extent or duration"@en,
"Una entidad temporal con una extensión o duración cero."@es ;
rdfs:subClassOf time:TemporalEntity ;
owl:disjointWith time:ProperInterval ;
skos:definition "A temporal entity with zero extent or duration"@en,
"Una entidad temporal con una extensión o duración cero."@es .