@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/059352>
  skos:notation "67"^^ns0:UDCnotation ;
  skos:prefLabel "Various industries, trades and crafts"@en, "Indústria, artes industriais e ofícios diversos"@pt ;
  a skos:Concept ;
  skos:narrower ns0:059614 .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:059614
  skos:notation "675"^^ns0:UDCnotation ;
  skos:note "Tanning. Dyeing. Hides. Pelts. Furs. Leathers with special finish. Fur production and products"@en, "Curtimento. Tingimento. Peles. Peliças. Couros com acabamentos especiais. Produção e produtos de couro"@pt ;
  skos:broader ns0:059352 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Leather industry (including fur and imitation leather)"@en, "Indústria do couro (inclusive de peles e couros artificiais)"@pt ;
  a skos:Concept .

