@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/037276>
  skos:notation "60"^^ns0:UDCnotation ;
  skos:prefLabel "Biotecnologia"@pt, "Biotechnology"@en ;
  a skos:Concept ;
  skos:narrower ns0:037281 .

ns0:037281
  skos:notation "602"^^ns0:UDCnotation ;
  skos:note "Genetic engineering. Electroporation. Cloning. Stem cell research"@en, "Engenharia genética. Electroporação. Clonagem. Investigação de células-mães"@pt ;
  skos:broader ns0:037276 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Processos e técnicas em biotecnologia"@pt, "Processes and techniques in biotechnology"@en ;
  a skos:Concept .

udcs: a skos:ConceptScheme, owl:Ontology .
