@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/050829>
  skos:notation "630*4"^^ns0:UDCnotation ;
  skos:broader ns0:050821 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Forest injuries and protection"@en, "Danos e protecção florestais"@pt ;
  a skos:Concept .

ns0:050821
  skos:notation "630"^^ns0:UDCnotation ;
  skos:prefLabel "Silvicultura"@pt, "Forestry"@en ;
  a skos:Concept ;
  skos:narrower ns0:050829 .

udcs: a skos:ConceptScheme, owl:Ontology .
