@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RA793sjOoaR-kaQeuOl9UnQ9_PC3n9c2CKxGVwF42nBu8> .
@prefix sub: <http://purl.org/np/RA793sjOoaR-kaQeuOl9UnQ9_PC3n9c2CKxGVwF42nBu8#> .
@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/ENSBTAG00000022886> dct:isPartOf <http://identifiers.org/wikipathways/WP3130> , <http://identifiers.org/wikipathways/WP3195> , <http://identifiers.org/wikipathways/WP3217> , <http://identifiers.org/wikipathways/WP3276> ;
    wp:organismName "Bos taurus" ;
    a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/wikipathways/WP3130> wp:pathwayOntologyTag obo:PW_0000854 .
  <http://identifiers.org/wikipathways/WP3195> wp:pathwayOntologyTag obo:PW_0001035 .
  <http://identifiers.org/wikipathways/WP3217> wp:pathwayOntologyTag obo:PW_0000591 .
  <http://identifiers.org/wikipathways/WP3276> wp:pathwayOntologyTag obo:PW_0000003 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3130_r101986> dce:title "SIDS Susceptibility Pathways"@en .
  <http://identifiers.org/wikipathways/WP3195_r80780> dce:title "Arrhythmogenic Right Ventricular Cardiomyopathy"@en .
  <http://identifiers.org/wikipathways/WP3217_r102616> dce:title "Iron uptake and transport"@en .
  <http://identifiers.org/wikipathways/WP3276_r89455> dce:title "Myometrial Relaxation and Contraction Pathways"@en .
  sub:assertion has-source: pmid:17556193 , <http://identifiers.org/wikipathways/WP3130_r101986> , <http://identifiers.org/wikipathways/WP3195_r80780> , <http://identifiers.org/wikipathways/WP3217_r102616> , <http://identifiers.org/wikipathways/WP3276_r89455> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2019-03-17T12:10:18.442+01:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAzpaflKeBOzAJSghIPWY5s-hODzEeYC9Ghlh7hXcZMXM> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3130_r101986> , <http://identifiers.org/wikipathways/WP3195_r80780> , <http://identifiers.org/wikipathways/WP3217_r102616> , <http://identifiers.org/wikipathways/WP3276_r89455> ;
    prov:wasGeneratedBy sub:activity .
}