@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:18294211
  skos:inScheme <https://lod.nal.usda.gov/nalt-awic>, <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "18294211" ;
  skos:prefLabel "Simulation-based trauma education (SBTE)"@en, "educación traumatológica basada en la simulación (SBTE)"@es ;
  skos:broader nalt:75330469 ;
  dc:created "2023-04-03"^^xsd:date ;
  dc:modified "2024-05-04"^^xsd:date ;
  a skos:Concept ;
  skos:definition nalt:18294211_def .

nalt:75330469
  skos:prefLabel "educación médica y veterinaria"@es, "medical and veterinary education"@en ;
  a skos:Concept ;
  skos:narrower nalt:18294211 .

nalt:18294211_def
  rdf:value "Métodos alternativos en los que se utilizan maniquíes para enseñar y poner en práctica habilidades técnicas y conceptos críticos de educación médica y quirúrgica."@es, "Alternative methods using manikins to teach and practice technical skills and critical concepts in medical and surgical education."@en ;
  dc:source "Based upon Cherry, R. A., & Ali, J. (2008). Current concepts in simulation-based trauma education. The Journal of Trauma, 65(5), 1186–1193. " ;
  a ns0:Definition .

