@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix beldoc: .
@prefix rdfs: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@prefix np: .
@prefix prov: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix hasPart: .
@prefix ProteinComplex: .
@prefix mesh: .
@prefix occursIn: .
@prefix species: .
@prefix pubmed: .
@prefix orcid: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:_1 hasPart: sub:_2, sub:_3;
occursIn: mesh:D042783, species:9606;
a ProteinComplex: .
sub:_2 geneProductOf: hgnc:7660;
a Protein: .
sub:_3 geneProductOf: hgnc:9801;
a Protein: .
sub:assertion rdfs:label "complex(p(HGNC:NCF1),p(HGNC:RAC1))" .
}
sub:provenance {
beldoc: dce:description "Approximately 2000 hand curated statements drawn from 57 PubMeds.";
dce:rights "Copyright (c) 2011-2012, Selventa. All Rights Reserved.";
dce:title "BEL Framework Small Corpus Document";
dc:license "Creative Commons Attribution-Non-Commercial-ShareAlike 3.0 Unported License";
pav:authoredBy sub:_5;
pav:version "1.6" .
sub:_4 prov:value """After agonist stimulation or during active EC migration, p47phox translocates to the
membrane ruffles through association with WAVE1 and Rac1/PAK1 (107), as well
as to the focal complexes in lamellar protrusions through binding to adaptor TRAF4
and Hic-5, a focal contact scaffold (108).""";
prov:wasQuotedFrom pubmed:17511588 .
sub:_5 rdfs:comment "support@belframework.org";
rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:17511588;
prov:wasDerivedFrom beldoc:, sub:_4 .
}
sub:pubinfo {
this: dc:created "2014-07-03T14:29:33.625+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}