@prefix this: <http://purl.org/np/RAMJks41V96hAHnV9jnbj2GNwjx_Sa4Yf0Xr4GztK63XE> .
@prefix sub: <http://purl.org/np/RAMJks41V96hAHnV9jnbj2GNwjx_Sa4Yf0Xr4GztK63XE#> .
@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 dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix wd: <https://www.wikidata.org/entity/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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/P00734> dcterms:isPartOf <http://identifiers.org/wikipathways/WP1794> , <http://identifiers.org/wikipathways/WP1798> , <http://identifiers.org/wikipathways/WP1818> , <http://identifiers.org/wikipathways/WP1884> , <http://identifiers.org/wikipathways/WP1929> ;
    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/WP1884> wp:pathwayOntologyTag obo:PW_0000004 , obo:PW_0000355 .
  <http://identifiers.org/wikipathways/WP1929> wp:pathwayOntologyTag obo:PW_0000125 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1794_r101507> dc:title "Cell surface interactions at the vascular wall"@en .
  <http://identifiers.org/wikipathways/WP1798_r101621> dc:title "Complement cascade"@en .
  <http://identifiers.org/wikipathways/WP1818_r101320> dc:title "Formation of Fibrin Clot (Clotting Cascade)"@en .
  <http://identifiers.org/wikipathways/WP1884_r101399> dc:title "Platelet Aggregation (Plug Formation)"@en .
  <http://identifiers.org/wikipathways/WP1929_r101361> dc:title "Thrombin signalling through proteinase activated receptors (PARs)"@en .
  sub:assertion has-source: pmid:266717 , pmid:2825773 , pmid:873923 , <http://identifiers.org/wikipathways/WP1794_r101507> , <http://identifiers.org/wikipathways/WP1798_r101621> , <http://identifiers.org/wikipathways/WP1818_r101320> , <http://identifiers.org/wikipathways/WP1884_r101399> , <http://identifiers.org/wikipathways/WP1929_r101361> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2018-12-15T09:31:57.351+01:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1794_r101507> , <http://identifiers.org/wikipathways/WP1798_r101621> , <http://identifiers.org/wikipathways/WP1818_r101320> , <http://identifiers.org/wikipathways/WP1884_r101399> , <http://identifiers.org/wikipathways/WP1929_r101361> ;
    prov:wasGeneratedBy sub:activity .
}