@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/002152>
  skos:notation "(2)"^^ns0:UDCnotation ;
  skos:prefLabel "Physiographic designation"@en, "Designação fisiográfica"@pt ;
  a skos:Concept ;
  skos:narrower ns0:002703 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:002703
  skos:notation "(26)"^^ns0:UDCnotation ;
  skos:broader ns0:002152 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Oceans, seas and interconnections"@en, "Oceanos, mares e suas interconexões"@pt ;
  a skos:Concept .

