@prefix this: <http://purl.org/np/RADVX0EhJK0OuBmS5RJDDh3OHnpbrZxhAZHtX9IcGQ44E> .
@prefix sub: <http://purl.org/np/RADVX0EhJK0OuBmS5RJDDh3OHnpbrZxhAZHtX9IcGQ44E#> .
@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/ensembl/ENSRNOG00000028629> dcterms:isPartOf <http://identifiers.org/wikipathways/WP1290> , <http://identifiers.org/wikipathways/WP1312> , <http://identifiers.org/wikipathways/WP1964> , <http://identifiers.org/wikipathways/WP1965> , <http://identifiers.org/wikipathways/WP1968> ;
    wp:organismName "Rattus norvegicus" ;
    a wp:GeneProduct .
  <http://identifiers.org/wikipathways/WP1290> wp:pathwayOntologyTag obo:PW_0000004 .
  <http://identifiers.org/wikipathways/WP1312> wp:pathwayOntologyTag obo:PW_0000125 , obo:PW_0000960 .
  <http://identifiers.org/wikipathways/WP1964> wp:pathwayOntologyTag obo:PW_0000243 .
  <http://identifiers.org/wikipathways/WP1965> wp:pathwayOntologyTag obo:PW_0000243 .
  <http://identifiers.org/wikipathways/WP1968> wp:pathwayOntologyTag obo:PW_0000605 , obo:PW_0000703 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1290_r95785> dc:title "Apoptosis"@en .
  <http://identifiers.org/wikipathways/WP1312_r95803> dc:title "Signal Transduction of S1P Receptor"@en .
  <http://identifiers.org/wikipathways/WP1964_r82992> dc:title "VEGFR-3 signaling"@en .
  <http://identifiers.org/wikipathways/WP1965_r106968> dc:title "VEGF-receptor Signal Transduction"@en .
  <http://identifiers.org/wikipathways/WP1968_r108361> dc:title "Genetic alterations of lung cancer"@en .
  sub:assertion has-source: pmid:11532940 , <http://identifiers.org/wikipathways/WP1290_r95785> , <http://identifiers.org/wikipathways/WP1312_r95803> , <http://identifiers.org/wikipathways/WP1964_r82992> , <http://identifiers.org/wikipathways/WP1965_r106968> , <http://identifiers.org/wikipathways/WP1968_r108361> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2020-02-19T13:46:28.112+01:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    <http://purl.org/nanopub/x/supersedes> <http://purl.org/np/RA-ZAm3bv7NExKbb81c5LBgRcyI6yfUHcHLMCHYxF7kNc> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1290_r95785> , <http://identifiers.org/wikipathways/WP1312_r95803> , <http://identifiers.org/wikipathways/WP1964_r82992> , <http://identifiers.org/wikipathways/WP1965_r106968> , <http://identifiers.org/wikipathways/WP1968_r108361> ;
    prov:wasGeneratedBy sub:activity .
}