@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix miriam-pubmed: <http://identifiers.org/pubmed/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA8L-_mFixK5C-5EfnDfQ60Z_rcNi0MTNE81EM2Nwtxo4> .
@prefix sub: <http://purl.org/np/RA8L-_mFixK5C-5EfnDfQ60Z_rcNi0MTNE81EM2Nwtxo4#> .
@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#> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/reactome/R-HSA-210374> a wp:Complex .
  <http://identifiers.org/reactome/R-HSA-374911> a wp:Complex .
  <http://identifiers.org/reactome/R-HSA-374939> a wp:Complex .
  <http://identifiers.org/uniprot/O14810> a wp:Protein .
  <http://identifiers.org/uniprot/P60880> a wp:Protein .
  <http://identifiers.org/uniprot/P61764-1> a wp:Protein .
  <http://identifiers.org/uniprot/Q16623> a wp:Protein .
  <http://rdf.wikipathways.org/Pathway/WP1871_r94499/WP/Interaction/dd6fa> wp:organismName "Homo sapiens" ;
    wp:source <http://identifiers.org/reactome/R-HSA-210374> , <http://identifiers.org/reactome/R-HSA-374911> , <http://identifiers.org/uniprot/O14810> , <http://identifiers.org/uniprot/P60880> , <http://identifiers.org/uniprot/P61764-1> , <http://identifiers.org/uniprot/Q16623> ;
    wp:target <http://identifiers.org/reactome/R-HSA-374939> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1871_r94499> dce:title "Neurotransmitter release cycle"@en .
  sub:assertion has-source: miriam-pubmed:15935055 , miriam-pubmed:17301226 , miriam-pubmed:9701566 , <http://identifiers.org/wikipathways/WP1871_r94499> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-12-13T19:48:48.257+01:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1871_r94499> ;
    prov:wasGeneratedBy sub:activity .
}