@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/> . ns0:Year metadata_def:mappingLoom "anno" ; metadata_def:mappingSameURI ns0:Year ; metadata:prefixIRI "Year" ; a owl:Class ; rdfs:comment "Year duration" ; rdfs:label "Year"@en ; rdfs:subClassOf ns0:DurationDescription ; owl:deprecated true ; skos:definition "Year duration" ; skos:historyNote """Year was proposed in the 2006 version of OWL-Time as an example of how DurationDescription could be specialized to allow for a duration to be restricted to a number of years. It is deprecated in this edition of OWL-Time. """ ; skos:prefLabel "Anno"@it, "Année (calendrier)"@fr, "Ano"@pt, "Año"@es, "Jaar"@nl, "Jahr"@de, "Rok"@pl, "Year"@en, "Год"@ru, "سنة"@ar, "年"@ja, "年"@zh .
@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/> .

ns0:Year
    metadata_def:mappingLoom "anno" ;
    metadata_def:mappingSameURI ns0:Year ;
    metadata:prefixIRI "Year" ;
    a owl:Class ;
    rdfs:comment "Year duration" ;
    rdfs:label "Year"@en ;
    rdfs:subClassOf ns0:DurationDescription ;
    owl:deprecated true ;
    skos:definition "Year duration" ;
    skos:historyNote """Year was proposed in the 2006 version of OWL-Time as an example of how DurationDescription could be specialized to allow for a duration to be restricted to a number of years. 

It is deprecated in this edition of OWL-Time. """ ;
    skos:prefLabel "Anno"@it, "Année (calendrier)"@fr, "Ano"@pt, "Año"@es, "Jaar"@nl, "Jahr"@de, "Rok"@pl, "Year"@en, "Год"@ru, "سنة"@ar, "年"@ja, "年"@zh .