Skip to content

Commit

Permalink
Fixing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Dec 18, 2020
1 parent 902b3bb commit 38baf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparql.anything.it/src/test/resources/tate-gallery1.sparql
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PREFIX ex: <http://www.example.org#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX tate: <https://github.com/tategallery/collection#>
SELECT * WHERE {
SERVICE <facade-x:csv.headers=true,namespace=https://github.com/tategallery/collection#,charset=UTF-8-BOM,location=file:/Users/ed4565/Development/DataHubDevelopment/sparql.anything/sparql.anything.it/target/test-classes/tate-gallery/artwork_data.csv> {
SERVICE <facade-x:csv.headers=true,namespace=https://github.com/tategallery/collection#,charset=UTF-8-BOM,location=%%artwork_data%%> {
[]
tate:id ?id ;
tate:accession_number ?accession ;
Expand Down

0 comments on commit 38baf92

Please sign in to comment.