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

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

nalt:65620
  skos:prefLabel "pruebas de toxicidad"@es, "toxicity testing"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:10145083 .

nalt:10145083_def
  rdf:value "Prueba empleada para determinar la toxicidad aguda de una sustancia química en las etapas embrionarias de los peces."@es, "A test used to determine acute toxicity of chemicals on embryonic stages of fish."@en ;
  dc:source "Based upon OECD. (2013). Test No. 236: Fish Embryo Acute Toxicity (FET) Test. OECD (Organisation for EconomicCo-operation and Development)." ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:10145083
  skos:definition nalt:10145083_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept ;
  dc:created "2023-04-03"^^xsd:date ;
  skos:prefLabel "prueba de embriones de peces"@es, "fish embryo test"@en ;
  skos:broader nalt:65620 ;
  dc:modified "2024-05-04"^^xsd:date ;
  ns0:marc001 "10145083" .

