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

nalt:38974
  skos:prefLabel "extractos vegetales"@es, "plant extracts"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:related nalt:94890 .

nalt:3967
  skos:prefLabel "toxicidad"@es, "toxicity"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:94890 .

nalt:94890
  ns0:marc001 "91074" ;
  skos:related nalt:38974, nalt:65620, nalt:3967 ;
  a skos:Concept, ns0:Chemical ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "extractos tóxicos"@es, "toxic extracts"@en ;
  skos:hiddenLabel "toxic extract"@en ;
  dc:created "2006-07-21"^^xsd:date ;
  skos:broader nalt:1780 ;
  dc:modified "2018-11-14"^^xsd:date .

nalt:65620
  skos:prefLabel "pruebas de toxicidad"@es, "toxicity testing"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:94890 .

nalt:1780
  skos:prefLabel "sustancias tóxicas"@es, "toxic substances"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:94890 .

ns0:Chemical
  rdfs:label "Chemical"@en ;
  a owl:Class .

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

