Created
August 30, 2011 01:39
-
-
Save kasei/1179934 to your computer and use it in GitHub Desktop.
SPARQL 1.1 Test Suite Manifest
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
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | |
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | |
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . | |
@prefix qt: <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> . | |
<> a mf:Manifest ; | |
rdfs:label "SPARQL 1.1 tests" ; | |
mf:include ( | |
<aggregates/manifest.ttl> | |
<bind/manifest.ttl> | |
<bindings/manifest.ttl> | |
<construct/manifest.ttl> | |
<functions/manifest.ttl> | |
<grouping/manifest.ttl> | |
<negation/manifest.ttl> | |
<project-expression/manifest.ttl> | |
<property-path/manifest.ttl> | |
<subquery/manifest.ttl> | |
<syntax-query/manifest.ttl> | |
<basic-update/manifest.ttl> | |
<clear/manifest.ttl> | |
<delete-data/manifest.ttl> | |
<delete-insert/manifest.ttl> | |
<delete-where/manifest.ttl> | |
<delete/manifest.ttl> | |
<drop/manifest.ttl> | |
<syntax-update-1/manifest.ttl> | |
<syntax-update-2/manifest.ttl> | |
<update-silent/manifest.ttl> | |
<csv-tsv-res/manifest.ttl> | |
<json-res/manifest.ttl> | |
<service/manifest.ttl> | |
<entailment/manifest.ttl> | |
). | |
<http://www.w3.org/TR/sparql11-query/> rdfs:label "SPARQL 1.1 Query Language" ; | |
mf:conformanceRequirement ( | |
<aggregates/manifest.ttl> | |
<bind/manifest.ttl> | |
<bindings/manifest.ttl> | |
<construct/manifest.ttl> | |
<functions/manifest.ttl> | |
<grouping/manifest.ttl> | |
<negation/manifest.ttl> | |
<project-expression/manifest.ttl> | |
<property-path/manifest.ttl> | |
<subquery/manifest.ttl> | |
<syntax-query/manifest.ttl> | |
). | |
<http://www.w3.org/TR/sparql11-update/> rdfs:label "SPARQL 1.1 Update" ; | |
mf:conformanceRequirement ( | |
<basic-update/manifest.ttl> | |
<clear/manifest.ttl> | |
<delete-data/manifest.ttl> | |
<delete-insert/manifest.ttl> | |
<delete-where/manifest.ttl> | |
<delete/manifest.ttl> | |
<drop/manifest.ttl> | |
<syntax-update-1/manifest.ttl> | |
<syntax-update-2/manifest.ttl> | |
<update-silent/manifest.ttl> | |
). | |
<http://www.w3.org/TR/sparql11-results-csv-tsv/> rdfs:label "SPARQL 1.1 Query Results CSV and TSV Formats" ; | |
mf:conformanceRequirement ( | |
<csv-tsv-res/manifest.ttl> | |
). | |
<http://www.w3.org/TR/sparql11-results-json/> rdfs:label "SPARQL 1.1 Query Results JSON Format" ; | |
mf:conformanceRequirement ( | |
<json-res/manifest.ttl> | |
). | |
<http://www.w3.org/TR/sparql11-federated-query/> rdfs:label "SPARQL 1.1 Federation Extensions" ; | |
mf:conformanceRequirement ( | |
<service/manifest.ttl> | |
). | |
<http://www.w3.org/TR/sparql11-entailment/> rdfs:label "SPARQL 1.1 Entailment Regimes" ; | |
mf:conformanceRequirement ( | |
<entailment/manifest.ttl> | |
). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment