@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/055027>
  skos:notation "66.01"^^ns0:UDCnotation ;
  skos:broader ns0:077051 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Fundamentos de engenharia química"@pt, "Fundamentals of chemical engineering"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
ns0:077051
  skos:notation "66.01/.09"^^ns0:UDCnotation ;
  skos:prefLabel "Subdivisões auxiliares especiais para engenharia química"@pt, "Special auxiliary subdivision for chemical engineering"@en ;
  a skos:Concept ;
  skos:narrower ns0:055027 .

