@prefix dct: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix this: <http://purl.org/np/RAW9sMGcMcdrwsYJDWlpjI59AB3ijzqksmWYeu_zPQQQU> .
@prefix sub: <http://purl.org/np/RAW9sMGcMcdrwsYJDWlpjI59AB3ijzqksmWYeu_zPQQQU#> .
@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 prov: <http://www.w3.org/ns/prov#> .
@prefix pmid: <http://identifiers.org/pubmed/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/ensembl/ENSG00000025039> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000083750> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000116954> a wp:GeneProduct .
  <http://identifiers.org/ensembl/ENSG00000155876> a wp:GeneProduct .
  <http://rdf.wikipathways.org/Pathway/WP1471_r94755/Complex/e3c37> wp:organismName "Homo sapiens" ;
    wp:participant <http://identifiers.org/ensembl/ENSG00000025039> , <http://identifiers.org/ensembl/ENSG00000083750> , <http://identifiers.org/ensembl/ENSG00000116954> , <http://identifiers.org/ensembl/ENSG00000155876> ;
    a wp:Complex .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP1471_r94755> dce:title "Target Of Rapamycin (TOR) Signaling"@en .
  sub:assertion has-source: pmid:19143648 , <http://identifiers.org/wikipathways/WP1471_r94755> .
}
sub:publicationInfo {
  this: dct:created "2017-12-13T19:49:15.235+01:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP1471_r94755> .
}