Skip to content

Commit

Permalink
Add missing subject in construct query
Browse files Browse the repository at this point in the history
  • Loading branch information
crisely09 committed May 22, 2024
1 parent 57b2e82 commit 005cd21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/docker/config/construct-query.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ CONSTRUCT {
?alias :memodel ?memodel .
?memodel :emodelResource ?memodelEModelId .
?memodelEModelId :name ?memodelEModelName .
:neuronMorphology ?memodelMorphologyId .
?memodel :neuronMorphology ?memodelMorphologyId .
?memodelMorphologyId :name ?memodelMorphologyName .
} WHERE {
VALUES ?id { {resource_id} } .
Expand Down Expand Up @@ -727,7 +727,7 @@ CONSTRUCT {
OPTIONAL {
?followedWorkflow schema:hasPart ?emodelConfig .

?emodelConfig a bmo:EModelConfiguration ;
?emodelConfig a bmo:EModelConfiguration ;
bmo:uses ?emodelMorphologyId .
# info about the morphology
?emodelMorphologyId a nsg:NeuronMorphology ;
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/config/resource-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"https://neuroshapes.org/DetailedCircuit",
"https://neuroshapes.org/EdgeCollection",
"https://neuroshapes.org/EModel",
"https://neuroshapes.org/MEModel",
"https://neuroshapes.org/EModelScript",
"https://neuroshapes.org/MEModel",
"https://neuroshapes.org/ImageStack",
"https://neuroshapes.org/GeneExpressionVolumetricDataLayer",
"https://neuroshapes.org/GeneProteinMgi",
Expand Down

0 comments on commit 005cd21

Please sign in to comment.