@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:42421
  skos:inScheme <https://lod.nal.usda.gov/nalt> ;
  skos:prefLabel "pentagastrina"@es, "pentagastrin"@en ;
  dc:created "2006-01-19"^^xsd:date ;
  dc:modified "2013-01-15"^^xsd:date ;
  ns0:marc001 "27658" ;
  skos:broader nalt:3938 ;
  skos:related nalt:42419 ;
  skos:definition nalt:42421_def ;
  a ns0:Chemical, skos:Concept .

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

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

nalt:42419
  skos:prefLabel "gastrinas"@es, "gastrins"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:related nalt:42421 .

nalt:3938
  skos:prefLabel "polipéptidos"@es, "polypeptides"@en ;
  a ns0:Chemical, skos:Concept ;
  skos:narrower nalt:42421 .

nalt:42421_def
  rdf:value "Polipéptido sintético que tiene efectos similares a la gastrina cuando se administra parenteralmente. Estimula la secreción gástrica de ácido, pepsina y factor intrínseco y se ha usado como ayuda diagnóstica."@es, "A synthetic polypeptide that has effects like gastrin when given parenterally. It stimulates the secretion of gastric acid, pepsin, and intrinsic factor, and has been used as a diagnostic aid."@en ;
  dc:source "Medical Subject Headings" ;
  a ns0:Definition .

