-
-
Please give details of the issue:
We need to think of how to add synaptic neuropil queries to larval subdomains as they are currently missing
Support info:
Tue Oct 22 2024 10:50:40 GMT+0100 (…
-
Source:
`AnnotationAssertion(rdfs:label "DS"@en)`
After ingest:
`AnnotationAssertion(rdfs:label "DS"^^xsd:string)`
-
see http://pdb.virtualflybrain.org/browser/
```MATCH (n:Class) where n.short_form starts with 'SO_' RETURN n LIMIT 25```
https://v2.virtualflybrain.org/?i=VFB_00017894&id=FBgn0028374
-
We have multiple use cases here and need to decide if/how to split:
* label on individuals where we have connectivity assertions with weights to other individuals. There are 2 types: neuron: regi…
-
This should be in generic config repo:
https://github.com/VirtualFlyBrain/vfb-prod/blob/6427bf8c41401d9978f76d601e020943536006f0/neo4j2owl-config.yaml#L159
-
@dosumis commented on [Sat Nov 11 2017](https://github.com/VirtualFlyBrain/Management/issues/43)
This should probably be rephrased as a developer story or user story:
As a user viewing sections …
-
See ```MATCH (n) WHERE exists(n.description) AND size(n.description) > 1 RETURN n LIMIT 25```
and ```MATCH (n) WHERE exists(n.comment) AND size(n.comment) > 1 RETURN n LIMIT 25```
for examples.
T…
-
Site IRIs and short_forms are currently a total hack
e.g.
"n.iri" | "n.short_form" | "n.link_base"
-- | -- | --
"http://flycircuit.tw" | "VFBsite_FlyCircuit" | "http://flycircuit.tw/modules.p…
-
Steps to reproduce the problem:
Please fill the below with the necessary steps to reproduce the problem
Error Information:
this.props.instance.getParent() is null
value@https://v2.vir…