@prefix dc: <http://purl.org/dc/terms/> .
@prefix dcelem: <http://purl.org/dc/elements/1.1/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RADOFjUhEffJS75Nmc45PulqKp99nQA94aDm8cPhVP_SI> .
@prefix sub: <http://purl.org/np/RADOFjUhEffJS75Nmc45PulqKp99nQA94aDm8cPhVP_SI#> .
@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/ensembl/ENSG00000208006> dc:isPartOf <http://identifiers.org/wikipathways/WP2023> , <http://identifiers.org/wikipathways/WP2029> , <http://identifiers.org/wikipathways/WP2087> , <http://identifiers.org/wikipathways/WP2849> ;
    wp:organismName "Homo sapiens" , "Mus musculus" ;
    a wp:GeneProduct , wp:Rna .
  <http://identifiers.org/wikipathways/WP2023> wp:pathwayOntologyTag obo:PW_0000650 .
  <http://identifiers.org/wikipathways/WP2029> wp:pathwayOntologyTag obo:PW_0000650 .
  <http://identifiers.org/wikipathways/WP2087> wp:pathwayOntologyTag obo:PW_0000099 , obo:PW_0000808 .
  <http://identifiers.org/wikipathways/WP2849> wp:pathwayOntologyTag obo:PW_0000512 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2023_r96068> dcelem:title "Cell Differentiation - Index expanded"@en .
  <http://identifiers.org/wikipathways/WP2029_r95144> dcelem:title "Cell Differentiation - Index"@en .
  <http://identifiers.org/wikipathways/WP2087_r98353> dcelem:title "miRNA regulation of DNA Damage Response"@en .
  <http://identifiers.org/wikipathways/WP2849_r97552> dcelem:title "Hematopoietic Stem Cell Differentiation"@en .
  sub:assertion has-source: pmid:20549139 , <http://identifiers.org/wikipathways/WP2023_r96068> , <http://identifiers.org/wikipathways/WP2029_r95144> , <http://identifiers.org/wikipathways/WP2087_r98353> , <http://identifiers.org/wikipathways/WP2849_r97552> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dc:created "2018-12-15T09:25:21.236+01:00"^^xsd:dateTime ;
    dc:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RABww1PzmVDPW4f11_jsBbuwZKpigZYjo9v1TsVrKLRpY> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2023_r96068> , <http://identifiers.org/wikipathways/WP2029_r95144> , <http://identifiers.org/wikipathways/WP2087_r98353> , <http://identifiers.org/wikipathways/WP2849_r97552> ;
    prov:wasGeneratedBy sub:activity .
}