@prefix this: <http://purl.org/np/RA-d1t951b_S3qUaesWkXDZwI2rLMDv2RlJgY-y1_8MB8> .
@prefix sub: <http://purl.org/np/RA-d1t951b_S3qUaesWkXDZwI2rLMDv2RlJgY-y1_8MB8#> .
@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/reactome/R-HSA-446878> dcterms:isPartOf <http://identifiers.org/wikipathways/WP2761> , <http://identifiers.org/wikipathways/WP2763> , <http://identifiers.org/wikipathways/WP2768> , <http://identifiers.org/wikipathways/WP2801> ;
    wp:organismName "Homo sapiens" ;
    a wp:Complex .
  <http://identifiers.org/wikipathways/WP2761> wp:pathwayOntologyTag obo:PW_0000003 .
  <http://identifiers.org/wikipathways/WP2763> wp:pathwayOntologyTag obo:PW_0000003 , obo:PW_0000819 .
  <http://identifiers.org/wikipathways/WP2768> wp:pathwayOntologyTag obo:PW_0000003 .
  <http://identifiers.org/wikipathways/WP2801> wp:pathwayOntologyTag obo:PW_0000003 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2761_r101220> dc:title "MyD88:MAL(TIRAP) cascade initiated on plasma membrane"@en .
  <http://identifiers.org/wikipathways/WP2763_r101553> dc:title "Nucleotide-binding domain, leucine rich repeat containing receptor (NLR) signaling pathways"@en .
  <http://identifiers.org/wikipathways/WP2768_r101458> dc:title "MyD88 dependent cascade initiated on endosome"@en .
  <http://identifiers.org/wikipathways/WP2801_r101278> dc:title "MyD88 cascade initiated on plasma membrane"@en .
  sub:assertion has-source: pmid:11460167 , pmid:14670075 , <http://identifiers.org/wikipathways/WP2761_r101220> , <http://identifiers.org/wikipathways/WP2763_r101553> , <http://identifiers.org/wikipathways/WP2768_r101458> , <http://identifiers.org/wikipathways/WP2801_r101278> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2018-12-15T09:32:41.008+01:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2761_r101220> , <http://identifiers.org/wikipathways/WP2763_r101553> , <http://identifiers.org/wikipathways/WP2768_r101458> , <http://identifiers.org/wikipathways/WP2801_r101278> ;
    prov:wasGeneratedBy sub:activity .
}