@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RA6qMnwAIINfkuHUe94uzhQLb0VE8myR5sYBwDYdGl8F4> .
@prefix sub: <http://purl.org/np/RA6qMnwAIINfkuHUe94uzhQLb0VE8myR5sYBwDYdGl8F4#> .
@prefix has-source: <http://semanticscience.org/resource/SIO_000253> .
@prefix wp: <http://vocabularies.wikipathways.org/wp#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix wd: <https://www.wikidata.org/entity/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pmid: <http://identifiers.org/pubmed/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/chebi/CHEBI:15355> a wp:Metabolite .
  <http://identifiers.org/ensembl/ENSBTAG00000014990> a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/ensembl/ENSBTAG00000034693> a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/reactome/REACT_12700> a wp:Complex .
  <http://identifiers.org/reactome/REACT_13268> a wp:Complex .
  <http://identifiers.org/reactome/REACT_17285> a wp:Complex .
  <http://rdf.wikipathways.org/Pathway/WP3192_r87908/WP/Interaction/cb1fb> wp:organismName "Bos taurus" ;
    wp:source <http://identifiers.org/reactome/REACT_17285> ;
    wp:target <http://identifiers.org/chebi/CHEBI:15355> , <http://identifiers.org/ensembl/ENSBTAG00000014990> , <http://identifiers.org/ensembl/ENSBTAG00000034693> , <http://identifiers.org/reactome/REACT_12700> , <http://identifiers.org/reactome/REACT_13268> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3192_r87908> dce:title "Neurotransmitter Release Cycle"@en .
  sub:assertion has-source: pmid:12519779 , pmid:17478680 , pmid:17891149 , <http://identifiers.org/wikipathways/WP3192_r87908> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-05-08T13:55:15.532+02:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3192_r87908> ;
    prov:wasGeneratedBy sub:activity .
}