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

nalt:8545
  skos:prefLabel "infecciones bacterianas"@es, "bacterial infections"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:332174 .

nalt:332174_def
  rdf:value "Infección localizada de las mucosas o la piel causada por cepas toxigénicas de Corynebacterium diphtheriae. Se caracteriza por la presencia de una seudomembrana en el lugar de la infección. La toxina diftérica, producida por el bacilo C. diphtheriae, puede producir miocarditis, polineuritis y otros efectos tóxicos sistémicos."@es, "A localized infection of mucous membranes or skin caused by toxigenic strains of Corynebacterium diphtheriae. It is characterized by the presence of a pseudomembrane at the site of infection. Diphtheria toxin, produced by C. diphtheriae, can cause myocarditis, polyneuritis, and other systemic toxic effects."@en ;
  dc:source "Medical Subject Headings" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:332174
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2019-07-10"^^xsd:date ;
  skos:definition nalt:332174_def ;
  skos:prefLabel "diphtheria"@en, "difteria"@es ;
  ns0:marc001previous "93744" ;
  dc:modified "2019-11-25"^^xsd:date ;
  skos:related nalt:14706, nalt:332175 ;
  ns0:marc001 "9813985745300041" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:broader nalt:8545 .

nalt:14706
  skos:prefLabel "Corynebacterium diphtheriae"@es, "Corynebacterium diphtheriae"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:332174 .

nalt:332175
  skos:prefLabel "toxina diftérica"@es, "diphtheria toxin"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:332174 .

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

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

