@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#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:250171
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "dicrocoeliasis"@en, "dicrocoeliasis"@es ;
  dc:modified "2015-11-16"^^xsd:date ;
  skos:definition nalt:250171_def ;
  ns0:marc001 "66021" ;
  dc:created "2015-04-21"^^xsd:date ;
  skos:broader nalt:39564 ;
  skos:related nalt:33242 .

nalt:39564
  skos:prefLabel "infecciones por tremátodos"@es, "trematode infections"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:250171 .

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

nalt:33242
  skos:prefLabel "Dicrocoelium"@es, "Dicrocoelium"@en ;
  a ns0:Organism, skos:Concept ;
  skos:related nalt:250171 .

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

nalt:250171_def
  rdf:value "Infección causada por trematodos del género Dicrocoelium."@es, "Infection with flukes of the genus Dicrocoelium."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

