@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://lod.nal.usda.gov/naltv#Chemical>
  rdfs:label "Chemical"@en ;
  a owl:Class .

nalt:10189_def
  rdf:value "Antibiótico glucopéptido de Streptomyces candidus, promotor del crecimiento, el cual contribuye a mejorar la tasa de crecimiento y la eficiencia de conversión alimenticia de pollos de engorde y cerdos."@es, "Glycopeptide antibiotic from Streptomyces candidus; antibiotic growth promoter for improving growth rates & feed conversion efficiency of broiler chickens and pigs."@en ;
  dc:source "Medical Subject Headings 2011" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:10206
  skos:prefLabel "antibióticos péptidos"@es, "peptide antibiotics"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:10189 .

<https://lod.nal.usda.gov/nalt>
  rdfs:label "NALT Full"@en ;
  a skos:ConceptScheme .

nalt:43281
  skos:prefLabel "glicopéptidos"@es, "glycopeptides"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:10189 .

nalt:10189
  skos:broader nalt:10206 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Chemical> ;
  skos:altLabel "alpha-avoparcin"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:related nalt:43281 ;
  skos:prefLabel "avoparcin"@en, "avoparcina"@es ;
  ns0:marc001 "4106" ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:10189_def .

