@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 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#> .

nalt:14032
  skos:prefLabel "sistema nervioso periférico"@es, "peripheral nervous system"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:22613 .

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

nalt:22613
  skos:altLabel "uniones mioneurales"@es, "carotid body"@en, "cuerpo carotídeo"@es, "myoneural junctions"@en ;
  skos:definition nalt:22613_def ;
  skos:exactMatch <http://id.loc.gov/authorities/subjects/sh85090893> ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:broader nalt:14032 ;
  a skos:Concept, <https://lod.nal.usda.gov/naltv#Topic> ;
  skos:prefLabel "nerve endings"@en, "terminaciones nerviosas"@es ;
  ns0:marc001 "25174" ;
  dc:modified "2012-11-30"^^xsd:date ;
  skos:hiddenLabel "nerve-endings"@en ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:closeMatch <http://id.loc.gov/authorities/subjects/sh85020416> .

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

nalt:22613_def
  rdf:value "Terminaciones especializadas de las neuronas periféricas."@es, "Branch-like terminations of nerve fibers, sensory or motor neurons. Endings of sensory neurons are the beginnings of afferent pathway to the central nervous system. Endings of motor neurons are the terminals of axons at the muscle cells. Nerve endings which release neurotransmitters are called presynaptic terminals."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

