@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:350
  skos:prefLabel "enfermedades del tracto urinario"@es, "urinary tract diseases"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:45099 .

nalt:45099
  skos:broader nalt:8772, nalt:350 ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:prefLabel "hemoglobinuria"@en, "hemoglobinuria"@es ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  ns0:marc001 "18024" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh99004390> ;
  skos:definition nalt:45099_def ;
  dc:modified "2012-11-30"^^xsd:date .

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

nalt:8772
  skos:prefLabel "anemia hemolítica"@es, "hemolytic anemia"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:45099 .

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

nalt:45099_def
  rdf:value "Presencia de hemoglobina libre en la orina."@es, "The presence of free hemoglobin in the urine, indicating hemolysis of erythrocytes within the vascular system."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

