@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/033252>
  skos:notation "551.32"^^ns0:UDCnotation ;
  skos:note "Ice. Snow. Glacial geology"@en, "Gelo. Neve. Geologia glacial"@pt ;
  skos:broader ns0:033218 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Glaciology"@en, "Glaciologia"@pt ;
  a skos:Concept .

ns0:033218
  skos:notation "551.3"^^ns0:UDCnotation ;
  skos:prefLabel "Geodinâmica externa (processos exógenos)"@pt, "External geodynamics (exogenous processes)"@en ;
  a skos:Concept ;
  skos:narrower ns0:033252 .

udcs: a skos:ConceptScheme, owl:Ontology .
