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

<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:29902387 .

nalt:29902387
  skos:broader nalt:65620 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "prueba de irritación ocular (EIT) vitrigel "@es, "Vitrigel-Eye Irritancy Test (EIT)"@en ;
  ns0:marc001 "29902387" ;
  a skos:Concept ;
  dc:modified "2024-05-04"^^xsd:date ;
  dc:created "2023-04-03"^^xsd:date ;
  skos:definition nalt:29902387_def .

nalt:29902387_def
  rdf:value "Método de prueba in vitro que evalúa el potencial de irritación ocular de una sustancia química con base en su capacidad para inducir daños en la función de barrera de los modelos de epitelio corneal humano. Es una alternativa al test de Draize en ojos de conejo."@es, "An in vitro test method that assesses the eye irritation potential of a test chemical based on its ability to induce damage to the barrier function of the human corneal epithelium (hCE) models. This test is an alternative to the Draize Eye Test."@en ;
  dc:source "Based upon OECD. (2021). TG 494: Vitrigel-Eye Irritancy Test Method for Identifying Chemicals Not Requiring Classification and Labelling for Eye Irritation or Serious Eye Damage. OECD." ;
  a ns0:Definition .

