@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nanopub: <http://www.nanopub.org/nschema#> .
@prefix this: <http://purl.org/np/RACWAT8G9cZnBVOZL1hyr76GKU7yZ91NrtQZT_efmSKng> .
@prefix sub: <http://purl.org/np/RACWAT8G9cZnBVOZL1hyr76GKU7yZ91NrtQZT_efmSKng#> .
@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 wd: <https://www.wikidata.org/entity/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix pmid: <http://identifiers.org/pubmed/> .
sub:head {
  this: nanopub:hasAssertion sub:assertion ;
    nanopub:hasProvenance sub:provenance ;
    nanopub:hasPublicationInfo sub:publicationInfo ;
    a nanopub:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/chebi/CHEBI:29101> a wp:Metabolite .
  <http://identifiers.org/chebi/CHEBI:29985> a wp:Metabolite .
  <http://identifiers.org/reactome/R-HSA-399714> a wp:Complex .
  <http://identifiers.org/reactome/R-HSA-420976> a wp:Complex .
  <http://rdf.wikipathways.org/Pathway/WP2754_r94502/WP/Interaction/d5e98> wp:organismName "Homo sapiens" ;
    wp:source <http://identifiers.org/chebi/CHEBI:29101> , <http://identifiers.org/reactome/R-HSA-420976> ;
    wp:target <http://identifiers.org/chebi/CHEBI:29101> , <http://identifiers.org/chebi/CHEBI:29985> , <http://identifiers.org/reactome/R-HSA-399714> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2754_r94502> dce:title "Neurotransmitter receptors and postsynaptic signal transmission"@en .
  sub:assertion has-source: pmid:19217372 , <http://identifiers.org/wikipathways/WP2754_r94502> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-12-13T19:49:41.111+01:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2754_r94502> ;
    prov:wasGeneratedBy sub:activity .
}