@prefix dcelem: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAYvAXLmCWvHkmJ25BgMj2C51UcG3sIJMz6WwFIEncOSc> .
@prefix sub: <http://purl.org/np/RAYvAXLmCWvHkmJ25BgMj2C51UcG3sIJMz6WwFIEncOSc#> .
@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 wd: <https://www.wikidata.org/entity/> .
@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/reactome/R-HSA-212340> a wp:Complex .
  <http://identifiers.org/uniprot/O43513> a wp:Protein .
  <http://identifiers.org/uniprot/O60244> a wp:Protein .
  <http://identifiers.org/uniprot/O75448> a wp:Protein .
  <http://identifiers.org/uniprot/O75586> a wp:Protein .
  <http://identifiers.org/uniprot/P24863> a wp:Protein .
  <http://identifiers.org/uniprot/P49336> a wp:Protein .
  <http://identifiers.org/uniprot/Q15648> a wp:Protein .
  <http://identifiers.org/uniprot/Q93074> a wp:Protein .
  <http://identifiers.org/uniprot/Q9BTT4> a wp:Protein .
  <http://identifiers.org/uniprot/Q9NPJ6> a wp:Protein .
  <http://identifiers.org/uniprot/Q9NVC6> a wp:Protein .
  <http://identifiers.org/uniprot/Q9UHV7> a wp:Protein .
  <http://identifiers.org/uniprot/Q9ULK4> a wp:Protein .
  <http://identifiers.org/uniprot/Q9Y2X0> a wp:Protein .
  <http://rdf.wikipathways.org/Pathway/WP1822_r101536/WP/Interaction/ee6fc> wp:organismName "Homo sapiens" ;
    wp:source <http://identifiers.org/uniprot/O43513> , <http://identifiers.org/uniprot/O60244> , <http://identifiers.org/uniprot/O75448> , <http://identifiers.org/uniprot/O75586> , <http://identifiers.org/uniprot/P24863> , <http://identifiers.org/uniprot/P49336> , <http://identifiers.org/uniprot/Q15648> , <http://identifiers.org/uniprot/Q93074> , <http://identifiers.org/uniprot/Q9BTT4> , <http://identifiers.org/uniprot/Q9NPJ6> , <http://identifiers.org/uniprot/Q9NVC6> , <http://identifiers.org/uniprot/Q9UHV7> , <http://identifiers.org/uniprot/Q9ULK4> , <http://identifiers.org/uniprot/Q9Y2X0> ;
    wp:target <http://identifiers.org/reactome/R-HSA-212340> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1822_r101536> dcelem:title "Generic Transcription Pathway"@en .
  sub:assertion has-source: pmid:10235266 , pmid:11395415 , pmid:15175151 , pmid:16719718 , pmid:2163759 , pmid:9637681 , pmid:9653119 , <http://identifiers.org/wikipathways/WP1822_r101536> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2018-12-15T09:31:23.432+01:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1822_r101536> ;
    prov:wasGeneratedBy sub:activity .
}