@prefix eco: <http://purl.obolibrary.org/obo/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RABsWLV24uxNCrVGT7a-VTfgisiERisj_rPERbUs4VXVE> .
@prefix sub: <http://purl.org/np/RABsWLV24uxNCrVGT7a-VTfgisiERisj_rPERbUs4VXVE#> .
@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/ensembl/ENSG00000186895> dct:isPartOf <http://identifiers.org/wikipathways/WP3584> , <http://identifiers.org/wikipathways/WP3931> , <http://identifiers.org/wikipathways/WP3932> ;
    wp:organismName "Homo sapiens" ;
    a wp:GeneProduct .
  <http://identifiers.org/wikipathways/WP3584> wp:pathwayOntologyTag eco:PW_0000013 .
  <http://identifiers.org/wikipathways/WP3931> wp:pathwayOntologyTag eco:PW_0000102 .
  <http://identifiers.org/wikipathways/WP3932> wp:pathwayOntologyTag eco:PW_0000003 , eco:PW_0000180 , eco:PW_0000595 , eco:PW_0000648 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3584_r91190> dce:title "MECP2 and Associated Rett Syndrome"@en .
  <http://identifiers.org/wikipathways/WP3931_r91005> dce:title "ESC Pluripotency Pathways"@en .
  <http://identifiers.org/wikipathways/WP3932_r91101> dce:title "Focal Adhesion-PI3K-Akt-mTOR-signaling pathway"@en .
  sub:assertion has-source: pmid:24615633 , <http://identifiers.org/wikipathways/WP3584_r91190> , <http://identifiers.org/wikipathways/WP3931_r91005> , <http://identifiers.org/wikipathways/WP3932_r91101> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-04-19T12:01:53.716+02:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3584_r91190> , <http://identifiers.org/wikipathways/WP3931_r91005> , <http://identifiers.org/wikipathways/WP3932_r91101> ;
    prov:wasGeneratedBy sub:activity .
}