Skip to content

Commit

Permalink
Fix test results for static files in next
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jan 29, 2024
1 parent 1e067e2 commit 027b2db
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Query: null
# Hashed IRI: https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/empty-group/empty.ttl
# Hashed IRI: https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/empty-group_static/empty.ttl
# Content-type: text/plain; charset=utf-8
Empty file.
15 changes: 15 additions & 0 deletions next/sparql/manifest-raw.txt
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
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_static/starwars.ttl
wws-unionfilter FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/wws-unionfilter_static/wws.ttl
empty-group FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/empty-group_static/empty.ttl
optional-filter-exists FILE@https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/optional-filter-exists_static/2triples.ttl
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/optional-filter-exists/2triples.ttl
# Hashed IRI: https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/optional-filter-exists_static/2triples.ttl
# Content-type: text/plain; charset=utf-8
<http://subject> <http://predicate> <http://object>.
_:blank <http://predicate> <http://object>.
2 changes: 2 additions & 0 deletions next/sparql/optional-filter-exists_static/2triples.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<http://subject> <http://predicate> <http://object>.
_:blank <http://predicate> <http://object>.
6 changes: 3 additions & 3 deletions next/sparql/sparql-manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
[ qt:query <wws-unionfilter.rq> ;
et:mockFolder <wws-unionfilter> ] ;
et:dataSources (
[ et:source <wws-unionfilter/wws.ttl> ;
[ et:source <wws-unionfilter_static/wws.ttl> ;
et:sourceType et:File ] ) ;
mf:result <wws-unionfilter/result.srj> .

Expand All @@ -210,7 +210,7 @@
[ qt:query <empty-group.rq> ;
et:mockFolder <empty-group> ] ;
et:dataSources (
[ et:source <empty-group/empty.ttl> ;
[ et:source <empty-group_static/empty.ttl> ;
et:sourceType et:File ] ) ;
mf:result <empty-group/result.srj> .

Expand All @@ -221,6 +221,6 @@
[ qt:query <optional-filter-exists.rq> ;
et:mockFolder <optional-filter-exists> ] ;
et:dataSources (
[ et:source <optional-filter-exists/2triples.ttl> ;
[ et:source <optional-filter-exists_static/2triples.ttl> ;
et:sourceType et:File ] ) ;
mf:result <optional-filter-exists/result.srj> .
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/wws-unionfilter/wws.ttl
# Hashed IRI: https://raw.githubusercontent.com/comunica/manifest-ldf-tests/master/sparql/wws-unionfilter_static/wws.ttl
# Content-type: text/plain; charset=utf-8
@prefix wws: <http://wws#>.
wws:ent1 wws:p12 wws:ent2.
Expand Down
12 changes: 12 additions & 0 deletions next/sparql/wws-unionfilter_static/wws.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
@prefix wws: <http://wws#>.
wws:ent1 wws:p12 wws:ent2.
wws:ent2 wws:p23 wws:ent3.
wws:ent3 wws:p34 "lit4".
wws:ent1 wws:access_XP wws:userB_node.
wws:ent1 wws:access_TV wws:userB_node.
wws:userB_node wws:userid "userB".
wws:userB_node wws:filter "filterfunction".
wws:userB_node wws:filtercontext "filtercontext".
wws:ent2 wws:access_TV wws:everyone_node.
wws:ent3 wws:access_XP wws:everyone_node.
wws:ent3 wws:access_TV wws:everyone_node.

0 comments on commit 027b2db

Please sign in to comment.