@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ensembl: <http://identifiers.org/ensembl/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RAMZkPFBIEJtQSCH8Ds1H7hKYBttg1DfwPE0mM09i4_1Y> .
@prefix sub: <http://purl.org/np/RAMZkPFBIEJtQSCH8Ds1H7hKYBttg1DfwPE0mM09i4_1Y#> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix pmid: <http://identifiers.org/pubmed/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  ensembl:ENSBTAG00000007847 a wp:GeneProduct .
  ensembl:ENSBTAG00000009426 a wp:GeneProduct .
  ensembl:ENSBTAG00000010818 a wp:GeneProduct .
  ensembl:ENSBTAG00000021918 a wp:GeneProduct .
  <http://rdf.wikipathways.org/Pathway/WP3123_r80674/Complex/f6ab0> wp:organismName "Bos taurus" ;
    wp:participant ensembl:ENSBTAG00000007847 , ensembl:ENSBTAG00000009426 , ensembl:ENSBTAG00000010818 , ensembl:ENSBTAG00000021918 ;
    a wp:Complex .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3123_r80674> dc:title "Histone Modifications"@en .
  sub:assertion has-source: pmid:12435631 , <http://identifiers.org/wikipathways/WP3123_r80674> .
}
sub:publicationInfo {
  this: dcterms:created "2018-06-09T11:21:12.035+02:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAkSXo569hfHknPjEQo89IcL23fO9D8v3DHAEBV5yPwBo> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3123_r80674> .
}