@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:3910
  skos:prefLabel "potencial de la membrana"@es, "membrane potential"@en ;
  a <https://lod.nal.usda.gov/naltv#Topic>, skos:Concept ;
  skos:narrower nalt:3909 .

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

nalt:3909
  dc:created "2006-01-19"^^xsd:date ;
  skos:prefLabel "action potentials"@en, "potenciales de acción"@es ;
  ns0:marc001 "895" ;
  skos:definition nalt:3909_def ;
  skos:broader nalt:3910 ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:altLabel "nerve impulses"@en, "spike potentials"@en ;
  skos:hiddenLabel "action potential"@en, "action-potentials"@en ;
  dc:modified "2012-11-30"^^xsd:date ;
  a skos:Concept, ns0:Topic .

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

nalt:3909_def
  rdf:value "Respuesta eléctrica de un nervio o un músculo ante la estimulación."@es, "Abrupt changes in the membrane potential that sweep along the cell membrane of excitable cells in response to excitation stimuli."@en ;
  dc:source "Medical Subject Headings 2012" ;
  a ns0:Definition .

