@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/002169>
  skos:notation "(21)"^^ns0:UDCnotation ;
  skos:broader ns0:002152 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Surface of the Earth in general. Land areas in particular. Natural zones and regions"@en, "Superfície da Terra em geral. Áreas terrestres específicas. Zonas e regiões naturais"@pt ;
  a skos:Concept .

ns0:002152
  skos:notation "(2)"^^ns0:UDCnotation ;
  skos:prefLabel "Physiographic designation"@en, "Designação fisiográfica"@pt ;
  a skos:Concept ;
  skos:narrower ns0:002169 .

udcs: a skos:ConceptScheme, owl:Ontology .
