Skip to content

Commit

Permalink
Add missing prefixes: rdf and sd to SPARQL test cases. Fixes #24
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed May 19, 2020
1 parent d05d760 commit 295e06c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-cases/RMLTC0007b-SPARQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@prefix sd: <http://www.w3.org/ns/sparql-service-description#>.
@prefix ex: <http://example.com/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@base <http://example.com/base> .

Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLTC0008c-SPARQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix activity: <http://example.com/activity/> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@base <http://example.com/base/> .

<#InputSPARQL>
Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLTC0009a-SPARQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@prefix activity: <http://example.com/activity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@base <http://example.com/base/> .

<#InputSPARQL1>
Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLTC0009b-SPARQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@prefix activity: <http://example.com/activity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@base <http://example.com/base/> .

<#InputSPARQL1>
Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLTC0012b-SPARQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
@prefix ql: <http://semweb.mmlab.be/ns/ql#> .
@prefix activity: <http://example.com/activity/> .
@prefix d2rq: <http://www.wiwiss.fu-berlin.de/suhl/bizer/D2RQ/0.1#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@base <http://example.com/base/> .

<#InputSPARQL1>
Expand Down

0 comments on commit 295e06c

Please sign in to comment.