@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/038588>
  skos:notation "615.3"^^ns0:UDCnotation ;
  skos:broader ns0:038416 ;
  skos:inScheme udcs: ;
  skos:prefLabel "Medicaments according to their origin"@en, "Medicamentos de acordo com a sua origem"@pt ;
  a skos:Concept .

ns0:038416
  skos:notation "615"^^ns0:UDCnotation ;
  skos:prefLabel "Pharmacology. Therapeutics. Toxicology"@en, "Farmacologia. Terapêutica. Toxicologia"@pt ;
  a skos:Concept ;
  skos:narrower ns0:038588 .

udcs: a skos:ConceptScheme, owl:Ontology .
