@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/050821>
  skos:notation "630"^^ns0:UDCnotation ;
  skos:prefLabel "Silvicultura"@pt, "Forestry"@en ;
  a skos:Concept ;
  skos:narrower ns0:050823 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:050823
  skos:notation "630*1"^^ns0:UDCnotation ;
  skos:broader ns0:050821 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Factors of the environment. Forest biology"@en, "Factores ambientais em silvicultura. Biologia florestal"@pt ;
  a skos:Concept .

