@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix beldoc: .
@prefix rdfs: .
@prefix rdf: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@prefix np: .
@prefix belv: .
@prefix prov: .
@prefix go: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix hasAgent: .
@prefix species: .
@prefix occursIn: .
@prefix orcid: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
sub:_1 hasAgent: sub:_2;
a go:0003824 .
sub:_2 geneProductOf: hgnc:14002;
a Protein: .
sub:_3 hasAgent: sub:_4;
a go:0016301 .
sub:_4 geneProductOf: hgnc:1771;
a Protein: .
sub:_5 occursIn: species:9606;
rdf:object sub:_3;
rdf:predicate belv:decreases;
rdf:subject sub:_1;
a rdf:Statement .
sub:assertion rdfs:label "cat(p(HGNC:CDK2AP1)) -| kin(p(HGNC:CDK2))" .
}
sub:provenance {
beldoc: dce:description "Approximately 61,000 statements.";
dce:rights "Copyright (c) 2011-2012, Selventa. All rights reserved.";
dce:title "BEL Framework Large Corpus Document";
pav:authoredBy sub:_8;
pav:version "1.4" .
sub:_6 dce:identifier "Entrez Gene summary Human CDK2AP1";
dce:title "Entrez Gene summary Human CDK2AP1";
dce:type "Online Resource" .
sub:_7 prov:value "% Entrez Gene summary: Human: The protein encoded by this gene is a specific CDK2-associated protein, which is thought to negatively regulate CDK2 activity by sequestering monomeric CDK2, and targeting CDK2 for proteolysis. This protein was found to also interact with DNA polymerase alpha/primase and mediate the phosphorylation of the large p180 subunit, which suggested the regulatory role in DNA replication during S phase of the cell cycle. A similar gene in hamster was isolated from, and functions as a growth suppressor of normal keratinocytes.";
prov:wasQuotedFrom sub:_6 .
sub:_8 rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource sub:_6;
prov:wasDerivedFrom beldoc:, sub:_7 .
}
sub:pubinfo {
this: dc:created "2014-07-03T14:29:43.204+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}