time:TemporalUnit leaf node


URI

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

Label

Temporal unit

Description

A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position.

Superclasses (1)

Usage

Instances of time:TemporalUnit can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Implementation

@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:TemporalUnit a owl:Class ;
    rdfs:label "Temporal unit"@en,
        "unidad de tiempo"@es ;
    rdfs:comment "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en,
        "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es ;
    rdfs:subClassOf time:TemporalDuration ;
    skos:changeNote """Remove enumeration from definition, in order to allow other units to be used when required in other coordinate systems. 
NOTE: existing units are still present as members of the class, but the class membership is now open. 

In the original OWL-Time the following constraint appeared: 
  owl:oneOf (
      time:unitSecond
      time:unitMinute
      time:unitHour
      time:unitDay
      time:unitWeek
      time:unitMonth
      time:unitYear
    ) ;"""@en ;
    skos:definition "A standard duration, which provides a scale factor for a time extent, or the granularity or precision for a time position."@en,
        "Una duración estándar, que proporciona un factor de escala para una extensión de tiempo, o la granularidad o precisión para una posición de tiempo."@es ;
    skos:note "Membership of the class TemporalUnit is open, to allow for other temporal units used in some technical applications (e.g. millions of years, Baha'i month)."@en,
        "La pertenencia de la clase 'unidad de tiempo' está abierta, para permitir otras unidades de tiempo utilizadas en algunas aplicaciones técnicas (por ejemplo, millones de años o el mes Baha'i)."@es .