Skip to content

Commit

Permalink
rm filter on distribution encoding format for traces (#5151)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssssarah authored Sep 24, 2024
1 parent 87ae64f commit 7b8e5d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/docker/config/search/construct-query.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -267,12 +267,6 @@ CONSTRUCT {
FILTER (?type != schema:Dataset)
FILTER (?type != prov:Entity)

# for Traces, only consider ones that have the nwb encoding format
OPTIONAL {
?id a bmo:ExperimentalTrace .
FILTER EXISTS {?id schema:distribution/schema:encodingFormat "application/nwb"} .
} .

?id nxv:createdAt ?createdAt ;
nxv:createdBy ?createdByNode ;
nxv:updatedAt ?updatedAt ;
Expand Down

0 comments on commit 7b8e5d9

Please sign in to comment.