@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 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:307914 .

nalt:307916
  skos:prefLabel "pian"@es, "yaws"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:broader nalt:307914 .

nalt:307914
  skos:related nalt:63907 ;
  skos:hiddenLabel "treponemal infection"@en ;
  dc:modified "2017-11-10"^^xsd:date ;
  dc:created "2017-09-07"^^xsd:date ;
  ns0:marc001 "84243" ;
  skos:broader nalt:8545 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:307916 ;
  skos:prefLabel "treponemal infections"@en, "infecciones treponémicas"@es .

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

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

nalt:63907
  skos:prefLabel "Treponema"@es, "Treponema"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:307914 .

