@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

nalt:2522
  skos:prefLabel "neurotransmisores"@es, "neurotransmitters"@en ;
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:related nalt:54735 .

nalt:54735
  a <https://lod.nal.usda.gov/naltv#Chemical>, skos:Concept ;
  skos:hiddenLabel "substance-P"@en, "substance P."@en ;
  dc:modified "2017-11-17"^^xsd:date ;
  skos:definition nalt:54735_def ;
  dc:created "2006-01-19"^^xsd:date ;
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "substance P"@en, "sustancia P"@es ;
  skos:related nalt:2522 ;
  skos:broader nalt:6524 ;
  ns0:marc001 "36254" .

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

nalt:54735_def
  rdf:value "Neurotransmisor de once aminoácidos que está presente tanto en el sistema nervioso central como en el periférico. Interviene en la transmisión del dolor, provoca contracciones rápidas de la musculatura lisa gastrointestinal, y modula las respuestas inflamatorias e inmunológicas."@es, "An eleven-amino acid neurotransmitter that appears in both the central and peripheral nervous systems. It is involved in transmission of pain, causes rapid contractions of the gastrointestinal smooth muscle, and modulates inflammatory and immune responses."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

nalt:6524
  skos:prefLabel "neuropéptidos"@es, "neuropeptides"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:54735 .

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

