Preamble

<aside> 🚨 Since this document was started, the (not so) persistent identifiers have been changed to be lowercase for all resources. E.g., using lbd:Amygdala won't work anymore; lbd:amygdala will. Likewise lbdo:Brain_Region has been changed to lbd:region. If any of the below queries don't function well, that is likely the problem.

</aside>

<aside> ℹī¸ The latest queries can be found in the source code, as part of the SparqlService class.

</aside>

Endpoints

Brain Association Graph (Linked Brain Data)

Virtuoso SPARQL Query Editor

DatAR Endpoint

Virtuoso SPARQL Query Editor

We have edit access over this endpoint (see available data in the appropriate section). Use this link to make edit operations (using credentials that can be provided by @Anonymous)

Current graphs at DatAR endpoint

Direction of skos:closeMatch

LBD > WD

SB > LBD

Prefixes

You need to add these above any query you perform on the Brain Association Graph. On the DatAR endpoint, these are built-in.

PREFIX lbd: <http://www.linked-neuron-data.org/resource/>
PREFIX lbdo: <http://www.linked-neuron-data.org/ongoloty/> # deprecated
PREFIX lbdp: <http://www.linked-neuron-data.org/property/>
PREFIX lbdg: <http://www.linked-neuron-data.org/graph/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX datar: <https://datar.local/ontology/>