@prefix dcelem: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RAI1P-h5XvLXgRIYKMVdWpHxgI6TZNf4x25PhmSdFWOyw> .
@prefix sub: <http://purl.org/np/RAI1P-h5XvLXgRIYKMVdWpHxgI6TZNf4x25PhmSdFWOyw#> .
@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/ENSBTAG00000012314> dct:isPartOf <http://identifiers.org/wikipathways/WP1010> , <http://identifiers.org/wikipathways/WP1016> , <http://identifiers.org/wikipathways/WP1041> , <http://identifiers.org/wikipathways/WP1075> ;
    wp:organismName "Bos taurus" ;
    a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/wikipathways/WP1010> wp:pathwayOntologyTag obo:PW_0000008 , obo:PW_0000201 .
  <http://identifiers.org/wikipathways/WP1016> wp:pathwayOntologyTag obo:PW_0000008 .
  <http://identifiers.org/wikipathways/WP1041> wp:pathwayOntologyTag obo:PW_0000724 .
  <http://identifiers.org/wikipathways/WP1075> wp:pathwayOntologyTag obo:PW_0000140 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1010_r86915> dcelem:title "Wnt Signaling Pathway and Pluripotency"@en .
  <http://identifiers.org/wikipathways/WP1016_r80843> dcelem:title "Wnt Signaling Pathway"@en .
  <http://identifiers.org/wikipathways/WP1041_r82697> dcelem:title "Statin Pathway"@en .
  <http://identifiers.org/wikipathways/WP1075_r98246> dcelem:title "Folate Metabolism"@en .
  sub:assertion has-source: pmid:10048303 , <http://identifiers.org/wikipathways/WP1010_r86915> , <http://identifiers.org/wikipathways/WP1016_r80843> , <http://identifiers.org/wikipathways/WP1041_r82697> , <http://identifiers.org/wikipathways/WP1075_r98246> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2018-12-15T09:24:38.462+01:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAjvyXF-M_uZJI7SVaEu-D7vgij2M49a3ICYHb0jSX-hI> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1010_r86915> , <http://identifiers.org/wikipathways/WP1016_r80843> , <http://identifiers.org/wikipathways/WP1041_r82697> , <http://identifiers.org/wikipathways/WP1075_r98246> ;
    prov:wasGeneratedBy sub:activity .
}