@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RAgJa0C8Gl2HtkNelag0t1-0MTuXS3HgSb0Zlb70y_RlI> .
@prefix sub: <http://purl.org/np/RAgJa0C8Gl2HtkNelag0t1-0MTuXS3HgSb0Zlb70y_RlI#> .
@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/ENSBTAG00000004498> dct:isPartOf <http://identifiers.org/wikipathways/WP3116> , <http://identifiers.org/wikipathways/WP3130> ;
    wp:organismName "Bos taurus" ;
    a wp:GeneProduct .
  <http://identifiers.org/wikipathways/WP3116> wp:pathwayOntologyTag obo:PW_0001699 .
  <http://identifiers.org/wikipathways/WP3130> wp:pathwayOntologyTag obo:PW_0000854 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3116_r89541> dce:title "Ovarian Infertility Genes"@en .
  <http://identifiers.org/wikipathways/WP3130_r80686> dce:title "SIDS Susceptibility Pathways"@en .
  sub:assertion has-source: pmid:19559077 , <http://identifiers.org/wikipathways/WP3116_r89541> , <http://identifiers.org/wikipathways/WP3130_r80686> .
}
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/WP3116_r89541> , <http://identifiers.org/wikipathways/WP3130_r80686> ;
    prov:wasGeneratedBy sub:activity .
}