@prefix this: <http://purl.org/np/RAw-8Z71PEjFyvRT_M0X1MixazcXqU_Q46YyqiqTSPNgE> .
@prefix sub: <http://purl.org/np/RAw-8Z71PEjFyvRT_M0X1MixazcXqU_Q46YyqiqTSPNgE#> .
@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/ensembl.plant/AT2G17820> dcterms:isPartOf <http://identifiers.org/wikipathways/WP2944> , <http://identifiers.org/wikipathways/WP2945> ;
    wp:organismName "Arabidopsis thaliana" ;
    a wp:GeneProduct .
  <http://identifiers.org/wikipathways/WP2944> wp:pathwayOntologyTag obo:PW_0000465 .
  <http://identifiers.org/wikipathways/WP2945> wp:pathwayOntologyTag obo:PW_0000465 .
}
sub:provenance {
  <http://identifiers.org/wikipathways/WP2944_r110757> dc:title "Cytokinin signaling"@en .
  <http://identifiers.org/wikipathways/WP2945_r107046> dc:title "Cytokinin-Auxin interactions in plant development"@en .
  sub:assertion has-source: pmid:10488240 , pmid:11717470 , pmid:15627710 , pmid:18077346 , pmid:18441212 , <http://identifiers.org/wikipathways/WP2944_r110757> , <http://identifiers.org/wikipathways/WP2945_r107046> .
}
sub:publicationInfo {
  sub:activity a prov:Activity ;
    prov:atLocation wd:Q1137652 ;
    prov:used <https://github.com/wikipathways/nanopublications> .
  this: dcterms:created "2020-07-11T11:39:47.006+02:00"^^xsd:dateTime ;
    dcterms:rights <http://creativecommons.org/publicdomain/zero/1.0/> ;
    <http://purl.org/nanopub/x/supersedes> <http://purl.org/np/RAJ0PbQm-5u0sKl3YTe9BOneslOGdls63lq272Sk0D3xw> ;
    prov:wasDerivedFrom <http://identifiers.org/wikipathways/WP2944_r110757> , <http://identifiers.org/wikipathways/WP2945_r107046> ;
    prov:wasGeneratedBy sub:activity .
}