@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 skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix ns1: <http://opendata.inra.fr/ms2o/> . ns1:Itinerary rdfs:subClassOf ns0:DateTimeInterval . ns1:Observation rdfs:subClassOf ns0:DateTimeInterval . ns1:Step rdfs:subClassOf ns0:DateTimeInterval . ns0:DateTimeInterval metadata_def:mappingLoom "datetimeinterval" ; metadata_def:mappingSameURI ns0:DateTimeInterval ; metadata_def:prefLabel "Date-time interval"@en, "Date-time interval"@es ; metadata:prefixIRI "DateTimeInterval" ; a owl:Class ; rdfs:comment "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es, "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ; rdfs:label "Date-time interval"@en, "intervalo de fecha-hora"@es ; rdfs:subClassOf ns0:ProperInterval ; skos:definition "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es, "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ; skos:note "'intervalo de fecha-hora' se puede utilizar sólo para un intervalo cuyos límites coinciden con un elemento de fecha-hora alineados con el calendario y la zona horaria indicados. Por ejemplo, aunque ambos tienen una duración de un día, el intervalo de 24 horas que empieza en la media noche del comienzo del 8 mayo en Europa Central se puede expresar como un 'intervalo de fecha-hora', el intervalo de 24 horas que empieza a las 1:30pm no."@es, ":DateTimeInterval can only be used for an interval whose limits coincide with a date-time element aligned to the calendar and timezone indicated. For example, while both have a duration of one day, the 24-hour interval beginning at midnight at the beginning of 8 May in Central Europe can be expressed as a :DateTimeInterval, but the 24-hour interval starting at 1:30pm cannot."@en . ns0:hasDateTimeDescription rdfs:domain ns0:DateTimeInterval . ns0:xsdDateTime rdfs:domain ns0:DateTimeInterval .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix ns1: <http://opendata.inra.fr/ms2o/> .

ns1:Itinerary
    rdfs:subClassOf ns0:DateTimeInterval .

ns1:Observation
    rdfs:subClassOf ns0:DateTimeInterval .

ns1:Step
    rdfs:subClassOf ns0:DateTimeInterval .

ns0:DateTimeInterval
    metadata_def:mappingLoom "datetimeinterval" ;
    metadata_def:mappingSameURI ns0:DateTimeInterval ;
    metadata_def:prefLabel "Date-time interval"@en, "Date-time interval"@es ;
    metadata:prefixIRI "DateTimeInterval" ;
    a owl:Class ;
    rdfs:comment "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es, "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ;
    rdfs:label "Date-time interval"@en, "intervalo de fecha-hora"@es ;
    rdfs:subClassOf ns0:ProperInterval ;
    skos:definition "'intervalo de fecha-hora' es una subclase de 'intervalo propio', definida utilizando el multi-elemento 'descripción de fecha-hora'."@es, "DateTimeInterval is a subclass of ProperInterval, defined using the multi-element DateTimeDescription."@en ;
    skos:note "'intervalo de fecha-hora' se puede utilizar sólo para un intervalo cuyos límites coinciden con un elemento de fecha-hora alineados con el calendario y la zona horaria indicados. Por ejemplo, aunque ambos tienen una duración de un día, el intervalo de 24 horas que empieza en la media noche del comienzo del 8 mayo en Europa Central se puede expresar como un 'intervalo de fecha-hora', el intervalo de 24 horas que empieza a las 1:30pm no."@es, ":DateTimeInterval can only be used for an interval whose limits coincide with a date-time element aligned to the calendar and timezone indicated. For example, while both have a duration of one day, the 24-hour interval beginning at midnight at the beginning of 8 May in Central Europe can be expressed as a :DateTimeInterval, but the 24-hour interval starting at 1:30pm cannot."@en .

ns0:hasDateTimeDescription
    rdfs:domain ns0:DateTimeInterval .

ns0:xsdDateTime
    rdfs:domain ns0:DateTimeInterval .