@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix ns0: <https://lod.nal.usda.gov/naltv#> .
@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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

nalt:185109
  ns0:marc001 "60304" ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "hepatitis alcohólica"@es, "alcoholic hepatitis"@en ;
  dc:created "2012-04-17"^^xsd:date ;
  dc:modified "2012-11-30"^^xsd:date ;
  a ns0:Topic, skos:Concept ;
  skos:altLabel "chronic alcoholic hepatitis"@en ;
  skos:definition nalt:185109_def ;
  skos:broader nalt:45132 .

nalt:185109_def
  rdf:value "Inflamación del hígado causada por el consumo excesivo de alcohol. Se caracteriza por la necrosis de hepatocitos, la infiltración de neutrófilos y el depósito de corpúsculos de Mallory. Dependiendo de su gravedad, la lesión inflamatoria puede ser reversible o evolucionar hasta convertirse en una cirrosis hepática."@es, "Inflammation of the liver due to alcohol abuse. It is characterized by necrosis of hepatocytes, infiltration by neutrophils, and deposit of Mallory bodies. Depending on its severity, the inflammatory lesion may be reversible or progress to liver cirrhosis."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

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

nalt:45132
  skos:prefLabel "hepatitis"@es, "hepatitis"@en ;
  a ns0:Topic, skos:Concept ;
  skos:narrower nalt:185109 .

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

