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

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

nalt:13419
  skos:prefLabel "Mycoplasma"@es, "Mycoplasma"@en ;
  a <https://lod.nal.usda.gov/naltv#Organism>, skos:Concept ;
  skos:related nalt:15171 .

nalt:15171
  ns0:marc001 "24568" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:related nalt:13419 ;
  skos:altLabel "eperythrozoonosis"@en, "mycoplasma infections"@en, "mycoplasmal infections"@en, "mycoplasmal diseases"@en ;
  dc:modified "2016-10-04"^^xsd:date ;
  skos:hiddenLabel "mycoplasma infection"@en ;
  skos:exactMatch <http://id.cabi.org/cabt/76470>, <http://id.agrisemantics.org/gacs/C13570>, <http://aims.fao.org/aos/agrovoc/c_5022> ;
  skos:broader nalt:8545 ;
  a ns0:Topic, skos:Concept ;
  skos:prefLabel "mycoplasmosis"@en, "micoplasmosis"@es ;
  skos:definition nalt:15171_def ;
  dc:created "2006-01-19"^^xsd:date .

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

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

nalt:15171_def
  rdf:value "Infecciones causadas por especies del género Mycoplasma."@es, "Infections with species of the genus Mycoplasma."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

