@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/RACysQI_YpDveklrqJeDTGThvIORZAGbsZYgfrJr2CWE4> .
@prefix sub: <http://purl.org/np/RACysQI_YpDveklrqJeDTGThvIORZAGbsZYgfrJr2CWE4#> .
@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/P07225> dct:isPartOf <http://identifiers.org/wikipathways/WP1794> , <http://identifiers.org/wikipathways/WP1798> , <http://identifiers.org/wikipathways/WP1818> , <http://identifiers.org/wikipathways/WP1903> ;
    wp:organismName "Homo sapiens" ;
    a wp:Protein .
  <http://identifiers.org/wikipathways/WP1794> wp:pathwayOntologyTag obo:PW_0000475 .
  <http://identifiers.org/wikipathways/WP1798> wp:pathwayOntologyTag obo:PW_0000819 .
  <http://identifiers.org/wikipathways/WP1818> wp:pathwayOntologyTag obo:PW_0000474 .
  <http://identifiers.org/wikipathways/WP1903> wp:pathwayOntologyTag obo:PW_0000595 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1794_r94057> dce:title "Cell surface interactions at the vascular wall"@en .
  <http://identifiers.org/wikipathways/WP1798_r93740> dce:title "Complement cascade"@en .
  <http://identifiers.org/wikipathways/WP1818_r94025> dce:title "Formation of Fibrin Clot (Clotting Cascade)"@en .
  <http://identifiers.org/wikipathways/WP1903_r93756> dce:title "Response to elevated platelet cytosolic Ca2+"@en .
  sub:assertion has-source: pmid:420821 , <http://identifiers.org/wikipathways/WP1794_r94057> , <http://identifiers.org/wikipathways/WP1798_r93740> , <http://identifiers.org/wikipathways/WP1818_r94025> , <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/RAPZkpZO3Ubjeo6agE5GLlJM65KXHYSu-T_Qi4I9MB5vU> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1794_r94057> , <http://identifiers.org/wikipathways/WP1798_r93740> , <http://identifiers.org/wikipathways/WP1818_r94025> , <http://identifiers.org/wikipathways/WP1903_r93756> ;
    prov:wasGeneratedBy sub:activity .
}