@prefix udcs: <http://udcdata.info/udc-schema> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns0: <http://udcdata.info/> .

udcs: a skos:ConceptScheme, owl:Ontology .
<http://udcdata.info/011483>
  skos:notation "\"1\""^^ns0:UDCnotation ;
  skos:broader ns0:011474 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Segundo milénio d. C."@pt, "Second millennium CE"@en ;
  a skos:Concept .

ns0:011474
  skos:notation "\"0/2\""^^ns0:UDCnotation ;
  skos:prefLabel "Dates and ranges of time (CE or AD) in conventional Christian (Gregorian) reckoning"@en, "Datas e períodos de tempo (EC ou d. C.) no calendário convencional cristão (gregoriano)"@pt ;
  a skos:Concept ;
  skos:narrower ns0:011483 .

