Skip to content

Commit

Permalink
Fix star wars test in next
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 29, 2024
1 parent 7ffb784 commit 7c88bde
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 18 deletions.
17 changes: 1 addition & 16 deletions next/sparql/manifest-raw.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
directors01 TPF@https://fragments.dbpedia.org/2016-04/en
software02 TPF@https://fragments.dbpedia.org/2016-04/en
simple03 TPF@https://dbpedia.org/sparql
common04 TPF@https://fragments.dbpedia.org/2016-04/en FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/common04_static/rubent.html FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/common04_static/rubenv.ttl
missing05 TPF@https://data.linkeddatafragments.org/ugent-biblio
schrodinger06 TPF@https://fragments.dbpedia.org/2016-04/en
extends07 TPF@https://data.linkeddatafragments.org/lov
belgium08 TPF@https://data.linkeddatafragments.org/geonames
300triples09 TPF@https://fragments.dbpedia.org/2016-04/en
annepubs10 TPF@https://data.linkeddatafragments.org/ugent-biblio
emptybgp TPF@https://data.betweenourworlds.org/latest
employees FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/bendm.html FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/brechtvdv.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/erikm.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/geraldh.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/harm.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/office.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/pieterh.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/rubent.html FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/rubenv.ttl FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/employees_static/svenl.ttl
starwars-valuesbind FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/starwars-valuesbind/starwars.ttl
wws-unionfilter FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/wws-unionfilter/wws.ttl
empty-group FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/empty-group/empty.ttl
optional-filter-exists FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/optional-filter-exists/2triples.ttl
starwars-valuesbind FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/starwars-valuesbind_static/starwars.ttl
2 changes: 1 addition & 1 deletion next/sparql/sparql-manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
[ qt:query <starwars-valuesbind.rq> ;
et:mockFolder <starwars-valuesbind> ] ;
et:dataSources (
[ et:source <starwars-valuesbind/starwars.ttl> ;
[ et:source <starwars-valuesbind_static/starwars.ttl> ;
et:sourceType et:File ] ) ;
mf:result <starwars-valuesbind/result.srj> .

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Query: null
# Hashed IRI: https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/starwars-valuesbind/starwars.ttl
# Hashed IRI: https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/starwars-valuesbind_static/starwars.ttl
# Content-type: text/plain; charset=utf-8
<http://swapi.dev/api/people/1/>
<http://swapi.dev/documentation#name> "Luke Skywalker" ;
Expand Down
11 changes: 11 additions & 0 deletions next/sparql/starwars-valuesbind_static/starwars.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<http://swapi.dev/api/people/1/>
<http://swapi.dev/documentation#name> "Luke Skywalker" ;
<http://swapi.dev/documentation#hair_color> "blond" .

<http://swapi.dev/api/people/10/>
<http://swapi.dev/documentation#name> "Obi-Wan Kenobi" ;
<http://swapi.dev/documentation#hair_color> "auburn, white" .

<http://swapi.dev/api/people/32/>
<http://swapi.dev/documentation#name> "Qui-Gon Jinn" ;
<http://swapi.dev/documentation#hair_color> "brown" .

0 comments on commit 7c88bde

Please sign in to comment.