@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/RAnKl6r8A4X5r28jKDhJsAqbH4lwRhQOe0W_D-BDZ8c5A> .
@prefix sub: <http://purl.org/np/RAnKl6r8A4X5r28jKDhJsAqbH4lwRhQOe0W_D-BDZ8c5A#> .
@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/ncbigene/4208> dct:isPartOf <http://identifiers.org/wikipathways/WP366> , <http://identifiers.org/wikipathways/WP382> , <http://identifiers.org/wikipathways/WP3888> ;
    wp:organismName "Homo sapiens" ;
    a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/wikipathways/WP366> wp:pathwayOntologyTag obo:PW_0000329 .
  <http://identifiers.org/wikipathways/WP382> wp:pathwayOntologyTag obo:PW_0000007 .
  <http://identifiers.org/wikipathways/WP3888> wp:pathwayOntologyTag obo:PW_0000243 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP366_r90028> dce:title "TGF-beta Signaling Pathway"@en .
  <http://identifiers.org/wikipathways/WP382_r103466> dce:title "MAPK Signaling Pathway"@en .
  <http://identifiers.org/wikipathways/WP3888_r102004> dce:title "VEGFA-VEGFR2 Signaling Pathway"@en .
  sub:assertion has-source: pmid:19718476 , <http://identifiers.org/wikipathways/WP366_r90028> , <http://identifiers.org/wikipathways/WP382_r103466> , <http://identifiers.org/wikipathways/WP3888_r102004> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2019-03-17T12:13:37.470+01:00"^^xsd:dateTime ;
    dct:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAjOrpLoBWzAji9NWbhZcKDz_gcAlTxCFhCOVU-8b3YPA> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP366_r90028> , <http://identifiers.org/wikipathways/WP382_r103466> , <http://identifiers.org/wikipathways/WP3888_r102004> ;
    prov:wasGeneratedBy sub:activity .
}