@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RABy5JPn32w7GCizQe1vvRLMsWiMvpxY2BJkeRl0qHvc0> .
@prefix sub: <http://purl.org/np/RABy5JPn32w7GCizQe1vvRLMsWiMvpxY2BJkeRl0qHvc0#> .
@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/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/uniprot/P07602> dct:isPartOf <http://identifiers.org/wikipathways/WP1825> , <http://identifiers.org/wikipathways/WP1903> ;
    wp:organismName "Homo sapiens" ;
    a wp:Protein .
  <http://identifiers.org/wikipathways/WP1825> wp:pathwayOntologyTag obo:PW_0000003 .
  <http://identifiers.org/wikipathways/WP1903> wp:pathwayOntologyTag obo:PW_0000595 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1825_r93951> dce:title "GPCR ligand binding"@en .
  <http://identifiers.org/wikipathways/WP1903_r93756> dce:title "Response to elevated platelet cytosolic Ca2+"@en .
  sub:assertion has-source: pmid:14630798 , <http://identifiers.org/wikipathways/WP1825_r93951> , <http://identifiers.org/wikipathways/WP1903_r93756> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2018-06-09T11:19:19.357+02:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAghdq4T0xbyIeoHDEn7XKgFY-E0MCGHMRdtz-4RtPn3M> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1825_r93951> , <http://identifiers.org/wikipathways/WP1903_r93756> ;
    prov:wasGeneratedBy sub:activity .
}