@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix ensembl: <http://identifiers.org/ensembl/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <http://purl.org/np/RAAPkJZR5Ur2TA_7wDNsS8B_Kl6_3Vzx7F2GA9dZ61Be0> .
@prefix sub: <http://purl.org/np/RAAPkJZR5Ur2TA_7wDNsS8B_Kl6_3Vzx7F2GA9dZ61Be0#> .
@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 {
  ensembl:ENSG00000110711 a wp:GeneProduct .
  <http://identifiers.org/ncbigene/196> a wp:GeneProduct .
  <http://rdf.wikipathways.org/Pathway/WP2586_r91687/Complex/b63ad> wp:organismName "Homo sapiens" ;
    wp:participant ensembl:ENSG00000110711 , <http://identifiers.org/ncbigene/196> ;
    a wp:Complex .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2586_r91687> dc:title "Aryl Hydrocarbon Receptor"@en .
  sub:assertion has-source: pmid:10961990 , <http://identifiers.org/wikipathways/WP2586_r91687> .
}
sub:publicationInfo {
  this: dcterms:created "2018-06-09T11:20:13.608+02:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <http://purl.org/np/RAHq5OqGu0rFXk2tMlnPyEh5y3SqSzo67AmF5ZTBPecLc> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2586_r91687> .
}