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

<http://udcdata.info/001999>
  skos:notation "(1-11)"^^ns0:UDCnotation ;
  skos:note "Usar (…-11) somente para posições e orientações relativas. Para o Leste (Oriente) convencionalmente definido, ver (5)"@pt ;
  skos:broader ns0:001998 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Este. Leste. Oriente, Oriental"@pt, "East. Eastern"@en ;
  a skos:Concept .

ns0:001998
  skos:notation "(1-1)"^^ns0:UDCnotation ;
  skos:prefLabel "Orientação. Pontos cardeais. Posição relativa"@pt, "Orientation. Points of the compass. Relative position"@en ;
  a skos:Concept ;
  skos:narrower ns0:001999 .

udcs: a skos:ConceptScheme, owl:Ontology .
