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

nalt:2145
  skos:prefLabel "accidentes"@es, "accidents"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:2150 .

nalt:763
  skos:prefLabel "exposición ocupacional"@es, "occupational exposure"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:related nalt:2150 .

nalt:2148
  skos:prefLabel "salud y seguridad ocupacionales"@es, "occupational health and safety"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:2150 .

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:2150
  skos:related nalt:763 ;
  skos:broader nalt:2148, nalt:2145 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:hiddenLabel "occupational-accidents"@en, "industrial accident"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "accidentes ocupacionales"@es, "occupational accidents"@en ;
  dc:modified "2020-09-01"^^xsd:date ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85065821> ;
  skos:altLabel "industrial accidents"@en ;
  skos:definition nalt:2150_def ;
  ns0:marc001 "25837" .

nalt:2150_def
  rdf:value "incidente imprevisto, especialmente aquel que causa daño o muerte, y que ocurre en el lugar de trabajo mientras se desempeñan las tareas laborales."@es, "An unforeseen incident, especially one causing injury or death, occurring in the workplace or while performing job duties."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

