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

nalt:10061
  skos:prefLabel "Bacillus anthracis"@es, "Bacillus anthracis"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:311553 .

nalt:311553
  skos:broader nalt:217780 ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:prefLabel "anthrax vaccines"@en, "vacunas contra el ántrax"@es ;
  skos:related nalt:10061, nalt:10060 ;
  skos:hiddenLabel "anthrax vaccine"@en ;
  dc:created "2018-01-08"^^xsd:date ;
  dc:modified "2018-11-14"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "84994" ;
  skos:definition nalt:311553_def .

nalt:311553_def
  rdf:value "Vacunas que evitan la aparición del ántrax."@es, "Vaccines to prevent anthrax."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a ns0:Definition .

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

nalt:10060
  skos:prefLabel "ántrax"@es, "anthrax"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:311553 .

nalt:217780
  skos:prefLabel "vacunas bacterianas"@es, "bacterial vaccines"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:311553 .

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

