@prefix this: <http://purl.org/np/RAkmAP36KP-8P30LLPPKkHNG2XpDtqyPybuPVak7pbqGM> .
@prefix sub: <http://purl.org/np/RAkmAP36KP-8P30LLPPKkHNG2XpDtqyPybuPVak7pbqGM#> .
@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/> .
sub:head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:publicationInfo ;
    a np:Nanopublication .
}
sub:assertion {
  <http://identifiers.org/chebi/CHEBI:2365> a wp:Metabolite .
  <http://identifiers.org/ensembl.plant/AT2G40220> a wp:GeneProduct .
  <http://rdf.wikipathways.org/Pathway/WP2945_r87355/WP/Interaction/f6bcb> wp:organismName "Arabidopsis thaliana" ;
    wp:source <http://identifiers.org/chebi/CHEBI:2365> ;
    wp:target <http://identifiers.org/ensembl.plant/AT2G40220> ;
    a wp:Interaction .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2945_r87355> dc:title "Cytokinin-Auxin interactions in plant development"@en .
  sub:assertion has-source: pmid:21097710 , <http://identifiers.org/wikipathways/WP2945_r87355> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2018-06-09T11:19:38.259+02:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    <http://purl.org/nanopub/x/supersedes> <http://purl.org/np/RAEKVZeIwfSB9QSfkPpXXQowH8kPt6bx75ax4VfhniSnc> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2945_r87355> ;
    prov:wasGeneratedBy sub:activity .
}