@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RAOIBky-PVlOAzflsYoFaWZWZui2btpCwqSFIWXdw8hVA> .
@prefix sub: <http://purl.org/np/RAOIBky-PVlOAzflsYoFaWZWZui2btpCwqSFIWXdw8hVA#> .
@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/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/chebi/CHEBI:76279> dct:isPartOf <http://identifiers.org/wikipathways/WP3331> , <http://identifiers.org/wikipathways/WP3364> , <http://identifiers.org/wikipathways/WP3395> , <http://identifiers.org/wikipathways/WP3567> ;
    wp:organismName "Homo sapiens" ;
    a wp:Metabolite .
  <http://identifiers.org/wikipathways/WP3331> wp:pathwayOntologyTag obo:PW_0000004 .
  <http://identifiers.org/wikipathways/WP3364> wp:pathwayOntologyTag obo:PW_0000004 .
  <http://identifiers.org/wikipathways/WP3395> wp:pathwayOntologyTag obo:PW_0000237 .
  <http://identifiers.org/wikipathways/WP3567> wp:pathwayOntologyTag obo:PW_0000099 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3331_r101311> dce:title "Mitochondrial biogenesis"@en .
  <http://identifiers.org/wikipathways/WP3364_r101473> dce:title "SIRT1 negatively regulates rRNA expression"@en .
  <http://identifiers.org/wikipathways/WP3395_r103018> dce:title "Cellular response to heat stress"@en .
  <http://identifiers.org/wikipathways/WP3567_r101343> dce:title "HDR through Homologous Recombination (HRR) or Single Strand Annealing (SSA)"@en .
  sub:assertion has-source: pmid:11893743 , <http://identifiers.org/wikipathways/WP3331_r101311> , <http://identifiers.org/wikipathways/WP3364_r101473> , <http://identifiers.org/wikipathways/WP3395_r103018> , <http://identifiers.org/wikipathways/WP3567_r101343> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2019-03-17T12:10:18.442+01:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAXl1GCmjuP3_LQWaTFukBRMXrCoIvRxFk9ctYKvgi1yg> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3331_r101311> , <http://identifiers.org/wikipathways/WP3364_r101473> , <http://identifiers.org/wikipathways/WP3395_r103018> , <http://identifiers.org/wikipathways/WP3567_r101343> ;
    prov:wasGeneratedBy sub:activity .
}