MATCH p=(pub)<-[r:has_reference]-(n:Neuron {label: "Kenyon cell"}) where pub.title is not null return pub.title, pub.miniref, n.label, r.typ
curation - anat_2_ep
MATCH (neuron:Neuron { label: 'Kenyon cell'}) MATCH (ep:Expression_pattern:Class)<-[ar:overlaps|part_of]-(anoni:Individual)-[:INSTANCEOF]->(anat:Class) WHERE anat.short_form in [neuron.short_form] MATCH (pub:pub { short_form: ar.pub[0]}) RETURN pub.title, pub.miniref
Component queries:
curation - anat_2_ep
class to individual to dataset to pub
Note - this will add general connectome refs to almost everything.
How to implement in VFB_JSON