@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/057435>
  skos:notation "665.1"^^ns0:UDCnotation ;
  skos:note "Candles"@en, "Velas"@pt ;
  skos:broader ns0:057434 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Generalities on oils, fats, waxes and products derived from them"@en, "Generalidades sobre óleos, gorduras, ceras e produtos derivados"@pt ;
  a skos:Concept .

ns0:057434
  skos:notation "665"^^ns0:UDCnotation ;
  skos:prefLabel "Óleos. Gorduras. Ceras. Adesivos. Gomas. Resinas"@pt, "Oils. Fats. Waxes. Adhesives. Gums. Resins"@en ;
  a skos:Concept ;
  skos:narrower ns0:057435 .

udcs: a skos:ConceptScheme, owl:Ontology .
