@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix pmid: <http://identifiers.org/pubmed/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RAFS6mL55o8GZf_xTUpm0IK3_8CSr13msrHcu7QP5HUZA> .
@prefix sub: <http://purl.org/np/RAFS6mL55o8GZf_xTUpm0IK3_8CSr13msrHcu7QP5HUZA#> .
@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/uniprot/Q05397> dct:isPartOf <http://identifiers.org/wikipathways/WP2643> , <http://identifiers.org/wikipathways/WP2719> , <http://identifiers.org/wikipathways/WP2735> ;
    wp:organismName "Homo sapiens" ;
    a wp:Protein .
  <http://identifiers.org/wikipathways/WP2643> wp:pathwayOntologyTag obo:PW_0000003 , obo:PW_0001435 .
  <http://identifiers.org/wikipathways/WP2719> wp:pathwayOntologyTag obo:PW_0000234 .
  <http://identifiers.org/wikipathways/WP2735> wp:pathwayOntologyTag obo:PW_0000003 , obo:PW_0001193 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2643_r92317> dc:title "Nanoparticle-mediated activation of receptor signaling"@en .
  <http://identifiers.org/wikipathways/WP2719_r89466> dc:title "Fcgamma receptor (FCGR) dependent phagocytosis"@en .
  <http://identifiers.org/wikipathways/WP2735_r88127> dc:title "RAF/MAP kinase cascade"@en .
  sub:assertion has-source: pmid:12387730 , <http://identifiers.org/wikipathways/WP2643_r92317> , <http://identifiers.org/wikipathways/WP2719_r89466> , <http://identifiers.org/wikipathways/WP2735_r88127> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-12-13T19:38:06.661+01:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    npx:supersedes <http://purl.org/np/RAXkwqklyv7w0EXwvTZjwGKBlioAk2oR3TBMKVPFW8yTM> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2643_r92317> , <http://identifiers.org/wikipathways/WP2719_r89466> , <http://identifiers.org/wikipathways/WP2735_r88127> ;
    prov:wasGeneratedBy sub:activity .
}