@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RA-A2dk92BO3uScb0Zfx5UkbyljG-qFvlCEgry7uRvuSg> .
@prefix sub: <http://purl.org/np/RA-A2dk92BO3uScb0Zfx5UkbyljG-qFvlCEgry7uRvuSg#> .
@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 {
  <http://identifiers.org/ensembl/ENSG00000055609> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000099381> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000118058> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000139718> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000167548> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000272333> a wp:GeneProduct .
  <http://rdf.wikipathways.org/Pathway/WP2369_r102995/Complex/d5ab8> wp:organismName "Homo sapiens" ;
    wp:participant <http://identifiers.org/ensembl/ENSG00000055609> , <http://identifiers.org/ensembl/ENSG00000099381> , <http://identifiers.org/ensembl/ENSG00000118058> , <http://identifiers.org/ensembl/ENSG00000139718> , <http://identifiers.org/ensembl/ENSG00000167548> , <http://identifiers.org/ensembl/ENSG00000272333> ;
    a wp:Complex .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2369_r102995> dce:title "Histone Modifications"@en .
  sub:assertion has-source: pmid:11805083 , <http://identifiers.org/wikipathways/WP2369_r102995> .
}
sub:publicationInfo {
  this: dct:created "2019-03-17T12:09:24.441+01:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2369_r102995> .
}