Skip to content

Commit

Permalink
Added test resources for issue #371
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Jun 7, 2023
1 parent 69ae707 commit f4b14a5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions sparql-anything-it/src/test/resources/issues/issue371.sparql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
PREFIX fx: <http://sparql.xyz/facade-x/ns/>
PREFIX xyz: <http://sparql.xyz/facade-x/data/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
CONSTRUCT {?s ?p ?o} WHERE {

service <x-sparql-anything:spreadsheet.evaluate-formulas=true>
{
fx:properties fx:location "%%%LOCATION%%%" .
?s ?p ?o
}

}
Binary file not shown.

0 comments on commit f4b14a5

Please sign in to comment.