@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 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:19229
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85134464> ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "tálamo"@es, "thalamus"@en ;
  ns0:marc001 "37230" ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:definition nalt:19229_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  dc:modified "2013-01-15"^^xsd:date ;
  skos:broader nalt:9337 .

nalt:19229_def
  rdf:value "Cuerpos pares que contienen principalmente sustancia gris y que forman parte de la pared lateral del tercer ventrículo del cerebro. El tálamo representa la porción mayor del diencéfalo y normalmente está dividido en agregados celulares conocidos como grupos nucleares."@es, "Paired bodies containing mostly gray substance and forming part of the lateral wall of the third ventricle of the brain. The thalamus represents the major portion of the diencephalon and is commonly divided into cellular aggregates known as nuclear groups."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

nalt:9337
  skos:prefLabel "cerebro"@es, "brain"@en ;
  a ns0:Product, skos:Concept ;
  skos:narrower nalt:19229 .

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

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

