@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/RAIb73uO-FDk9HhzgEpLPruvWnvv7TO9Zu3-LjxJQWU6M> .
@prefix sub: <http://purl.org/np/RAIb73uO-FDk9HhzgEpLPruvWnvv7TO9Zu3-LjxJQWU6M#> .
@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/ENSBTAG00000015571> a wp:GeneProduct , wp:Protein .
  <http://identifiers.org/ensembl/ENSBTAG00000017073> a wp:Protein .
  <http://identifiers.org/ensembl/ENSBTAG00000020632> a wp:GeneProduct , wp:Protein .
  <http://rdf.wikipathways.org/Pathway/WP3226_r89410/Complex/cf474> wp:organismName "Bos taurus" ;
    wp:participant <http://identifiers.org/ensembl/ENSBTAG00000015571> , <http://identifiers.org/ensembl/ENSBTAG00000017073> , <http://identifiers.org/ensembl/ENSBTAG00000020632> ;
    a wp:Complex .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP3226_r89410> dce:title "Aryl Hydrocarbon Receptor"@en .
  sub:assertion has-source: pmid:19474220 , <http://identifiers.org/wikipathways/WP3226_r89410> .
}
sub:publicationInfo {
  this: dct:created "2017-04-19T12:24:29.339+02:00"^^xsd:dateTime ;
    dct:rights <https://creativecommons.org/licenses/by/3.0/> ;
    npx:supersedes <http://purl.org/np/RAp-jks50itI0rfji5FHFKyGglqQpiqnj-DQv2BPOP68s> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP3226_r89410> .
}