@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAJA5NqZNe4Sp5543VxB0Ms6SqkiDiju8hmpnHwj6w3YM> .
@prefix sub: <http://purl.org/np/RAJA5NqZNe4Sp5543VxB0Ms6SqkiDiju8hmpnHwj6w3YM#> .
@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/ENSMUSG00000028161> dcterms:isPartOf <http://identifiers.org/wikipathways/WP2075> , <http://identifiers.org/wikipathways/WP2141> , <http://identifiers.org/wikipathways/WP2432> ;
    wp:organismName "Mus musculus" ;
    a wp:GeneProduct .
  <http://identifiers.org/wikipathways/WP2075> wp:pathwayOntologyTag obo:PW_0000015 .
  <http://identifiers.org/wikipathways/WP2141> wp:pathwayOntologyTag obo:PW_0000316 , obo:PW_0000319 , obo:PW_0000854 .
  <http://identifiers.org/wikipathways/WP2432> wp:pathwayOntologyTag obo:PW_0000013 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2075_r97336> dce:title "Alzheimers Disease"@en .
  <http://identifiers.org/wikipathways/WP2141_r101828> dce:title "Serotonin and anxiety"@en .
  <http://identifiers.org/wikipathways/WP2432_r102465> dce:title "Spinal Cord Injury"@en .
  sub:assertion has-source: pmid:15546853 , pmid:22260796 , <http://identifiers.org/wikipathways/WP2075_r97336> , <http://identifiers.org/wikipathways/WP2141_r101828> , <http://identifiers.org/wikipathways/WP2432_r102465> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2019-01-13T09:34:24.179+01:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RA1QxQcIKcu7iDxF_P2U739TKUoQ2EHr8cfq85C_-PsgY> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2075_r97336> , <http://identifiers.org/wikipathways/WP2141_r101828> , <http://identifiers.org/wikipathways/WP2432_r102465> ;
    prov:wasGeneratedBy sub:activity .
}