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

<https://lod.nal.usda.gov/naltv#Topic>
  rdfs:label "Topic"@en ;
  a owl:Class .

nalt:25565_def
  rdf:value "Condición médica en la cual los niveles de colesterol en la sangre son anormalmente bajos."@es, "A condition in which the cholesterol levels in the blood are abnormally low."@en ;
  dc:source "NAL Thesaurus Staff" ;
  a <https://lod.nal.usda.gov/naltv#Definition> .

nalt:46715
  skos:prefLabel "hipolipidemia"@es, "hypolipidemia"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:25565 .

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

nalt:18135
  skos:prefLabel "colesterol"@es, "cholesterol"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:25565 .

nalt:25565
  skos:related nalt:18135 ;
  skos:prefLabel "hipocolesterolemia"@es, "hypocholesterolemia"@en ;
  skos:altLabel "hypocholesterolaemia"@en, "hypocholesteremia"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:definition nalt:25565_def ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh91000713> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:46715 ;
  ns0:marc001 "19042" .

