@prefix this: <http://purl.org/np/RA4ORCbjSGZu4yvIWqm891Vvj3BmeDmN7TutvHQKZuuM0> .
@prefix sub: <http://purl.org/np/RA4ORCbjSGZu4yvIWqm891Vvj3BmeDmN7TutvHQKZuuM0#> .
@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/> .
@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/reactome/R-HSA-177750> dcterms:isPartOf <http://identifiers.org/wikipathways/WP3313> , <http://identifiers.org/wikipathways/WP3557> ;
    wp:organismName "Homo sapiens" ;
    a wp:Complex .
  <http://identifiers.org/wikipathways/WP3313> wp:pathwayOntologyTag obo:PW_0000122 .
  <http://identifiers.org/wikipathways/WP3557> wp:pathwayOntologyTag obo:PW_0000086 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3313_r94028> dc:title "Hedgehog 'on' state"@en .
  <http://identifiers.org/wikipathways/WP3557_r87084> dc:title "APC/C-mediated degradation of cell cycle proteins"@en .
  sub:assertion has-source: pmid:10872471 , pmid:18775730 , <http://identifiers.org/wikipathways/WP3313_r94028> , <http://identifiers.org/wikipathways/WP3557_r87084> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2018-06-09T11:21:25.763+02:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    <http://purl.org/nanopub/x/supersedes> <http://purl.org/np/RAkbzsDlsFsAaoWHW-t8AhU0pPfSl1Xq8_D0ErBrB7U6s> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3313_r94028> , <http://identifiers.org/wikipathways/WP3557_r87084> ;
    prov:wasGeneratedBy sub:activity .
}