@prefix this: <http://purl.org/np/RAa7BNY9g8VDe1fs62hW5-Lo9_dJ5fwIZ1NdQMxutm4rI> .
@prefix sub: <http://purl.org/np/RAa7BNY9g8VDe1fs62hW5-Lo9_dJ5fwIZ1NdQMxutm4rI#> .
@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 dcterms: <http://purl.org/dc/terms/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix wd: <https://www.wikidata.org/entity/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@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/ENSG00000065485> a wp:GeneProduct .
  <http://identifiers.org/uniprot/Q14554> a wp:Protein .
  <http://rdf.wikipathways.org/Pathway/WP3472_r86791/WP/Interaction/e4ac2> wp:organismName "Homo sapiens" ;
    wp:source <http://identifiers.org/ensembl/ENSG00000065485> ;
    wp:target <http://identifiers.org/uniprot/Q14554> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3472_r86791> dc:title "XBP1(S) activates chaperone genes"@en .
  sub:assertion has-source: pmid:16539657 , <http://identifiers.org/wikipathways/WP3472_r86791> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2017-05-08T15:26:36.730+02:00"^^xsd:dateTime ;
    dcterms:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3472_r86791> ;
    prov:wasGeneratedBy sub:activity .
}