@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <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#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:TemporalUnit metadata_def:mappingLoom "temporalunit" ; metadata_def:mappingSameURI ns0:TemporalUnit ; metadata_def:prefLabel "Temporal unit"@en, "Temporal unit"@es ; a owl:Class ; 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:label "Temporal unit"@en, "unidad de tiempo"@es ; rdfs:subClassOf ns0: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 "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, "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 . ns0:unitDay a ns0:TemporalUnit . ns0:unitHour a ns0:TemporalUnit . ns0:unitMinute a ns0:TemporalUnit . ns0:unitMonth a ns0:TemporalUnit . ns0:unitSecond a ns0:TemporalUnit . ns0:unitWeek a ns0:TemporalUnit . ns0:unitYear a ns0:TemporalUnit .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <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#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:TemporalUnit
    metadata_def:mappingLoom "temporalunit" ;
    metadata_def:mappingSameURI ns0:TemporalUnit ;
    metadata_def:prefLabel "Temporal unit"@en, "Temporal unit"@es ;
    a owl:Class ;
    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:label "Temporal unit"@en, "unidad de tiempo"@es ;
    rdfs:subClassOf ns0: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 "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, "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 .

ns0:unitDay
    a ns0:TemporalUnit .

ns0:unitHour
    a ns0:TemporalUnit .

ns0:unitMinute
    a ns0:TemporalUnit .

ns0:unitMonth
    a ns0:TemporalUnit .

ns0:unitSecond
    a ns0:TemporalUnit .

ns0:unitWeek
    a ns0:TemporalUnit .

ns0:unitYear
    a ns0:TemporalUnit .