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

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

nalt:39720
  skos:prefLabel "alimentación parenteral"@es, "parenteral feeding"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:56892 .

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

nalt:56892
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85097999> ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:hiddenLabel "total-parenteral-nutrition"@en, "total parental nutrition"@en ;
  skos:exactMatch <http://id.cabi.org/cabt/118456>, <http://id.agrisemantics.org/gacs/C23733> ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:definition nalt:56892_def ;
  skos:prefLabel "total parenteral nutrition"@en, "nutrición parenteral total"@es ;
  ns0:marc001 "37958" ;
  skos:broader nalt:39720 ;
  dc:modified "2015-09-17"^^xsd:date .

nalt:56892_def
  rdf:value "La entrega de nutrientes para la asimilación y utilización por un paciente cuya única fuente de nutrientes es a través de soluciones administradas por vía intravenosa, subcutánea, o por alguna otra vía no-alimentarios. Los componentes básicos de las soluciones de NPT son hidrolizados de proteínas o mezclas de aminoácidos libres, monosacáridos, y electrolitos. Los componentes son seleccionados por su capacidad de invertir el catabolismo, promover el anabolismo, y construir las proteínas estructurales"@es, "The delivery of nutrients for assimilation and utilization by a patient whose sole source of nutrients is via solutions administered intravenously, subcutaneously, or by some other non-alimentary route. The basic components of TPN solutions are protein hydrolysates or free amino acid mixtures, monosaccharides, and electrolytes. Components are selected for their ability to reverse catabolism, promote anabolism, and build structural proteins."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

