@prefix nalt: <https://lod.nal.usda.gov/nalt/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

nalt:9337
  skos:prefLabel "cerebro"@es, "brain"@en ;
  a <https://lod.nal.usda.gov/naltv#Product>, skos:Concept ;
  skos:narrower nalt:19223 .

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

nalt:19223
  ns0:marc001 "18315" ;
  skos:prefLabel "hipocampo"@es, "hippocampus"@en ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85060982>, <http://id.loc.gov/authorities/subjects/sh85119218> ;
  skos:definition nalt:19223_def ;
  skos:inScheme <https://lod.nal.usda.gov/nalt>, <https://lod.nal.usda.gov/nalt-core> ;
  skos:hiddenLabel "hippocampus tissue"@en, "hippocampus tissues"@en ;
  dc:modified "2017-07-06"^^xsd:date ;
  skos:broader nalt:9337 ;
  a skos:Concept, ns0:Topic ;
  skos:exactMatch <http://id.agrisemantics.org/gacs/C18846>, <http://id.cabi.org/cabt/57485> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:altLabel "hippocampal formation"@en, "Ammon's horn"@en .

nalt:19223_def
  rdf:value "Parte central del diencéfalo que se extiende desde la región del quiasma óptico al borde caudal de los cuerpos mamilares y forma las paredes inferior y lateral del tercer ventrículo."@es, "A curved elevation of gray matter extending the entire length of the floor of the temporal horn of the lateral ventricle."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

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

