@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/RAJ12NMU02V_K-atuMymwMNnJ1y-2eKbhgkkeTqNKug9g> .
@prefix sub: <http://purl.org/np/RAJ12NMU02V_K-atuMymwMNnJ1y-2eKbhgkkeTqNKug9g#> .
@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/uniprot/P46937> dct:isPartOf <http://identifiers.org/wikipathways/WP2714> , <http://identifiers.org/wikipathways/WP2738> , <http://identifiers.org/wikipathways/WP2781> , <http://identifiers.org/wikipathways/WP2797> ;
    wp:organismName "Homo sapiens" ;
    a wp:Protein .
  <http://identifiers.org/wikipathways/WP2714> wp:pathwayOntologyTag obo:PW_0000003 .
  <http://identifiers.org/wikipathways/WP2738> wp:pathwayOntologyTag obo:PW_0000004 .
  <http://identifiers.org/wikipathways/WP2781> wp:pathwayOntologyTag obo:PW_0000003 .
  <http://identifiers.org/wikipathways/WP2797> wp:pathwayOntologyTag obo:PW_0000002 , obo:PW_0000058 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2714_r93955> dce:title "Signaling by Hippo"@en .
  <http://identifiers.org/wikipathways/WP2738_r93910> dce:title "YAP1- and WWTR1 (TAZ)-stimulated gene expression"@en .
  <http://identifiers.org/wikipathways/WP2781_r94018> dce:title "Signaling by ERBB4"@en .
  <http://identifiers.org/wikipathways/WP2797_r93918> dce:title "Regulation of lipid metabolism by Peroxisome proliferator-activated receptor alpha (PPARalpha)"@en .
  sub:assertion has-source: pmid:17974916 , pmid:18158288 , <http://identifiers.org/wikipathways/WP2714_r93955> , <http://identifiers.org/wikipathways/WP2738_r93910> , <http://identifiers.org/wikipathways/WP2781_r94018> , <http://identifiers.org/wikipathways/WP2797_r93918> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dct:created "2018-03-29T10:03:18.703+02:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    npx:supersedes <http://purl.org/np/RA200hQ5KW2COthD68FsUayNBO4tGxQnCQPnMvZwtegeI> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2714_r93955> , <http://identifiers.org/wikipathways/WP2738_r93910> , <http://identifiers.org/wikipathways/WP2781_r94018> , <http://identifiers.org/wikipathways/WP2797_r93918> ;
    prov:wasGeneratedBy sub:activity .
}