@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 ns0: <https://lod.nal.usda.gov/naltv#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:136610
  skos:prefLabel "exposición ambiental"@es, "environmental exposure"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:136837 .

nalt:136837
  skos:definition nalt:136837_def ;
  skos:altLabel "multiple pathway single agent exposure"@en ;
  dc:source "Joint Institute for Food Safety and Applied Nutrition (JIFSAN)" ;
  skos:hiddenLabel "aggregate-exposure"@en ;
  skos:broader nalt:136610 ;
  skos:prefLabel "aggregate exposure"@en, "exposicón agregada"@es ;
  ns0:marc001 "58513" ;
  a skos:Concept, ns0:Topic ;
  dc:modified "2012-11-30"^^xsd:date ;
  dc:created "2010-08-13"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> .

nalt:136837_def
  rdf:value "La suma total de toda la exposición a un determinado agente biológico, químico o físico a través de las rutas pertinentes, las vías y fuentes."@es, "The sum total of all exposure to a specific biological, chemical or physical agent via relevant routes, pathways and sources."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

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

