@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/041396>
  skos:notation "620"^^ns0:UDCnotation ;
  skos:prefLabel "Testes dos materiais. Materiais comerciais. Estações de abastecimento de energia. Economia de energia"@pt, "Materials testing. Commercial materials. Power stations. Economics of energy"@en ;
  a skos:Concept ;
  skos:narrower ns0:041666 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:041666
  skos:notation "620.9"^^ns0:UDCnotation ;
  skos:broader ns0:041396 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Economics of energy in general"@en, "Economia da energia em geral"@pt ;
  a skos:Concept .

