@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#> . @prefix metadata: <http://data.bioontology.org/metadata/> . ns0:DateTimeDescription rdfs:subClassOf ns0:GeneralDateTimeDescription . ns0:GeneralDateTimeDescription metadata_def:mappingLoom "generalizeddatetimedescription" ; metadata_def:mappingSameURI ns0:GeneralDateTimeDescription ; metadata_def:prefLabel "Generalized date-time description" ; metadata:prefixIRI "GeneralDateTimeDescription" ; a owl:Class ; rdfs:comment "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj."@es, "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ; rdfs:label "Generalized date-time description"@en, "descripción de fecha-hora generalizada"@es ; rdfs:subClassOf ns0:TemporalPosition ; skos:definition "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj.", "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ; skos:note "Algunas combinaciones de propiedades son redundantes - por ejemplo, dentro de un 'año' especificado si se proporciona 'día del año' entonces 'día' y 'mes' se pueden computar, y viceversa. Los valores individuales deberían ser consistentes entre ellos y con el calendario, indicado a través del valor de la propiedad 'tiene TRS'."@es, "Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property." . ns0:day rdfs:domain ns0:GeneralDateTimeDescription . ns0:dayOfWeek rdfs:domain ns0:GeneralDateTimeDescription . ns0:dayOfYear rdfs:domain ns0:GeneralDateTimeDescription . ns0:hasDateTimeDescription rdfs:range ns0:GeneralDateTimeDescription . ns0:hour rdfs:domain ns0:GeneralDateTimeDescription . ns0:inDateTime rdfs:range ns0:GeneralDateTimeDescription . ns0:minute rdfs:domain ns0:GeneralDateTimeDescription . ns0:month rdfs:domain ns0:GeneralDateTimeDescription . ns0:monthOfYear rdfs:domain ns0:GeneralDateTimeDescription . ns0:second rdfs:domain ns0:GeneralDateTimeDescription . ns0:timeZone rdfs:domain ns0:GeneralDateTimeDescription . ns0:week rdfs:domain ns0:GeneralDateTimeDescription . ns0:year rdfs:domain ns0:GeneralDateTimeDescription .
@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#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .

ns0:DateTimeDescription
    rdfs:subClassOf ns0:GeneralDateTimeDescription .

ns0:GeneralDateTimeDescription
    metadata_def:mappingLoom "generalizeddatetimedescription" ;
    metadata_def:mappingSameURI ns0:GeneralDateTimeDescription ;
    metadata_def:prefLabel "Generalized date-time description" ;
    metadata:prefixIRI "GeneralDateTimeDescription" ;
    a owl:Class ;
    rdfs:comment "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj."@es, "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ;
    rdfs:label "Generalized date-time description"@en, "descripción de fecha-hora generalizada"@es ;
    rdfs:subClassOf ns0:TemporalPosition ;
    skos:definition "Descripción de fecha y hora estructurada con valores separados para los distintos elementos de un sistema calendario-reloj.", "Description of date and time structured with separate values for the various elements of a calendar-clock system"@en ;
    skos:note "Algunas combinaciones de propiedades son redundantes - por ejemplo, dentro de un 'año' especificado si se proporciona 'día del año' entonces 'día' y 'mes' se pueden computar, y viceversa. Los valores individuales deberían ser consistentes entre ellos y con el calendario, indicado a través del valor de la propiedad 'tiene TRS'."@es, "Some combinations of properties are redundant - for example, within a specified :year if :dayOfYear is provided then :day and :month can be computed, and vice versa. Individual values should be consistent with each other and the calendar, indicated through the value of the :hasTRS property." .

ns0:day
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:dayOfWeek
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:dayOfYear
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:hasDateTimeDescription
    rdfs:range ns0:GeneralDateTimeDescription .

ns0:hour
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:inDateTime
    rdfs:range ns0:GeneralDateTimeDescription .

ns0:minute
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:month
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:monthOfYear
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:second
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:timeZone
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:week
    rdfs:domain ns0:GeneralDateTimeDescription .

ns0:year
    rdfs:domain ns0:GeneralDateTimeDescription .