@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .

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

nalt:286
  skos:prefLabel "medicamentos"@es, "drugs"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:narrower nalt:10183 .

nalt:10183
  skos:prefLabel "drug residues"@en, "residuos de drogas"@es ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.cabi.org/cabt/40939>, <http://id.agrisemantics.org/gacs/C6338>, <http://aims.fao.org/aos/agrovoc/c_10470> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:altLabel "pharmaceutical residues"@en ;
  dc:modified "2017-02-28"^^xsd:date ;
  skos:hiddenLabel "pharmaceutical residue"@en, "drug-residues"@en, "pharmaceutical-residues"@en ;
  ns0:marc001 "12608" ;
  skos:related nalt:51693 ;
  skos:broader nalt:212, nalt:286 ;
  skos:narrower nalt:10181 .

nalt:10181
  skos:prefLabel "residuos de antibióticos"@es, "antibiotic residues"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:broader nalt:10183 .

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

nalt:212
  skos:prefLabel "residuos químicos"@es, "chemical residues"@en ;
  a ns0:Product, ns0:Chemical, skos:Concept ;
  skos:narrower nalt:10183 .

nalt:51693
  skos:prefLabel "límite máximo de residuos"@es, "maximum residue limits"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:10183 .

