@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RAguvH-xz9Yz0AXJO7tqkOmsamPAuRh2ws0ZTALBqwZwM> .
@prefix sub: <http://purl.org/np/RAguvH-xz9Yz0AXJO7tqkOmsamPAuRh2ws0ZTALBqwZwM#> .
@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/ENSBTAG00000011082> dct:isPartOf <http://identifiers.org/wikipathways/WP3127> , <http://identifiers.org/wikipathways/WP3197> , <http://identifiers.org/wikipathways/WP3223> , <http://identifiers.org/wikipathways/WP3231> , <http://identifiers.org/wikipathways/WP3250> ;
    wp:organismName "Bos taurus" ;
    a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/wikipathways/WP3127> wp:pathwayOntologyTag obo:PW_0000004 .
  <http://identifiers.org/wikipathways/WP3197> wp:pathwayOntologyTag obo:PW_0000648 .
  <http://identifiers.org/wikipathways/WP3223> wp:pathwayOntologyTag obo:PW_0000004 .
  <http://identifiers.org/wikipathways/WP3231> wp:pathwayOntologyTag obo:PW_0000277 , obo:PW_0000278 .
  <http://identifiers.org/wikipathways/WP3250> wp:pathwayOntologyTag obo:PW_0000296 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3127_r89249> dce:title "Cardiac Progenitor Differentiation"@en .
  <http://identifiers.org/wikipathways/WP3197_r80784> dce:title "Focal Adhesion"@en .
  <http://identifiers.org/wikipathways/WP3223_r89941> dce:title "Differentiation Pathway"@en .
  <http://identifiers.org/wikipathways/WP3231_r81192> dce:title "Senescence and Autophagy in Cancer"@en .
  <http://identifiers.org/wikipathways/WP3250_r80883> dce:title "Cardiac Hypertrophic Response"@en .
  sub:assertion has-source: pmid:23045704 , <http://identifiers.org/wikipathways/WP3127_r89249> , <http://identifiers.org/wikipathways/WP3197_r80784> , <http://identifiers.org/wikipathways/WP3223_r89941> , <http://identifiers.org/wikipathways/WP3231_r81192> , <http://identifiers.org/wikipathways/WP3250_r80883> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2017-04-19T12:13:54.594+02:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3127_r89249> , <http://identifiers.org/wikipathways/WP3197_r80784> , <http://identifiers.org/wikipathways/WP3223_r89941> , <http://identifiers.org/wikipathways/WP3231_r81192> , <http://identifiers.org/wikipathways/WP3250_r80883> ;
    prov:wasGeneratedBy sub:activity .
}