forked from oxigraph/oxigraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #1 WIP - All W3C SPARQL 1.0 Query tests that use data passing e…
…xcluding 'dataset', use of named graphs, and tests already excluded by Oxigraph.
- Loading branch information
1 parent
d77b92c
commit b91ecef
Showing
3 changed files
with
81 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
oxhdt-sys/tests/resources/rdf-tests/sparql/sparql10/reduced/reduced-1.srx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0"?> | ||
<sparql | ||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" | ||
xmlns:xs="http://www.w3.org/2001/XMLSchema#" | ||
xmlns="http://www.w3.org/2005/sparql-results#" > | ||
<head> | ||
<variable name="s"/> | ||
<variable name="o"/> | ||
</head> | ||
<results> | ||
<result> | ||
<binding name="s"><uri>http://example/x1</uri></binding> | ||
<binding name="o"><literal>abc</literal></binding> | ||
</result> | ||
<!-- This row is optional per --> | ||
<!-- https://www.w3.org/TR/sparql11-query/#modDuplicates --> | ||
<!-- <result> --> | ||
<!-- <binding name="s"><uri>http://example/x1</uri></binding> --> | ||
<!-- <binding name="o"><literal>abc</literal></binding> --> | ||
<!-- </result> --> | ||
<result> | ||
<binding name="s"><uri>http://example/x2</uri></binding> | ||
<binding name="o"><literal>abc</literal></binding> | ||
</result> | ||
</results> | ||
</sparql> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters