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

nalt:4898
  skos:prefLabel "enfermedades de los porcinos"@es, "swine diseases"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:15180 .

nalt:14756
  skos:prefLabel "Erysipelothrix rhusiopathiae"@es, "Erysipelothrix rhusiopathiae"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:15180 .

nalt:15180_def
  rdf:value "Enfermedad contagiosa, aguda y crónica, de los cerdos jóvenes causada por Erisipelotrix insidiosa (=Erysipelothrix rusiopatiae)."@es, "An acute and chronic contagious disease of young pigs caused by Erysipelothrix insidiosa (syn. Erysipelothrix rhusiopathiae)."@en ;
  dc:source "Medical Subject Headings" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:15180
  dc:modified "2013-01-15"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "swine erysipelas"@en, "erisipela porcina"@es ;
  skos:broader nalt:4898, nalt:8545 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  ns0:marc001 "36547" ;
  skos:definition nalt:15180_def ;
  skos:hiddenLabel "swine-erysipelas"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:related nalt:14756 ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85131255> .

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

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

