@prefix dc: .
@prefix this: .
@prefix sub: .
@prefix beldoc: .
@prefix rdfs: .
@prefix rdf: .
@prefix xsd: .
@prefix dce: .
@prefix pav: .
@prefix np: .
@prefix prov: .
@prefix obo: .
@prefix Protein: .
@prefix hgnc: .
@prefix geneProductOf: .
@prefix hasPart: .
@prefix ProteinComplex: .
@prefix occursIn: .
@prefix hasAnnotation: .
@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: hgnc:2891, sub:_2;
occursIn: obo:CLO_0002193, species:9606;
hasAnnotation: sub:_3;
a ProteinComplex: .
sub:_2 geneProductOf: hgnc:17101;
a Protein: .
sub:_3 dc:subject "TextLocation";
rdf:value "Results" .
sub:assertion rdfs:label "complex(p(HGNC:SUZ12),g(HGNC:DKK1))" .
}
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 "20131211" .
sub:_4 prov:value """Chromatin immunoprecipitation analysis (Fig. 3B) revealed a dose-dependent increase
in H3K27me3, which coincided with recruitment of EZH2 and SUZ12 (components of
the “initiation” polycomb repressor complex 2 that catalyze H3K27me3), as well
as Bmi1, a member of “maintenance” polycomb repressor complex 1 (27). Additional
analysis confirmed the dose-dependent deacetylation of H4K16, which coincided
with recruitment of SirT1, a class III histone deacetylase that mediates H4K16deacet
ylation (28).""";
prov:wasQuotedFrom pubmed:19351856 .
sub:_5 rdfs:comment "support@belframework.org";
rdfs:label "Selventa" .
sub:assertion prov:hadPrimarySource pubmed:19351856;
prov:wasDerivedFrom beldoc:, sub:_4 .
}
sub:pubinfo {
this: dc:created "2014-07-03T14:31:17.768+02:00"^^xsd:dateTime;
pav:createdBy orcid:0000-0001-6818-334X, orcid:0000-0002-1267-0234 .
}