@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:6407
  skos:prefLabel "sodio"@es, "sodium"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:46738 .

nalt:46738
  skos:prefLabel "hiponatremia"@es, "hyponatremia"@en ;
  dc:modified "2015-10-15"^^xsd:date ;
  skos:definition nalt:46738_def ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:2862 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85063797> ;
  ns0:marc001 "19069" ;
  skos:related nalt:18085, nalt:6407 .

nalt:2862
  skos:prefLabel "enfermedades metabólicas"@es, "metabolic diseases"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:46738 .

nalt:18085
  skos:prefLabel "química sanguínea"@es, "blood chemistry"@en ;
  a ns0:Topic, skos:Concept ;
  skos:related nalt:46738 .

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

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

nalt:46738_def
  rdf:value "Deficiencia de sodio en la sangre; depleción salina."@es, "Deficiency of sodium in the blood; salt depletion."@en ;
  dc:source "Medical Subject Headings 2015" ;
  a ns0:Definition .

