@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:137476
  skos:prefLabel "outbreak investigation"@en, "investicación de brotes"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:source "Joint Institute for Food Safety and Applied Nutrition (JIFSAN)" ;
  ns0:marc001 "59102" ;
  a skos:Concept, ns0:Topic ;
  skos:definition nalt:137476_def ;
  skos:hiddenLabel "disease outbreak investigations"@en, "outbreak investigations"@en, "outbreak-investigation"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:broader nalt:34037 ;
  dc:created "2010-09-17"^^xsd:date ;
  skos:altLabel "disease outbreak investigation"@en .

nalt:34037
  skos:prefLabel "brotes de enfermedades"@es, "disease outbreaks"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:137476 .

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

nalt:137476_def
  rdf:value "En epidemiología, la recolección de datos relativos al diagnóstico, tiempo y lugar, y lo más importante el origen del brote de una enfermedad."@es, "In epidemiology, the collection of data concerning the diagnosis, time and place, and most significantly the source of a disease outbreak."@en ;
  dc:source "NAL Thesaurus" ;
  a ns0:Definition .

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

