You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTDISTINCT?region
(str(?l) as ?label)
WHERE {
VALUES?neupop { ilxtr:neuron-type-keast-5 }
?neupop apinatomy:annotates ?neugrp .
?neugrpa elements:Group . # externals annotate the whole model
{
?neugrp apinatomy:links / ( apinatomy:fasciculatesIn | apinatomy:endsIn ) ?rlyph .
?rlyph apinatomy:ontologyTerms ?region .
filter not exists { ?rlyph apinatomy:layer ?_ } # require if ?region where not specified
} UNION {
?neugrp apinatomy:links / ( apinatomy:fasciculatesIn | apinatomy:endsIn ) /
apinatomy:layerIn / apinatomy:ontologyTerms ?region .
}
OPTIONAL { ?region rdfs:label ?l }
}
ORDERBY?region
region
label
ILX:0738432
Sixth lumbar spinal cord segment
ILX:0792853
Anterior root of first sacral nerve
ILX:0793615
Ventral root of the sixth lumbar nerve
UBERON:0006460
first sacral spinal cord segment
UBERON:0016508
pelvic ganglion
UBERON:0018675
pelvic splanchnic nerve
Neuron populations with processes in region
Show all neuron populations that have some part in a given region.
In this case the inferior mesenteric ganglion.
See this catalog entry for the generalized form of this query.