Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Feb 10, 2023
1 parent e39a5af commit 45db04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions issue334/issue334-2.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ construct {
} where {
# Step 2
service <x-sparql-anything:media-type=application/json> {
# Step 1
# Step 1 inside!!!
service <x-sparql-anything:> {
bind(coalesce(?__file,".*") as ?pattern)
fx:properties fx:location "./issue334.tar" .
fx:properties fx:archive.matches ".*\\.[^\\.]*$".
fx:properties fx:archive.matches ".*\\.[^\\.]*$" .
[] fx:anySlot ?file
}
bind(str(bsdd:) as ?bsdd)
Expand Down

0 comments on commit 45db04d

Please sign in to comment.