diff --git a/.yardopts b/.yardopts index 8455f98d..a64e0367 100644 --- a/.yardopts +++ b/.yardopts @@ -11,3 +11,5 @@ CREDITS UNLICENSE VERSION etc/sparql11.bnf +etc/sparql11.html +etc/earl.html diff --git a/README.md b/README.md index a97ffc79..7c1ec585 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a [Ruby][] implementation of [SPARQL][] for [RDF.rb][]. ## Features * 100% free and unencumbered [public domain](http://unlicense.org/) software. -* [SPARQL 1.1 Query][] parsing and execution (excluding [Property Paths][]) +* Complete [SPARQL 1.1 Query][] parsing and execution * SPARQL results as [XML][SPARQL XML], [JSON][SPARQL JSON], [CSV][SPARQL 1.1 Query Results CSV and TSV Formats], [TSV][SPARQL 1.1 Query Results CSV and TSV Formats] @@ -21,6 +21,7 @@ This is a [Ruby][] implementation of [SPARQL][] for [RDF.rb][]. * [Rack][] and [Sinatra][] middleware to perform [HTTP content negotiation][conneg] for result formats * Compatible with any [Rack][] or [Sinatra][] application and any Rack-based framework. * Helper method for describing [SPARQL Service Description][SSD] +* Implementation Report: {file:etc/earl.html EARL} * Compatible with Ruby >= 1.9.3. * Compatible with older Ruby versions with the help of the [Backports][] gem. * Supports Unicode query strings both on all versions of Ruby. @@ -30,8 +31,6 @@ This is a [Ruby][] implementation of [SPARQL][] for [RDF.rb][]. The {SPARQL} gem implements [SPARQL 1.1 Query][], and [SPARQL 1.1 Update][], and provides [Rack][] and [Sinatra][] middleware to provide results using [HTTP Content Negotiation][conneg]. * {SPARQL::Grammar} implements a [SPARQL 1.1 Query][] and [SPARQL 1.1 Update][] parser generating [SPARQL S-Expressions (SSE)][SSE]. - * Support for [Property Paths][] is excluded. - See the section on [SPARQL 1.1 Query][] extensions and limitations for further detail. * {SPARQL::Algebra} executes SSE against Any `RDF::Graph` or `RDF::Repository`, including compliant [RDF.rb][] repository adaptors such as [RDF::DO][] and [RDF::Mongo][]. * {Rack::SPARQL} and {Sinatra::SPARQL} provide middleware components to format results using an appropriate format based on [HTTP content negotiation][conneg]. @@ -53,13 +52,13 @@ The SPARQL gem now implements the following [SPARQL 1.1 Query][] operations: * [Inline Data](http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#inline-data) * [Exists](http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#func-filter-exists) * [Negation](http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#negation) +* [Property Paths](http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#propertypaths) The gem also includes the following [SPARQL 1.1 Update][] operations: * [Graph Update](http://www.w3.org/TR/sparql11-update/#graphUpdate) * [Graph Management](http://www.w3.org/TR/sparql11-update/#graphManagement) -The only major area of [SPARQL 1.1 Query][] missing is -[Property Paths][], which will be in later release along with: +Not supported: * [Federated Query][SPARQL 1.1 Federated Query], * [Entailment Regimes][SPARQL 1.1 Entailment Regimes], @@ -337,7 +336,6 @@ A copy of the [SPARQL 1.0 tests][] and [SPARQL 1.1 tests][] are also included in [SPARQL XML]: http://www.w3.org/TR/rdf-sparql-XMLres/ [SPARQL JSON]: http://www.w3.org/TR/rdf-sparql-json-res/ [SPARQL EBNF]: http://www.w3.org/TR/sparql11-query/#sparqlGrammar -[Property Paths]: http://www.w3.org/TR/2013/REC-sparql11-query-20130321/#propertypaths [SSD]: http://www.w3.org/TR/sparql11-service-description/ [Rack]: http://rack.rubyforge.org/ diff --git a/etc/.earl b/etc/.earl new file mode 100644 index 00000000..eae9d7a5 --- /dev/null +++ b/etc/.earl @@ -0,0 +1,66 @@ +--- +:format: :json +:manifest: +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bnode-coreference/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bound/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest.ttl +- http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-2/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service-description/manifest.ttl +- http://www.w3.org/2009/sparql/docs/tests/data-sparql11/protocol/manifest.ttl +:bibRef: ! '[[SPARQL11-QUERY]]' +:name: SPARQL 1.1 Query and Update diff --git a/etc/doap.ttl b/etc/doap.ttl index c741f2e6..90f64918 100644 --- a/etc/doap.ttl +++ b/etc/doap.ttl @@ -5,6 +5,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix earl: . <> a doap:Project; doap:name "SPARQL"; diff --git a/etc/earl.html b/etc/earl.html new file mode 100644 index 00000000..c0409c71 --- /dev/null +++ b/etc/earl.html @@ -0,0 +1,16403 @@ + + + + + + + + SPARQL 1.1 Query and Update + Implementation Report + + + + +
+

+ Ruby SPARQL gem test results +

+

+ This document reports conformance for for + SPARQL 1.1 Query + and + SPARQL 1.1 Update +

+

+ This report is also available in + + Turtle + +

+
+
+ + SPARQL + +
+
+
+
Description
+
Implements SPARQL grammar parsing to SPARQL Algebra, SPARQL Algebra processing + and includes SPARQL Client for accessing remote repositories.
+
Home Page
+
+ + http://github.com/ruby-rdf/sparql + +
+
Developer
+
+ +
+
+ Test Suite Compliance +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Add + + + 8/8 (100.0%) +
+ + Aggregates + + + 25/28 (89.3%) +
+ + Algebra + + + 14/14 (100.0%) +
+ + ASK + + + 4/4 (100.0%) +
+ + Basic SPARQL 1.1 Update test cases + + + 10/13 (76.9%) +
+ + Basic test cases + + + 25/27 (92.6%) +
+ + BIND + + + 10/10 (100.0%) +
+ + Bindings + + + 10/10 (100.0%) +
+ + Built-in Functions + + + 61/61 (100.0%) +
+ + Casting + + + 6/7 (85.7%) +
+ + CONSTRUCT + + + 6/6 (100.0%) +
+ + Copy + + + 6/6 (100.0%) +
+ + CSV/TSV Result Format + + + Untested +
+ + DAWG bound test cases + + + 1/1 (100.0%) +
+ + DAWG Expression tests: Built-ins + + + 23/24 (95.8%) +
+ + DAWG test cases on bnode co-reference + + + 1/1 (100.0%) +
+ + DISTINCT + + + 11/11 (100.0%) +
+ + entailment regime test cases + + + Untested +
+ + Grouping + + + 6/6 (100.0%) +
+ + I18N + + + 5/5 (100.0%) +
+ + JSON Result Format + + + 4/4 (100.0%) +
+ + Move + + + 6/6 (100.0%) +
+ + Negation + + + 11/11 (100.0%) +
+ + open world value testing tests + + + 17/18 (94.4%) +
+ + OPTIONAL test cases + + + 7/7 (100.0%) +
+ + OPTIONAL with inner and outer FILTERs + + + 4/6 (66.7%) +
+ + Positive Exists + + + 5/5 (100.0%) +
+ + Project Expression + + + 7/7 (100.0%) +
+ + Property Path + + + 22/24 (91.7%) +
+ + REDUCED + + + Untested +
+ + Service + + + Untested +
+ + Solution Sequence + + + 13/13 (100.0%) +
+ + Some DAWG test cases on the CONSTRUCT result form + + + 5/5 (100.0%) +
+ + Some simple DAWG query evaluation test cases + + + 4/4 (100.0%) +
+ + Some SPARQL test cases - equality of values + + + 12/12 (100.0%) +
+ + Sorting test cases. + + + 13/13 (100.0%) +
+ + SPARQL 1.1 Update test cases for SILENT + + + 13/13 (100.0%) +
+ + SPARQL regex test cases + + + 4/4 (100.0%) +
+ + SPARQL tests - XPath operators in FILTERs + + + 7/7 (100.0%) +
+ + Sub query + + + 13/14 (92.9%) +
+ + Syntax tests Syntax SPARQL 1.1 + + + 85/86 (98.8%) +
+ + Syntax tests Syntax SPARQL 1.1 Federation + + + Untested +
+ + Syntax tests Syntax SPARQL Update + + + 49/54 (90.7%) +
+ + Syntax tests Syntax SPARQL Update + + + 1/1 (100.0%) +
+ + Syntax tests syntax-sparql1 + + + 80/81 (98.8%) +
+ + Syntax tests syntax-sparql2 + + + 51/53 (96.2%) +
+ + Syntax tests syntax-sparql3 + + + 51/51 (100.0%) +
+ + Syntax tests syntax-sparql4 + + + 12/12 (100.0%) +
+ + Syntax tests syntax-sparql5 + + + 2/2 (100.0%) +
+ + Test of boolean expressions + + + 7/7 (100.0%) +
+ + Tests for GRAPH + + + 12/15 (80.0%) +
+ + Tests for GRAPH + + + 11/12 (91.7%) +
+ + Tests for SPARQL UPDATE + + + 4/4 (100.0%) +
+ + Tests for SPARQL UPDATE + + + 4/4 (100.0%) +
+ + Tests for SPARQL UPDATE + + + 6/6 (100.0%) +
+ + Tests for SPARQL UPDATE + + + 19/19 (100.0%) +
+ + Tests for SPARQL UPDATE + + + 6/6 (100.0%) +
+ + Tests for SPARQL UPDATE + + + 16/16 (100.0%) +
+ + Type Promotion Tests + + + 30/30 (100.0%) +
+
+
+
+
+
+
+

+ Individual Test Results +

+
+

Add

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test dd01: ADD 1 + + + + + + + + PASS + + +
+ Test dd02: ADD 2 + + + + + + + + PASS + + +
+ Test dd03: ADD 3 + + + + + + + + PASS + + +
+ Test dd04: ADD 4 + + + + + + + + PASS + + +
+ Test dd05: ADD 5 + + + + + + + + PASS + + +
+ Test dd06: ADD 6 + + + + + + + + PASS + + +
+ Test dd07: ADD 7 + + + + + + + + PASS + + +
+ Test dd08: ADD 8 + + + + + + + + PASS + + +
+ Percentage passed out of 8 Tests + + 100.0% +
+
+
+

Aggregates

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test gg01: COUNT 1 + + + + + + + + PASS + + +
+ Test gg02: COUNT 2 + + + + + + + + PASS + + +
+ Test gg03: COUNT 3 + + + + + + + + PASS + + +
+ Test gg04: COUNT 4 + + + + + + + + PASS + + +
+ Test gg05: COUNT 5 + + + + + + + + PASS + + +
+ Test gg06: COUNT 6 + + + + + + + + PASS + + +
+ Test gg07: COUNT 7 + + + + + + + + PASS + + +
+ Test gg08: COUNT 8 + + + + + + + + INAPPLICABLE + + +
+ Test gg08b: COUNT 8b + + + + + + + + PASS + + +
+ Test gg09: COUNT 9 + + + + + + + + PASS + + +
+ Test gg10: COUNT 10 + + + + + + + + PASS + + +
+ Test gg11: COUNT 11 + + + + + + + + INAPPLICABLE + + +
+ Test gg12: COUNT 12 + + + + + + + + PASS + + +
+ Test gg-groupconcat-01: GROUP_CONCAT 1 + + + + + + + + PASS + + +
+ Test gg-groupconcat-02: GROUP_CONCAT 2 + + + + + + + + PASS + + +
+ Test gg-groupconcat-03: GROUP_CONCAT with SEPARATOR + + + + + + + + PASS + + +
+ Test gg-sum-01: SUM + + + + + + + + PASS + + +
+ Test gg-sum-02: SUM with GROUP BY + + + + + + + + PASS + + +
+ Test gg-avg-01: AVG + + + + + + + + PASS + + +
+ Test gg-avg-02: AVG with GROUP BY + + + + + + + + PASS + + +
+ Test gg-min-01: MIN + + + + + + + + PASS + + +
+ Test gg-min-02: MIN with GROUP BY + + + + + + + + PASS + + +
+ Test gg-max-01: MAX + + + + + + + + PASS + + +
+ Test gg-max-02: MAX with GROUP BY + + + + + + + + PASS + + +
+ Test gg-sample-01: SAMPLE + + + + + + + + PASS + + +
+ Test gg-err-01: Error in AVG + + + + + + + + PASS + + +
+ Test gg-err-02: Protect from error in AVG + + + + + + + + PASS + + +
+ Test gg-empty-group2: Aggregate over empty group resulting in a row with unbound variables + + + + + + + UNTESTED + + +
+ Percentage passed out of 28 Tests + + 89.3% +
+
+
+

Algebra

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ested-opt-1: Nested Optionals - 1 + + + + + + + + PASS + + +
+ Test ested-opt-2: Nested Optionals - 2 + + + + + + + + PASS + + +
+ Test pt-filter-1: Optional-filter - 1 + + + + + + + + PASS + + +
+ Test pt-filter-2: Optional-filter - 2 filters + + + + + + + + PASS + + +
+ Test pt-filter-3: Optional-filter - scope of variable + + + + + + + + PASS + + +
+ Test ilter-place-1: Filter-placement - 1 + + + + + + + + PASS + + +
+ Test ilter-place-2: Filter-placement - 2 + + + + + + + + PASS + + +
+ Test ilter-place-3: Filter-placement - 3 + + + + + + + + PASS + + +
+ Test ilter-nested-1: Filter-nested - 1 + + + + + + + + PASS + + +
+ Test ilter-nested-2: Filter-nested - 2 + + + + + + + + PASS + + +
+ Test ilter-scope-1: Filter-scope - 1 + + + + + + + + PASS + + +
+ Test oin-scope-1: Join scope - 1 + + + + + + + + PASS + + +
+ Test oin-combo-1: Join operator with OPTs, BGPs, and UNIONs + + + + + + + + PASS + + +
+ Test oin-combo-2: Join operator with Graph and Union + + + + + + + + PASS + + +
+ Percentage passed out of 14 Tests + + 100.0% +
+
+
+

ASK

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test sk-1: ASK-1 (SPARQL XML results) + + + + + + + + PASS + + +
+ Test sk-4: ASK-4 (SPARQL XML results) + + + + + + + + PASS + + +
+ Test sk-7: ASK-7 (SPARQL XML results) + + + + + + + + PASS + + +
+ Test sk-8: ASK-8 (SPARQL XML results) + + + + + + + + PASS + + +
+ Percentage passed out of 4 Tests + + 100.0% +
+
+
+

Basic SPARQL 1.1 Update test cases

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test nsert-data-spo1: Simple insert data 1 + + + + + + + + PASS + + +
+ Test nsert-data-spo-named1: Simple insert data named 1 + + + + + + + + PASS + + +
+ Test nsert-data-spo-named2: Simple insert data named 2 + + + + + + + + PASS + + +
+ Test nsert-data-spo-named3: Simple insert data named 3 + + + + + + + + PASS + + +
+ Test nsert-where-01: INSERT 01 + + + + + + + + PASS + + +
+ Test nsert-where-02: INSERT 02 + + + + + + + + PASS + + +
+ Test nsert-where-03: INSERT 03 + + + + + + + + PASS + + +
+ Test nsert-where-04: INSERT 04 + + + + + + + + PASS + + +
+ Test nsert-using-01: INSERT USING 01 + + + + + + + + PASS + + +
+ Test nsert-05a: INSERT same bnode twice + + + + + + + + PASS + + +
+ Test nsert-data-same-bnode: INSERTing the same bnode with INSERT DATA into two different Graphs is the same bnode + + + + + + + UNTESTED + + +
+ Test nsert-where-same-bnode: INSERTing the same bnode with two INSERT WHERE statement within one request is NOT the same bnode + + + + + + + UNTESTED + + +
+ Test nsert-where-same-bnode2: INSERTing the same bnode with two INSERT WHERE statement within one request is NOT the same bnode even if both WHERE clauses have the empty solution mapping as the only solution. + + + + + + + UNTESTED + + +
+ Percentage passed out of 13 Tests + + 76.9% +
+
+
+

Basic test cases

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ase-prefix-1: Basic - Prefix/Base 1 + + + + + + + + PASS + + +
+ Test ase-prefix-2: Basic - Prefix/Base 2 + + + + + + + + PASS + + +
+ Test ase-prefix-3: Basic - Prefix/Base 3 + + + + + + + + PASS + + +
+ Test ase-prefix-4: Basic - Prefix/Base 4 + + + + + + + + PASS + + +
+ Test ase-prefix-5: Basic - Prefix/Base 5 + + + + + + + + PASS + + +
+ Test ist-1: Basic - List 1 + + + + + + + + PASS + + +
+ Test ist-2: Basic - List 2 + + + + + + + + PASS + + +
+ Test ist-3: Basic - List 3 + + + + + + + + PASS + + +
+ Test ist-4: Basic - List 4 + + + + + + + + PASS + + +
+ Test uotes-1: Basic - Quotes 1 + + + + + + + + PASS + + +
+ Test uotes-2: Basic - Quotes 2 + + + + + + + + PASS + + +
+ Test uotes-3: Basic - Quotes 3 + + + + + + + + PASS + + +
+ Test uotes-4: Basic - Quotes 4 + + + + + + + + PASS + + +
+ Test erm-1: Basic - Term 1 + + + + + + + + PASS + + +
+ Test erm-2: Basic - Term 2 + + + + + + + + PASS + + +
+ Test erm-3: Basic - Term 3 + + + + + + + + PASS + + +
+ Test erm-4: Basic - Term 4 + + + + + + + + PASS + + +
+ Test erm-5: Basic - Term 5 + + + + + + + + PASS + + +
+ Test erm-6: Basic - Term 6 + + + + + + + + UNTESTED + + +
+ Test erm-7: Basic - Term 7 + + + + + + + + UNTESTED + + +
+ Test erm-8: Basic - Term 8 + + + + + + + + PASS + + +
+ Test erm-9: Basic - Term 9 + + + + + + + + PASS + + +
+ Test ar-1: Basic - Var 1 + + + + + + + + PASS + + +
+ Test ar-2: Basic - Var 2 + + + + + + + + PASS + + +
+ Test gp-no-match: Non-matching triple pattern + + + + + + + + PASS + + +
+ Test poo-1: Basic graph pattern - spoo + + + + + + + + PASS + + +
+ Test refix-name-1: Prefix name 1 + + + + + + + + PASS + + +
+ Percentage passed out of 27 Tests + + 92.6% +
+
+
+

BIND

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ind01: bind01 - BIND + + + + + + + + PASS + + +
+ Test ind02: bind02 - BIND + + + + + + + + PASS + + +
+ Test ind03: bind03 - BIND + + + + + + + + PASS + + +
+ Test ind04: bind04 - BIND + + + + + + + + PASS + + +
+ Test ind05: bind05 - BIND + + + + + + + + PASS + + +
+ Test ind06: bind06 - BIND + + + + + + + + PASS + + +
+ Test ind07: bind07 - BIND + + + + + + + + PASS + + +
+ Test ind08: bind08 - BIND + + + + + + + + PASS + + +
+ Test ind10: bind10 - BIND scoping - Variable in filter not in scope + + + + + + + + PASS + + +
+ Test ind11: bind11 - BIND scoping - Variable in filter in scope + + + + + + + + PASS + + +
+ Percentage passed out of 10 Tests + + 100.0% +
+
+
+

Bindings

+

Bindings

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test alues1: Post-query VALUES with subj-var, 1 row + + + + + + + + PASS + + +
+ Test alues2: Post-query VALUES with obj-var, 1 row + + + + + + + + PASS + + +
+ Test alues3: Post-query VALUES with 2 obj-vars, 1 row + + + + + + + + PASS + + +
+ Test alues4: Post-query VALUES with 2 obj-vars, 1 row with UNDEF + + + + + + + + PASS + + +
+ Test alues5: Post-query VALUES with 2 obj-vars, 2 rows with UNDEF + + + + + + + + PASS + + +
+ Test alues6: Post-query VALUES with pred-var, 1 row + + + + + + + + PASS + + +
+ Test alues7: Post-query VALUES with (OPTIONAL) obj-var, 1 row + + + + + + + + PASS + + +
+ Test alues8: Post-query VALUES with subj/obj-vars, 2 rows with UNDEF + + + + + + + + PASS + + +
+ Test nline1: Inline VALUES graph pattern + + + + + + + + PASS + + +
+ Test nline2: Post-subquery VALUES + + + + + + + + PASS + + +
+ Percentage passed out of 10 Tests + + 100.0% +
+
+
+

Built-in Functions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test trdt01: STRDT() + + + + + + + + PASS + + +
+ Test trdt02: STRDT(STR()) + + + + + + + + PASS + + +
+ Test trdt03: STRDT() TypeErrors + + + + + + + + PASS + + +
+ Test trlang01: STRLANG() + + + + + + + + PASS + + +
+ Test trlang02: STRLANG(STR()) + + + + + + + + PASS + + +
+ Test trlang03: STRLANG() TypeErrors + + + + + + + + PASS + + +
+ Test snumeric01: isNumeric() + + + + + + + + PASS + + +
+ Test bs01: ABS() + + + + + + + + PASS + + +
+ Test eil01: CEIL() + + + + + + + + PASS + + +
+ Test loor01: FLOOR() + + + + + + + + PASS + + +
+ Test ound01: ROUND() + + + + + + + + PASS + + +
+ Test oncat01: CONCAT() + + + + + + + + PASS + + +
+ Test oncat02: CONCAT() 2 + + + + + + + + PASS + + +
+ Test ubstring01: SUBSTR() (3-argument) + + + + + + + + PASS + + +
+ Test ubstring02: SUBSTR() (2-argument) + + + + + + + + PASS + + +
+ Test ength01: STRLEN() + + + + + + + + PASS + + +
+ Test case01: UCASE() + + + + + + + + PASS + + +
+ Test case01: LCASE() + + + + + + + + PASS + + +
+ Test ncode01: ENCODE_FOR_URI() + + + + + + + + PASS + + +
+ Test ontains01: CONTAINS() + + + + + + + + PASS + + +
+ Test tarts01: STRSTARTS() + + + + + + + + PASS + + +
+ Test nds01: STRENDS() + + + + + + + + PASS + + +
+ Test lus-1: plus-1 + + + + + + + + PASS + + +
+ Test lus-2: plus-2 + + + + + + + + PASS + + +
+ Test d5-01: MD5() + + + + + + + + PASS + + +
+ Test d5-02: MD5() over Unicode data + + + + + + + + PASS + + +
+ Test ha1-01: SHA1() + + + + + + + + PASS + + +
+ Test ha1-02: SHA1() on Unicode data + + + + + + + + PASS + + +
+ Test ha256-01: SHA256() + + + + + + + + PASS + + +
+ Test ha256-02: SHA256() on Unicode data + + + + + + + + PASS + + +
+ Test ha512-01: SHA512() + + + + + + + + PASS + + +
+ Test ha512-02: SHA512() on Unicode data + + + + + + + + PASS + + +
+ Test inutes: MINUTES() + + + + + + + + PASS + + +
+ Test econds: SECONDS() + + + + + + + + PASS + + +
+ Test ours: HOURS() + + + + + + + + PASS + + +
+ Test onth: MONTH() + + + + + + + + PASS + + +
+ Test ear: YEAR() + + + + + + + + PASS + + +
+ Test ay: DAY() + + + + + + + + PASS + + +
+ Test imezone: TIMEZONE() + + + + + + + + PASS + + +
+ Test z: TZ() + + + + + + + + PASS + + +
+ Test node01: BNODE(str) + + + + + + + + PASS + + +
+ Test node02: BNODE() + + + + + + + + PASS + + +
+ Test n01: IN 1 + + + + + + + + PASS + + +
+ Test n02: IN 2 + + + + + + + + PASS + + +
+ Test otin01: NOT IN 1 + + + + + + + + PASS + + +
+ Test otin02: NOT IN 2 + + + + + + + + PASS + + +
+ Test ow01: NOW() + + + + + + + + PASS + + +
+ Test and01: RAND() + + + + + + + + PASS + + +
+ Test ri01: IRI()/URI() + + + + + + + + PASS + + +
+ Test f01: IF() + + + + + + + + PASS + + +
+ Test f02: IF() error propogation + + + + + + + + PASS + + +
+ Test oalesce01: COALESCE() + + + + + + + + PASS + + +
+ Test trbefore01a: STRBEFORE() + + + + + + + + PASS + + +
+ Test trbefore02: STRBEFORE() datatyping + + + + + + + + PASS + + +
+ Test trafter01a: STRAFTER() + + + + + + + + PASS + + +
+ Test trafter02: STRAFTER() datatyping + + + + + + + + PASS + + +
+ Test eplace01: REPLACE() + + + + + + + + PASS + + +
+ Test eplace02: REPLACE() with overlapping pattern + + + + + + + + PASS + + +
+ Test eplace03: REPLACE() with captured substring + + + + + + + + PASS + + +
+ Test uid01: UUID() pattern match + + + + + + + + PASS + + +
+ Test truuid01: STRUUID() pattern match + + + + + + + + PASS + + +
+ Percentage passed out of 61 Tests + + 100.0% +
+
+
+

Casting

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ast-str: Cast to xsd:string + + + + + + + + PASS + + +
+ Test ast-flt: Cast to xsd:float + + + + + + + + PASS + + +
+ Test ast-dbl: Cast to xsd:double + + + + + + + + PASS + + +
+ Test ast-dec: Cast to xsd:decimal + + + + + + + + PASS + + +
+ Test ast-int: Cast to xsd:integer + + + + + + + + PASS + + +
+ Test ast-dT: Cast to xsd:dateTime + + + + + + + + PASS + + +
+ Test ast-bool: Cast to xsd:boolean + + + + + + + + FAIL + + +
+ Percentage passed out of 7 Tests + + 85.7% +
+
+
+

CONSTRUCT

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test onstructwhere01: constructwhere01 - CONSTRUCT WHERE + + + + + + + + PASS + + +
+ Test onstructwhere02: constructwhere02 - CONSTRUCT WHERE + + + + + + + + PASS + + +
+ Test onstructwhere03: constructwhere03 - CONSTRUCT WHERE + + + + + + + + PASS + + +
+ Test onstructwhere04: constructwhere04 - CONSTRUCT WHERE + + + + + + + + PASS + + +
+ Test onstructwhere05: constructwhere05 - CONSTRUCT WHERE + + + + + + + + PASS + + +
+ Test onstructwhere06: constructwhere06 - CONSTRUCT WHERE + + + + + + + + PASS + + +
+ Percentage passed out of 6 Tests + + 100.0% +
+
+
+

Copy

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test opy01: COPY 1 + + + + + + + + PASS + + +
+ Test opy02: COPY 2 + + + + + + + + PASS + + +
+ Test opy03: COPY 3 + + + + + + + + PASS + + +
+ Test opy04: COPY 4 + + + + + + + + PASS + + +
+ Test opy06: COPY 6 + + + + + + + + PASS + + +
+ Test opy07: COPY 7 + + + + + + + + PASS + + +
+ Percentage passed out of 6 Tests + + 100.0% +
+
+
+

CSV/TSV Result Format

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test +
+ Test sv01: csv01 - CSV Result Format +
+ Test sv01: tsv01 - TSV Result Format +
+ Test sv02: cvs02 - CSV Result Format +
+ Test sv02: tvs02 - TSV Result Format +
+ Test sv03: csv03 - CSV Result Format +
+ Test sv03: tsv03 - TSV Result Format +
+ Percentage passed out of 6 Tests +
+
+
+

DAWG bound test cases

+

DAWG bound test cases

+ + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-bound-query-001: dawg-bound-query-001 + + + + + + + + PASS + + +
+ Percentage passed out of 1 Tests + + 100.0% +
+
+
+

DAWG Expression tests: Built-ins

+

DAWG Expression tests: Built-ins

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-str-1: str-1 + + + + + + + + PASS + + +
+ Test awg-str-2: str-2 + + + + + + + + PASS + + +
+ Test awg-str-3: str-3 + + + + + + + + PASS + + +
+ Test awg-str-4: str-4 + + + + + + + + PASS + + +
+ Test awg-isBlank-1: isBlank-1 + + + + + + + + PASS + + +
+ Test awg-isLiteral-1: isLiteral + + + + + + + + PASS + + +
+ Test awg-datatype-1: datatype-1 + + + + + + + + PASS + + +
+ Test awg-datatype-2: datatype-2 : Literals with a datatype + + + + + + + + UNTESTED + + +
+ Test awg-datatype-3: datatype-3 : Literals with a datatype of xsd:string + + + + + + + + PASS + + +
+ Test awg-lang-1: lang-1 : Literals with a lang tag of some kind + + + + + + + + PASS + + +
+ Test awg-lang-2: lang-2 : Literals with a lang tag of '' + + + + + + + + PASS + + +
+ Test awg-lang-3: lang-3 : Graph matching with lang tag being a different case + + + + + + + + PASS + + +
+ Test awg-isURI-1: isURI-1 + + + + + + + + PASS + + +
+ Test awg-isIRI-1: isIRI-1 + + + + + + + + PASS + + +
+ Test awg-langMatches-1: LangMatches-1 + + + + + + + + PASS + + +
+ Test awg-langMatches-2: LangMatches-2 + + + + + + + + PASS + + +
+ Test awg-langMatches-3: LangMatches-3 + + + + + + + + PASS + + +
+ Test awg-langMatches-4: LangMatches-4 + + + + + + + + PASS + + +
+ Test awg-langMatches-basic: LangMatches-basic + + + + + + + + PASS + + +
+ Test ang-case-insensitive-eq: lang-case-insensitive-eq + + + + + + + + PASS + + +
+ Test ang-case-insensitive-ne: lang-case-insensitive-ne + + + + + + + + PASS + + +
+ Test ameTerm-simple: sameTerm-simple + + + + + + + + PASS + + +
+ Test ameTerm-eq: sameTerm-eq + + + + + + + + PASS + + +
+ Test ameTerm-not-eq: sameTerm-not-eq + + + + + + + + PASS + + +
+ Percentage passed out of 24 Tests + + 95.8% +
+
+
+

DAWG test cases on bnode co-reference

+

DAWG test cases on bnode co-reference

+ + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-bnode-coref-001: dawg-bnode-coreference + + + + + + + + PASS + + +
+ Percentage passed out of 1 Tests + + 100.0% +
+
+
+

DISTINCT

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test o-distinct-1: Numbers: No distinct + + + + + + + + PASS + + +
+ Test istinct-1: Numbers: Distinct + + + + + + + + PASS + + +
+ Test o-distinct-2: Strings: No distinct + + + + + + + + PASS + + +
+ Test istinct-2: Strings: Distinct + + + + + + + + PASS + + +
+ Test o-distinct-3: Nodes: No distinct + + + + + + + + PASS + + +
+ Test istinct-3: Nodes: Distinct + + + + + + + + PASS + + +
+ Test o-distinct-4: Opt: No distinct + + + + + + + + PASS + + +
+ Test istinct-4: Opt: Distinct + + + + + + + + PASS + + +
+ Test o-distinct-9: All: No distinct + + + + + + + + PASS + + +
+ Test istinct-9: All: Distinct + + + + + + + + PASS + + +
+ Test istinct-star-1: SELECT DISTINCT * + + + + + + + + PASS + + +
+ Percentage passed out of 11 Tests + + 100.0% +
+
+
+

entailment regime test cases

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test +
+ Test ind01: bind01 - BIND fixed data for OWL DL +
+ Test ind02: bind02 - BIND fixed data for OWL DL +
+ Test ind03: bind03 - BIND fixed data for OWL DL +
+ Test ind04: bind04 - BIND fixed data for OWL DL +
+ Test ind05: bind05 - BIND fixed data for OWL DL +
+ Test ind06: bind06 - BIND fixed data for OWL DL +
+ Test ind07: bind07 - BIND fixed data for OWL DL +
+ Test ind08: bind08 - BIND fixed data for OWL DL +
+ Test -ent-01: D-Entailment test to show that neither literals in subject position nor newly introduced surrogate blank nodes are to be returned in query answers +
+ Test ang: Literal with language tag test +
+ Test wlds01: bnodes are not existentials +
+ Test wlds02: bnodes are not existentials with answer +
+ Test aper-sparqldl-Q1: paper-sparqldl-Q1 +
+ Test aper-sparqldl-Q1-rdfs: paper-sparqldl-Q1-rdfs +
+ Test aper-sparqldl-Q2: paper-sparqldl-Q2 +
+ Test aper-sparqldl-Q3: paper-sparqldl-Q3 +
+ Test aper-sparqldl-Q4: paper-sparqldl-Q4 +
+ Test aper-sparqldl-Q5: paper-sparqldl-Q5 +
+ Test arent10: filtered subclass query with (hasChild some Thing) restriction +
+ Test arent2: parent query with distinguished variable +
+ Test arent3: parent query with (hasChild some Thing) restriction +
+ Test arent4: parent query with (hasChild min 1) restriction +
+ Test arent5: parent query with (hasChild some Female) restriction +
+ Test arent6: parent query with (hasChild min 1 Female) restriction +
+ Test arent7: parent query with (hasChild max 1 Female) restriction +
+ Test arent8: parent query with (hasChild exactly 1 Female) restriction +
+ Test arent9: subclass query with (hasChild some Thing) restriction +
+ Test lainLit: Plain literals with language tag are not the same as the same literal without +
+ Test df01: RDF inference test +
+ Test df02: RDF inference test +
+ Test df03: RDF test for blank node cardinalities +
+ Test df04: simple triple pattern match +
+ Test dfs01: RDFS inference test rdfs:subPropertyOf +
+ Test dfs02: RDFS inference test rdfs:subPropertyOf +
+ Test dfs03: RDFS inference test combining subPropertyOf and domain +
+ Test dfs04: RDFS inference test subClassOf +
+ Test dfs05: RDFS inference test subClassOf +
+ Test dfs06: RDFS inference test domain +
+ Test dfs07: RDFS inference test range +
+ Test dfs08: RDFS inference test rdf:XMLLiteral subclass of rdfs:Literal +
+ Test dfs09: RDFS inference test transitivity of subClassOf +
+ Test dfs10: RDFS inference test transitivity of subPropertyOf +
+ Test dfs11: RDFS inference test subProperty and instances +
+ Test dfs12: RDFS inference test containers +
+ Test dfs13: RDFS inference test to show that neither literals in subject position nor newly introduced surrogate blank nodes are to be returned in query answers +
+ Test if01: RIF Logical Entailment (referencing RIF XML) +
+ Test if02: RIF Logical Entailment (referencing RIF in RDF) +
+ Test if03: RIF Core WG tests: Frames +
+ Test if04: RIF Core WG tests: Modeling Brain Anatomy +
+ Test if05: RIF Core WG tests: IRI from RDF Literal +
+ Test if06: RIF Core WG tests: RDF Combination Blank Node +
+ Test imple1: simple 1 +
+ Test imple2: simple 2 +
+ Test imple3: simple 3 +
+ Test imple4: simple 4 +
+ Test imple5: simple 5 +
+ Test imple6: simple 6 +
+ Test imple7: simple 7 +
+ Test imple8: simple 8 +
+ Test parqldl-01: sparqldl-01.rq: triple pattern +
+ Test parqldl-02: sparqldl-02.rq: simple combined query +
+ Test parqldl-03: sparqldl-03.rq: combined query with complex class description +
+ Test parqldl-04: sparqldl-04.rq: bug fixing test +
+ Test parqldl-05: sparqldl-05.rq: simple undistinguished variable test. +
+ Test parqldl-06: sparqldl-06.rq: cycle of undistinguished variables +
+ Test parqldl-07: sparqldl-07.rq: two distinguished variables + undist. +
+ Test parqldl-08: sparqldl-08.rq: two distinguished variables + undist. +
+ Test parqldl-09: sparqldl-09.rq: undist vars test +
+ Test parqldl-10: sparqldl-10.rq: undist vars test +
+ Test parqldl-11: sparqldl-11.rq: domain test +
+ Test parqldl-12: sparqldl-12.rq: range test +
+ Test parqldl-13: sparqldl-13.rq: sameAs +
+ Percentage passed out of 72 Tests +
+
+
+

Grouping

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test roup01: Group-1 + + + + + + + + PASS + + +
+ Test roup03: Group-3 + + + + + + + + PASS + + +
+ Test roup04: Group-4 + + + + + + + + PASS + + +
+ Test roup05: Group-5 + + + + + + + + PASS + + +
+ Test roup06: Group-6 + + + + + + + + PASS + + +
+ Test roup07: Group-7 + + + + + + + + PASS + + +
+ Percentage passed out of 6 Tests + + 100.0% +
+
+
+

I18N

+

I18N

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test anji-1: kanji-01 + + + + + + + + PASS + + +
+ Test anji-2: kanji-02 + + + + + + + + PASS + + +
+ Test ormalization-1: normalization-01 + + + + + + + + PASS + + +
+ Test ormalization-2: normalization-02 + + + + + + + + PASS + + +
+ Test ormalization-3: normalization-03 + + + + + + + + PASS + + +
+ Percentage passed out of 5 Tests + + 100.0% +
+
+
+

JSON Result Format

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test sonres01: jsonres01 - JSON Result Format + + + + + + + + PASS + + +
+ Test sonres02: jsonres02 - JSON Result Format + + + + + + + + PASS + + +
+ Test sonres03: jsonres03 - JSON Result Format + + + + + + + + PASS + + +
+ Test sonres04: jsonres04 - JSON Result Format + + + + + + + + PASS + + +
+ Percentage passed out of 4 Tests + + 100.0% +
+
+
+

Move

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ove01: MOVE 1 + + + + + + + + PASS + + +
+ Test ove02: MOVE 2 + + + + + + + + PASS + + +
+ Test ove03: MOVE 3 + + + + + + + + PASS + + +
+ Test ove04: MOVE 4 + + + + + + + + PASS + + +
+ Test ove06: MOVE 6 + + + + + + + + PASS + + +
+ Test ove07: MOVE 7 + + + + + + + + PASS + + +
+ Percentage passed out of 6 Tests + + 100.0% +
+
+
+

Negation

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ubset-by-exclusion-nex-1: Subsets by exclusion (NOT EXISTS) + + + + + + + + PASS + + +
+ Test ubset-by-exclusion-minus-1: Subsets by exclusion (MINUS) + + + + + + + + PASS + + +
+ Test emporal-proximity-by-exclusion-nex-1: Medical, temporal proximity by exclusion (NOT EXISTS) + + + + + + + + PASS + + +
+ Test ubset-01: Calculate which sets are subsets of others (include A subsetOf A) + + + + + + + + PASS + + +
+ Test ubset-02: Calculate which sets are subsets of others (exclude A subsetOf A) + + + + + + + + PASS + + +
+ Test et-equals-1: Calculate which sets have the same elements + + + + + + + + PASS + + +
+ Test ubset-03: Calculate proper subset + + + + + + + + PASS + + +
+ Test xists-01: Positive EXISTS 1 + + + + + + + + PASS + + +
+ Test xists-02: Positive EXISTS 2 + + + + + + + + PASS + + +
+ Test ull-minuend: Subtraction with MINUS from a fully bound minuend + + + + + + + + PASS + + +
+ Test artial-minuend: Subtraction with MINUS from a partially bound minuend + + + + + + + + PASS + + +
+ Percentage passed out of 11 Tests + + 100.0% +
+
+
+

open world value testing tests

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test pen-eq-01: open-eq-01 + + + + + + + + PASS + + +
+ Test pen-eq-02: open-eq-02 + + + + + + + + PASS + + +
+ Test pen-eq-03: open-eq-03 + + + + + + + + PASS + + +
+ Test pen-eq-04: open-eq-04 + + + + + + + + PASS + + +
+ Test pen-eq-05: open-eq-05 + + + + + + + + PASS + + +
+ Test pen-eq-06: open-eq-06 + + + + + + + + PASS + + +
+ Test pen-eq-07: open-eq-07 + + + + + + + + PASS + + +
+ Test pen-eq-08: open-eq-08 + + + + + + + + PASS + + +
+ Test pen-eq-09: open-eq-09 + + + + + + + + PASS + + +
+ Test pen-eq-10: open-eq-10 + + + + + + + + PASS + + +
+ Test pen-eq-11: open-eq-11 + + + + + + + + PASS + + +
+ Test pen-eq-12: open-eq-12 + + + + + + + + PASS + + +
+ Test ate-1: date-1 + + + + + + + UNTESTED + + +
+ Test ate-2: date-2 + + + + + + + + PASS + + +
+ Test ate-3: date-3 + + + + + + + + PASS + + +
+ Test ate-4: date-4 + + + + + + + + PASS + + +
+ Test pen-cmp-01: open-cmp-01 + + + + + + + + PASS + + +
+ Test pen-cmp-02: open-cmp-02 + + + + + + + + PASS + + +
+ Percentage passed out of 18 Tests + + 94.4% +
+
+
+

OPTIONAL test cases

+

OPTIONAL test cases

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-optional-001: One optional clause + + + + + + + + PASS + + +
+ Test awg-optional-002: Two optional clauses + + + + + + + + PASS + + +
+ Test awg-union-001: Union is not optional + + + + + + + + PASS + + +
+ Test awg-optional-complex-1: Complex optional semantics: 1 + + + + + + + + PASS + + +
+ Test awg-optional-complex-2: Complex optional semantics: 2 + + + + + + + + PASS + + +
+ Test awg-optional-complex-3: Complex optional semantics: 3 + + + + + + + + PASS + + +
+ Test awg-optional-complex-4: Complex optional semantics: 4 + + + + + + + + PASS + + +
+ Percentage passed out of 7 Tests + + 100.0% +
+
+
+

OPTIONAL with inner and outer FILTERs

+

OPTIONAL with inner and outer FILTERs

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-optional-filter-001: OPTIONAL-FILTER + + + + + + + + PASS + + +
+ Test awg-optional-filter-002: OPTIONAL - Outer FILTER + + + + + + + + PASS + + +
+ Test awg-optional-filter-003: OPTIONAL - Outer FILTER with BOUND + + + + + + + + PASS + + +
+ Test awg-optional-filter-004: OPTIONAL - Inner FILTER with negative EBV for outer variables + + + + + + + + PASS + + +
+ Test awg-optional-filter-005-simplified: dawg-optional-filter-005-simplified + + + + + + + UNTESTED + + +
+ Test awg-optional-filter-005-not-simplified: dawg-optional-filter-005-not-simplified + + + + + + + UNTESTED + + +
+ Percentage passed out of 6 Tests + + 66.7% +
+
+
+

Positive Exists

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test xists01: Exists with one constant + + + + + + + + PASS + + +
+ Test xists02: Exists with ground triple + + + + + + + + PASS + + +
+ Test xists03: Exists within graph pattern + + + + + + + + PASS + + +
+ Test xists04: Nested positive exists + + + + + + + + PASS + + +
+ Test xists05: Nested negative exists in positive exists + + + + + + + + PASS + + +
+ Percentage passed out of 5 Tests + + 100.0% +
+
+
+

Project Expression

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test rojexp01: Expression is equality + + + + + + + + PASS + + +
+ Test rojexp02: Expression raise an error + + + + + + + + PASS + + +
+ Test rojexp03: Reuse a project expression variable in select + + + + + + + + PASS + + +
+ Test rojexp04: Reuse a project expression variable in order by + + + + + + + + PASS + + +
+ Test rojexp05: Expression may return no value + + + + + + + + PASS + + +
+ Test rojexp06: Expression has undefined variable + + + + + + + + PASS + + +
+ Test rojexp07: Expression has variable that may be unbound + + + + + + + + PASS + + +
+ Percentage passed out of 7 Tests + + 100.0% +
+
+
+

Property Path

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test p01: (pp01) Simple path + + + + + + + + PASS + + +
+ Test p02: (pp02) Star path + + + + + + + + PASS + + +
+ Test p03: (pp03) Simple path with loop + + + + + + + + PASS + + +
+ Test p06: (pp06) Path with two graphs + + + + + + + + PASS + + +
+ Test p07: (pp07) Path with one graph + + + + + + + + PASS + + +
+ Test p08: (pp08) Reverse path + + + + + + + + PASS + + +
+ Test p09: (pp09) Reverse sequence path + + + + + + + + PASS + + +
+ Test p10: (pp10) Path with negation + + + + + + + + PASS + + +
+ Test p11: (pp11) Simple path and two paths to same target node + + + + + + + + UNTESTED + + +
+ Test p12: (pp12) Variable length path and two paths to same target node + + + + + + + + PASS + + +
+ Test p14: (pp14) Star path over foaf:knows + + + + + + + + PASS + + +
+ Test p16: (pp16) Duplicate paths and cycles through foaf:knows* + + + + + + + + PASS + + +
+ Test p21: (pp21) Diamond -- :p+ + + + + + + + + PASS + + +
+ Test p23: (pp23) Diamond, with tail -- :p+ + + + + + + + + PASS + + +
+ Test p25: (pp25) Diamond, with loop -- :p+ + + + + + + + + PASS + + +
+ Test p28a: (pp28a) Diamond, with loop -- (:p/:p)? + + + + + + + + PASS + + +
+ Test p30: (pp30) Operator precedence 1 + + + + + + + + PASS + + +
+ Test p31: (pp31) Operator precedence 2 + + + + + + + + UNTESTED + + +
+ Test p32: (pp32) Operator precedence 3 + + + + + + + + PASS + + +
+ Test p33: (pp33) Operator precedence 4 + + + + + + + + PASS + + +
+ Test p34: (pp34) Named Graph 1 + + + + + + + + PASS + + +
+ Test p35: (pp35) Named Graph 2 + + + + + + + + PASS + + +
+ Test p36: (pp36) Arbitrary path with bound endpoints + + + + + + + + PASS + + +
+ Test p37: (pp37) Nested (*)* + + + + + + + + PASS + + +
+ Percentage passed out of 24 Tests + + 91.7% +
+
+
+

REDUCED

+ + + + + + + + + + + + + +
+ Test +
+ Test educed-1: SELECT REDUCED * +
+ Test educed-2: SELECT REDUCED ?x with strings +
+ Percentage passed out of 2 Tests +
+
+
+

Service

+

Service

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test +
+ Test ervice1: SERVICE test 1 +
+ Test ervice2: SERVICE test 2 +
+ Test ervice3: SERVICE test 3 +
+ Test ervice4a: SERVICE test 4a with VALUES clause +
+ Test ervice5: SERVICE test 5 +
+ Test ervice6: SERVICE test 6 +
+ Test ervice7: SERVICE test 7 +
+ Percentage passed out of 7 Tests +
+
+
+

Solution Sequence

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test imit-1: Limit 1 + + + + + + + + PASS + + +
+ Test imit-2: Limit 2 + + + + + + + + PASS + + +
+ Test imit-3: Limit 3 + + + + + + + + PASS + + +
+ Test imit-4: Limit 4 + + + + + + + + PASS + + +
+ Test ffset-1: Offset 1 + + + + + + + + PASS + + +
+ Test ffset-2: Offset 2 + + + + + + + + PASS + + +
+ Test ffset-3: Offset 3 + + + + + + + + PASS + + +
+ Test ffset-4: Offset 4 + + + + + + + + PASS + + +
+ Test lice-1: Slice 1 + + + + + + + + PASS + + +
+ Test lice-2: Slice 2 + + + + + + + + PASS + + +
+ Test lice-3: Slice 3 + + + + + + + + PASS + + +
+ Test lice-4: Slice 4 + + + + + + + + PASS + + +
+ Test lice-5: Slice 5 + + + + + + + + PASS + + +
+ Percentage passed out of 13 Tests + + 100.0% +
+
+
+

Some DAWG test cases on the CONSTRUCT result form

+

Some DAWG test cases on the CONSTRUCT result form

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test onstruct-1: dawg-construct-identity + + + + + + + + PASS + + +
+ Test onstruct-2: dawg-construct-subgraph + + + + + + + + PASS + + +
+ Test onstruct-3: dawg-construct-reification-1 + + + + + + + + PASS + + +
+ Test onstruct-4: dawg-construct-reification-2 + + + + + + + + PASS + + +
+ Test onstruct-5: dawg-construct-optional + + + + + + + + PASS + + +
+ Percentage passed out of 5 Tests + + 100.0% +
+
+
+

Some simple DAWG query evaluation test cases

+

Some simple DAWG query evaluation test cases

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-triple-pattern-001: dawg-triple-pattern-001 + + + + + + + + PASS + + +
+ Test awg-triple-pattern-002: dawg-triple-pattern-002 + + + + + + + + PASS + + +
+ Test awg-triple-pattern-003: dawg-triple-pattern-003 + + + + + + + + PASS + + +
+ Test awg-triple-pattern-004: dawg-triple-pattern-004 + + + + + + + + PASS + + +
+ Percentage passed out of 4 Tests + + 100.0% +
+
+
+

Some SPARQL test cases - equality of values

+

Some SPARQL test cases - equality of values

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test q-1: Equality 1-1 + + + + + + + + PASS + + +
+ Test q-2: Equality 1-2 + + + + + + + + PASS + + +
+ Test q-3: Equality 1-3 + + + + + + + + PASS + + +
+ Test q-4: Equality 1-4 + + + + + + + + PASS + + +
+ Test q-5: Equality 1-5 + + + + + + + + PASS + + +
+ Test q-2-1: Equality - 2 var - test equals + + + + + + + + PASS + + +
+ Test q-2-2: Equality - 2 var - test not equals + + + + + + + + PASS + + +
+ Test q-graph-1: Equality 1-1 -- graph + + + + + + + + PASS + + +
+ Test q-graph-2: Equality 1-2 -- graph + + + + + + + + PASS + + +
+ Test q-graph-3: Equality 1-3 -- graph + + + + + + + + PASS + + +
+ Test q-graph-4: Equality 1-4 -- graph + + + + + + + + PASS + + +
+ Test q-graph-5: Equality 1-5 -- graph + + + + + + + + PASS + + +
+ Percentage passed out of 12 Tests + + 100.0% +
+
+
+

Sorting test cases.

+

Sorting test cases.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-sort-1: sort-1 + + + + + + + + PASS + + +
+ Test awg-sort-2: sort-2 + + + + + + + + PASS + + +
+ Test awg-sort-3: sort-3 + + + + + + + + PASS + + +
+ Test awg-sort-4: sort-4 + + + + + + + + PASS + + +
+ Test awg-sort-5: sort-5 + + + + + + + + PASS + + +
+ Test awg-sort-6: sort-6 + + + + + + + + PASS + + +
+ Test awg-sort-7: sort-7 + + + + + + + + PASS + + +
+ Test awg-sort-8: sort-8 + + + + + + + + PASS + + +
+ Test awg-sort-9: sort-9 + + + + + + + + PASS + + +
+ Test awg-sort-10: sort-10 + + + + + + + + PASS + + +
+ Test awg-sort-numbers: Expression sort + + + + + + + + PASS + + +
+ Test awg-sort-builtin: Builtin sort + + + + + + + + PASS + + +
+ Test awg-sort-function: Function sort + + + + + + + + PASS + + +
+ Percentage passed out of 13 Tests + + 100.0% +
+
+
+

SPARQL 1.1 Update test cases for SILENT

+

The test cases in this manifest comprise cases of erroneous operations which should fail, but succeed because of the keyword SILENT

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test oad-silent: LOAD SILENT + + + + + + + + PASS + + +
+ Test oad-into-silent: LOAD SILENT INTO + + + + + + + + PASS + + +
+ Test lear-silent: CLEAR SILENT GRAPH iri + + + + + + + + PASS + + +
+ Test lear-default-silent: CLEAR SILENT DEFAULT + + + + + + + + PASS + + +
+ Test reate-silent: CREATE SILENT iri + + + + + + + + PASS + + +
+ Test rop-silent: DROP SILENT GRAPH iri + + + + + + + + PASS + + +
+ Test rop-default-silent: DROP SILENT DEFAULT + + + + + + + + PASS + + +
+ Test opy-silent: COPY SILENT + + + + + + + + PASS + + +
+ Test opy-to-default-silent: COPY SILENT TO DEFAULT + + + + + + + + PASS + + +
+ Test ove-silent: MOVE SILENT + + + + + + + + PASS + + +
+ Test ove-to-default-silent: MOVE SILENT TO DEFAULT + + + + + + + + PASS + + +
+ Test dd-silent: ADD SILENT + + + + + + + + PASS + + +
+ Test dd-to-default-silent: ADD SILENT TO DEFAULT + + + + + + + + PASS + + +
+ Percentage passed out of 13 Tests + + 100.0% +
+
+
+

SPARQL regex test cases

+

SPARQL regex test cases

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-regex-001: regex-query-001 + + + + + + + + PASS + + +
+ Test awg-regex-002: regex-query-002 + + + + + + + + PASS + + +
+ Test awg-regex-003: regex-query-003 + + + + + + + + PASS + + +
+ Test awg-regex-004: regex-query-004 + + + + + + + + PASS + + +
+ Percentage passed out of 4 Tests + + 100.0% +
+
+
+

SPARQL tests - XPath operators in FILTERs

+

SPARQL tests - XPath operators in FILTERs

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test e-1: Greater-than or equals + + + + + + + + PASS + + +
+ Test e-1: Less-than or equals + + + + + + + + PASS + + +
+ Test ul-1: Multiplication + + + + + + + + PASS + + +
+ Test lus-1: Addition + + + + + + + + PASS + + +
+ Test inus-1: Subtraction + + + + + + + + PASS + + +
+ Test nplus-1: Unary Plusn + + + + + + + + PASS + + +
+ Test nminus-1: Unary Minus + + + + + + + + PASS + + +
+ Percentage passed out of 7 Tests + + 100.0% +
+
+
+

Sub query

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ubquery01: sq01 - Subquery within graph pattern + + + + + + + + PASS + + +
+ Test ubquery02: sq02 - Subquery within graph pattern, graph variable is bound + + + + + + + + PASS + + +
+ Test ubquery03: sq03 - Subquery within graph pattern, graph variable is not bound + + + + + + + + FAIL + + +
+ Test ubquery04: sq04 - Subquery within graph pattern, default graph does not apply + + + + + + + + PASS + + +
+ Test ubquery05: sq05 - Subquery within graph pattern, from named applies + + + + + + + + PASS + + +
+ Test ubquery06: sq06 - Subquery with graph pattern, from named applies + + + + + + + + PASS + + +
+ Test ubquery07: sq07 - Subquery with from + + + + + + + + PASS + + +
+ Test ubquery08: sq08 - Subquery with aggregate + + + + + + + + PASS + + +
+ Test ubquery09: sq09 - Nested Subqueries + + + + + + + + PASS + + +
+ Test ubquery10: sq10 - Subquery with exists + + + + + + + + PASS + + +
+ Test ubquery11: sq11 - Subquery limit per resource + + + + + + + + PASS + + +
+ Test ubquery12: sq12 - Subquery in CONSTRUCT with built-ins + + + + + + + + PASS + + +
+ Test ubquery13: sq13 - Subqueries don't inject bindings + + + + + + + + PASS + + +
+ Test ubquery14: sq14 - limit by resource + + + + + + + + PASS + + +
+ Percentage passed out of 14 Tests + + 92.9% +
+
+
+

Syntax tests Syntax SPARQL 1.1

+

Syntax tests Syntax SPARQL 1.1

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test est_1: syntax-select-expr-01.rq + + + + + + + + PASS + + +
+ Test est_2: syntax-select-expr-02.rq + + + + + + + + PASS + + +
+ Test est_3: syntax-select-expr-03.rq + + + + + + + + PASS + + +
+ Test est_4: syntax-select-expr-04.rq + + + + + + + + PASS + + +
+ Test est_5: syntax-select-expr-05.rq + + + + + + + + PASS + + +
+ Test est_6: syntax-aggregate-01.rq + + + + + + + + PASS + + +
+ Test est_7: syntax-aggregate-02.rq + + + + + + + + PASS + + +
+ Test est_8: syntax-aggregate-03.rq + + + + + + + + PASS + + +
+ Test est_9: syntax-aggregate-04.rq + + + + + + + + PASS + + +
+ Test est_10: syntax-aggregate-05.rq + + + + + + + + PASS + + +
+ Test est_11: syntax-aggregate-06.rq + + + + + + + + PASS + + +
+ Test est_12: syntax-aggregate-07.rq + + + + + + + + PASS + + +
+ Test est_13: syntax-aggregate-08.rq + + + + + + + + PASS + + +
+ Test est_14: syntax-aggregate-09.rq + + + + + + + + PASS + + +
+ Test est_15: syntax-aggregate-10.rq + + + + + + + + PASS + + +
+ Test est_16: syntax-aggregate-11.rq + + + + + + + + PASS + + +
+ Test est_17: syntax-aggregate-12.rq + + + + + + + + PASS + + +
+ Test est_18: syntax-aggregate-13.rq + + + + + + + + PASS + + +
+ Test est_19: syntax-aggregate-14.rq + + + + + + + + PASS + + +
+ Test est_20: syntax-aggregate-15.rq + + + + + + + + PASS + + +
+ Test est_21: syntax-subquery-01.rq + + + + + + + + PASS + + +
+ Test est_22: syntax-subquery-02.rq + + + + + + + + PASS + + +
+ Test est_23: syntax-subquery-03.rq + + + + + + + + PASS + + +
+ Test est_24: syntax-not-exists-01.rq + + + + + + + + PASS + + +
+ Test est_25: syntax-not-exists-02.rq + + + + + + + + PASS + + +
+ Test est_26: syntax-not-exists-03.rq + + + + + + + + PASS + + +
+ Test est_27: syntax-exists-01.rq + + + + + + + + PASS + + +
+ Test est_28: syntax-exists-02.rq + + + + + + + + PASS + + +
+ Test est_29: syntax-exists-03.rq + + + + + + + + PASS + + +
+ Test est_30: syntax-minus-01.rq + + + + + + + + PASS + + +
+ Test est_31: syntax-oneof-01.rq + + + + + + + + PASS + + +
+ Test est_32: syntax-oneof-02.rq + + + + + + + + PASS + + +
+ Test est_33: syntax-oneof-03.rq + + + + + + + + PASS + + +
+ Test est_34: syntax-bindingBINDscopes-01.rq + + + + + + + + PASS + + +
+ Test est_35a: syntax-bindings-02a.rq with VALUES clause + + + + + + + + PASS + + +
+ Test est_36a: syntax-bindings-03a.rq with VALUES clause + + + + + + + + PASS + + +
+ Test est_38a: syntax-bindings-05a.rq with VALUES clause + + + + + + + + PASS + + +
+ Test est_40: syntax-bind-02.rq + + + + + + + + PASS + + +
+ Test est_41: syntax-construct-where-01.rq + + + + + + + + PASS + + +
+ Test est_42: syntax-construct-where-02.rq + + + + + + + + PASS + + +
+ Test est_43: syn-bad-01.rq + + + + + + + + PASS + + +
+ Test est_44: syn-bad-02.rq + + + + + + + + PASS + + +
+ Test est_45: syn-bad-03.rq + + + + + + + + PASS + + +
+ Test est_46: syn-bad-04.rq + + + + + + + + PASS + + +
+ Test est_47: syn-bad-05.rq + + + + + + + + PASS + + +
+ Test est_48: syn-bad-06.rq + + + + + + + + PASS + + +
+ Test est_49: syn-bad-07.rq + + + + + + + + PASS + + +
+ Test est_50: syn-bad-08.rq + + + + + + + + PASS + + +
+ Test est_51: syntax-bindings-09.rq + + + + + + + + PASS + + +
+ Test est_53: PrefixName with hex-encoded colons + + + + + + + + PASS + + +
+ Test est_54: PrefixName with unescaped colons + + + + + + + + PASS + + +
+ Test est_55: syntax-BINDscope1.rq + + + + + + + + PASS + + +
+ Test est_56: syntax-BINDscope2.rq + + + + + + + + PASS + + +
+ Test est_57: syntax-BINDscope3.rq + + + + + + + + PASS + + +
+ Test est_58: syntax-BINDscope4.rq + + + + + + + + PASS + + +
+ Test est_59: syntax-BINDscope5.rq + + + + + + + + PASS + + +
+ Test est_60: syntax-BINDscope6.rq + + + + + + + + PASS + + +
+ Test est_61a: syntax-BINDscope7.rq + + + + + + + + PASS + + +
+ Test est_62a: syntax-BINDscope8.rq + + + + + + + + PASS + + +
+ Test est_63: syntax-propertyPaths-01.rq + + + + + + + + PASS + + +
+ Test est_64: syntax-SELECTscope1.rq + + + + + + + + PASS + + +
+ Test est_65: syntax-SELECTscope2 + + + + + + + + PASS + + +
+ Test est_66: syntax-SELECTscope3.rq + + + + + + + + PASS + + +
+ Test est_pn_01: syn-pname-01 + + + + + + + + PASS + + +
+ Test est_pn_02: syn-pname-02 + + + + + + + + PASS + + +
+ Test est_pn_03: syn-pname-03 + + + + + + + + PASS + + +
+ Test est_pn_04: syn-pname-04 + + + + + + + + PASS + + +
+ Test est_pn_05: syn-pname-05 + + + + + + + + PASS + + +
+ Test est_pn_06: syn-pname-06 + + + + + + + + PASS + + +
+ Test est_pn_07: syn-pname-07 + + + + + + + + PASS + + +
+ Test est_pn_08: syn-pname-08 + + + + + + + + PASS + + +
+ Test est_pn_09: syn-pname-09 + + + + + + + + PASS + + +
+ Test est_pn_bad_01: syn-bad-pname-01 + + + + + + + + PASS + + +
+ Test est_pn_bad_02: syn-bad-pname-02 + + + + + + + + PASS + + +
+ Test est_pn_bad_03: syn-bad-pname-03 + + + + + + + + PASS + + +
+ Test est_pn_bad_04: syn-bad-pname-04 + + + + + + + + PASS + + +
+ Test est_pn_bad_05: syn-bad-pname-05 + + + + + + + + PASS + + +
+ Test est_pn_bad_06: syn-bad-pname-06 + + + + + + + + INAPPLICABLE + + +
+ Test est_pn_bad_07: syn-bad-pname-07 + + + + + + + + PASS + + +
+ Test est_pn_bad_08: syn-bad-pname-08 + + + + + + + + PASS + + +
+ Test est_pn_bad_09: syn-bad-pname-09 + + + + + + + + PASS + + +
+ Test est_pn_bad_10: syn-bad-pname-10 + + + + + + + + PASS + + +
+ Test est_pn_bad_11: syn-bad-pname-11 + + + + + + + + PASS + + +
+ Test est_pn_bad_12: syn-bad-pname-12 + + + + + + + + PASS + + +
+ Test est_pn_bad_13: syn-bad-pname-13 + + + + + + + + PASS + + +
+ Test est_pp_coll: syn-pp-in-collection + + + + + + + + PASS + + +
+ Percentage passed out of 86 Tests + + 98.8% +
+
+
+

Syntax tests Syntax SPARQL 1.1 Federation

+

Syntax tests Syntax SPARQL 1.1 Federation

+ + + + + + + + + + + + + + + + +
+ Test +
+ Test est_1: syntax-service-01.rq +
+ Test est_2: syntax-service-02.rq +
+ Test est_3: syntax-service-03.rq +
+ Percentage passed out of 3 Tests +
+
+
+

Syntax tests Syntax SPARQL Update

+

Syntax tests Syntax SPARQL Update

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test est_1: syntax-update-01.ru + + + + + + + + PASS + + +
+ Test est_2: syntax-update-02.ru + + + + + + + + PASS + + +
+ Test est_3: syntax-update-03.ru + + + + + + + + PASS + + +
+ Test est_4: syntax-update-04.ru + + + + + + + + PASS + + +
+ Test est_5: syntax-update-05.ru + + + + + + + + PASS + + +
+ Test est_6: syntax-update-06.ru + + + + + + + + PASS + + +
+ Test est_7: syntax-update-07.ru + + + + + + + + PASS + + +
+ Test est_8: syntax-update-08.ru + + + + + + + + PASS + + +
+ Test est_9: syntax-update-09.ru + + + + + + + + PASS + + +
+ Test est_10: syntax-update-10.ru + + + + + + + + PASS + + +
+ Test est_11: syntax-update-11.ru + + + + + + + + PASS + + +
+ Test est_12: syntax-update-12.ru + + + + + + + + PASS + + +
+ Test est_13: syntax-update-13.ru + + + + + + + + PASS + + +
+ Test est_14: syntax-update-14.ru + + + + + + + + PASS + + +
+ Test est_15: syntax-update-15.ru + + + + + + + + PASS + + +
+ Test est_16: syntax-update-16.ru + + + + + + + + PASS + + +
+ Test est_17: syntax-update-17.ru + + + + + + + + PASS + + +
+ Test est_18: syntax-update-18.ru + + + + + + + + PASS + + +
+ Test est_19: syntax-update-19.ru + + + + + + + + PASS + + +
+ Test est_20: syntax-update-20.ru + + + + + + + + PASS + + +
+ Test est_21: syntax-update-21.ru + + + + + + + + PASS + + +
+ Test est_22: syntax-update-22.ru + + + + + + + + PASS + + +
+ Test est_23: syntax-update-23.ru + + + + + + + + PASS + + +
+ Test est_24: syntax-update-24.ru + + + + + + + + PASS + + +
+ Test est_25: syntax-update-25.ru + + + + + + + + PASS + + +
+ Test est_26: syntax-update-26.ru + + + + + + + + FAIL + + +
+ Test est_27: syntax-update-27.ru + + + + + + + + FAIL + + +
+ Test est_28: syntax-update-28.ru + + + + + + + + FAIL + + +
+ Test est_29: syntax-update-29.ru + + + + + + + + PASS + + +
+ Test est_30: syntax-update-30.ru + + + + + + + + PASS + + +
+ Test est_31: syntax-update-31.ru + + + + + + + + PASS + + +
+ Test est_32: syntax-update-32.ru + + + + + + + + PASS + + +
+ Test est_33: syntax-update-33.ru + + + + + + + + PASS + + +
+ Test est_34: syntax-update-34.ru + + + + + + + + PASS + + +
+ Test est_35: syntax-update-35.ru + + + + + + + + PASS + + +
+ Test est_36: syntax-update-36.ru + + + + + + + + FAIL + + +
+ Test est_37: syntax-update-37.ru + + + + + + + + PASS + + +
+ Test est_38: syntax-update-38.ru + + + + + + + + PASS + + +
+ Test est_39: syntax-update-39.ru + + + + + + + + PASS + + +
+ Test est_40: syntax-update-40.ru + + + + + + + + PASS + + +
+ Test est_41: syntax-update-bad-01.ru + + + + + + + + PASS + + +
+ Test est_42: syntax-update-bad-02.ru + + + + + + + + PASS + + +
+ Test est_43: syntax-update-bad-03.ru + + + + + + + + PASS + + +
+ Test est_44: syntax-update-bad-04.ru + + + + + + + + PASS + + +
+ Test est_45: syntax-update-bad-05.ru + + + + + + + + PASS + + +
+ Test est_46: syntax-update-bad-06.ru + + + + + + + + PASS + + +
+ Test est_47: syntax-update-bad-07.ru + + + + + + + + PASS + + +
+ Test est_48: syntax-update-bad-08.ru + + + + + + + + PASS + + +
+ Test est_49: syntax-update-bad-09.ru + + + + + + + + PASS + + +
+ Test est_50: syntax-update-bad-10.ru + + + + + + + + PASS + + +
+ Test est_51: syntax-update-bad-11.ru + + + + + + + + PASS + + +
+ Test est_52: syntax-update-bad-12.ru + + + + + + + + PASS + + +
+ Test est_53: syntax-update-53.ru + + + + + + + + PASS + + +
+ Test est_54: syntax-update-54.ru + + + + + + + UNTESTED + + +
+ Percentage passed out of 54 Tests + + 90.7% +
+
+
+

Syntax tests Syntax SPARQL Update

+

Syntax tests Syntax SPARQL Update

+ + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test yntax-update-other-01: syntax-update-other-01 + + + + + + + + PASS + + +
+ Percentage passed out of 1 Tests + + 100.0% +
+
+
+

Syntax tests syntax-sparql1

+

Syntax tests syntax-sparql1

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test yntax-basic-01: syntax-basic-01.rq + + + + + + + + PASS + + +
+ Test yntax-basic-02: syntax-basic-02.rq + + + + + + + + PASS + + +
+ Test yntax-basic-03: syntax-basic-03.rq + + + + + + + + PASS + + +
+ Test yntax-basic-04: syntax-basic-04.rq + + + + + + + + PASS + + +
+ Test yntax-basic-05: syntax-basic-05.rq + + + + + + + + PASS + + +
+ Test yntax-basic-06: syntax-basic-06.rq + + + + + + + + PASS + + +
+ Test yntax-qname-01: syntax-qname-01.rq + + + + + + + + PASS + + +
+ Test yntax-qname-02: syntax-qname-02.rq + + + + + + + + PASS + + +
+ Test yntax-qname-03: syntax-qname-03.rq + + + + + + + + PASS + + +
+ Test yntax-qname-04: syntax-qname-04.rq + + + + + + + + PASS + + +
+ Test yntax-qname-05: syntax-qname-05.rq + + + + + + + + PASS + + +
+ Test yntax-qname-06: syntax-qname-06.rq + + + + + + + + PASS + + +
+ Test yntax-qname-07: syntax-qname-07.rq + + + + + + + + PASS + + +
+ Test yntax-qname-08: syntax-qname-08.rq + + + + + + + + PASS + + +
+ Test yntax-lit-01: syntax-lit-01.rq + + + + + + + + PASS + + +
+ Test yntax-lit-02: syntax-lit-02.rq + + + + + + + + PASS + + +
+ Test yntax-lit-03: syntax-lit-03.rq + + + + + + + + PASS + + +
+ Test yntax-lit-04: syntax-lit-04.rq + + + + + + + + PASS + + +
+ Test yntax-lit-05: syntax-lit-05.rq + + + + + + + + PASS + + +
+ Test yntax-lit-06: syntax-lit-06.rq + + + + + + + + PASS + + +
+ Test yntax-lit-07: syntax-lit-07.rq + + + + + + + + PASS + + +
+ Test yntax-lit-08: syntax-lit-08.rq + + + + + + + + UNTESTED + + +
+ Test yntax-lit-09: syntax-lit-09.rq + + + + + + + + PASS + + +
+ Test yntax-lit-10: syntax-lit-10.rq + + + + + + + + PASS + + +
+ Test yntax-lit-11: syntax-lit-11.rq + + + + + + + + PASS + + +
+ Test yntax-lit-12: syntax-lit-12.rq + + + + + + + + PASS + + +
+ Test yntax-lit-13: syntax-lit-13.rq + + + + + + + + PASS + + +
+ Test yntax-lit-14: syntax-lit-14.rq + + + + + + + + PASS + + +
+ Test yntax-lit-15: syntax-lit-15.rq + + + + + + + + PASS + + +
+ Test yntax-lit-16: syntax-lit-16.rq + + + + + + + + PASS + + +
+ Test yntax-lit-17: syntax-lit-17.rq + + + + + + + + PASS + + +
+ Test yntax-lit-18: syntax-lit-18.rq + + + + + + + + PASS + + +
+ Test yntax-lit-19: syntax-lit-19.rq + + + + + + + + PASS + + +
+ Test yntax-lit-20: syntax-lit-20.rq + + + + + + + + PASS + + +
+ Test yntax-struct-01: syntax-struct-01.rq + + + + + + + + PASS + + +
+ Test yntax-struct-02: syntax-struct-02.rq + + + + + + + + PASS + + +
+ Test yntax-struct-03: syntax-struct-03.rq + + + + + + + + PASS + + +
+ Test yntax-struct-05: syntax-struct-05.rq + + + + + + + + PASS + + +
+ Test yntax-struct-06: syntax-struct-06.rq + + + + + + + + PASS + + +
+ Test yntax-struct-07: syntax-struct-07.rq + + + + + + + + PASS + + +
+ Test yntax-struct-08: syntax-struct-08.rq + + + + + + + + PASS + + +
+ Test yntax-struct-09: syntax-struct-09.rq + + + + + + + + PASS + + +
+ Test yntax-struct-10: syntax-struct-10.rq + + + + + + + + PASS + + +
+ Test yntax-struct-11: syntax-struct-11.rq + + + + + + + + PASS + + +
+ Test yntax-struct-12: syntax-struct-12.rq + + + + + + + + PASS + + +
+ Test yntax-struct-13: syntax-struct-13.rq + + + + + + + + PASS + + +
+ Test yntax-struct-14: syntax-struct-14.rq + + + + + + + + PASS + + +
+ Test yntax-lists-01: syntax-lists-01.rq + + + + + + + + PASS + + +
+ Test yntax-lists-02: syntax-lists-02.rq + + + + + + + + PASS + + +
+ Test yntax-lists-03: syntax-lists-03.rq + + + + + + + + PASS + + +
+ Test yntax-lists-04: syntax-lists-04.rq + + + + + + + + PASS + + +
+ Test yntax-lists-05: syntax-lists-05.rq + + + + + + + + PASS + + +
+ Test yntax-bnodes-01: syntax-bnodes-01.rq + + + + + + + + PASS + + +
+ Test yntax-bnodes-02: syntax-bnodes-02.rq + + + + + + + + PASS + + +
+ Test yntax-bnodes-03: syntax-bnodes-03.rq + + + + + + + + PASS + + +
+ Test yntax-bnodes-04: syntax-bnodes-04.rq + + + + + + + + PASS + + +
+ Test yntax-bnodes-05: syntax-bnodes-05.rq + + + + + + + + PASS + + +
+ Test yntax-forms-01: syntax-forms-01.rq + + + + + + + + PASS + + +
+ Test yntax-forms-02: syntax-forms-02.rq + + + + + + + + PASS + + +
+ Test yntax-union-01: syntax-union-01.rq + + + + + + + + PASS + + +
+ Test yntax-union-02: syntax-union-02.rq + + + + + + + + PASS + + +
+ Test yntax-expr-01: syntax-expr-01.rq + + + + + + + + PASS + + +
+ Test yntax-expr-02: syntax-expr-02.rq + + + + + + + + PASS + + +
+ Test yntax-expr-03: syntax-expr-03.rq + + + + + + + + PASS + + +
+ Test yntax-expr-04: syntax-expr-04.rq + + + + + + + + PASS + + +
+ Test yntax-expr-05: syntax-expr-05.rq + + + + + + + + PASS + + +
+ Test yntax-order-01: syntax-order-01.rq + + + + + + + + PASS + + +
+ Test yntax-order-02: syntax-order-02.rq + + + + + + + + PASS + + +
+ Test yntax-order-03: syntax-order-03.rq + + + + + + + + PASS + + +
+ Test yntax-order-04: syntax-order-04.rq + + + + + + + + PASS + + +
+ Test yntax-order-05: syntax-order-05.rq + + + + + + + + PASS + + +
+ Test yntax-order-06: syntax-order-06.rq + + + + + + + + PASS + + +
+ Test yntax-order-07: syntax-order-07.rq + + + + + + + + PASS + + +
+ Test yntax-limit-offset-01: syntax-limit-offset-01.rq + + + + + + + + PASS + + +
+ Test yntax-limit-offset-02: syntax-limit-offset-02.rq + + + + + + + + PASS + + +
+ Test yntax-limit-offset-03: syntax-limit-offset-03.rq + + + + + + + + PASS + + +
+ Test yntax-limit-offset-04: syntax-limit-offset-04.rq + + + + + + + + PASS + + +
+ Test yntax-pat-01: syntax-pat-01.rq + + + + + + + + PASS + + +
+ Test yntax-pat-02: syntax-pat-02.rq + + + + + + + + PASS + + +
+ Test yntax-pat-03: syntax-pat-03.rq + + + + + + + + PASS + + +
+ Test yntax-pat-04: syntax-pat-04.rq + + + + + + + + PASS + + +
+ Percentage passed out of 81 Tests + + 98.8% +
+
+
+

Syntax tests syntax-sparql2

+

Syntax tests syntax-sparql2

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test yntax-general-01: syntax-general-01.rq + + + + + + + + PASS + + +
+ Test yntax-general-02: syntax-general-02.rq + + + + + + + + PASS + + +
+ Test yntax-general-03: syntax-general-03.rq + + + + + + + + PASS + + +
+ Test yntax-general-04: syntax-general-04.rq + + + + + + + + PASS + + +
+ Test yntax-general-05: syntax-general-05.rq + + + + + + + + PASS + + +
+ Test yntax-general-06: syntax-general-06.rq + + + + + + + + PASS + + +
+ Test yntax-general-07: syntax-general-07.rq + + + + + + + + PASS + + +
+ Test yntax-general-08: syntax-general-08.rq + + + + + + + + PASS + + +
+ Test yntax-general-09: syntax-general-09.rq + + + + + + + + PASS + + +
+ Test yntax-general-10: syntax-general-10.rq + + + + + + + + PASS + + +
+ Test yntax-general-11: syntax-general-11.rq + + + + + + + + PASS + + +
+ Test yntax-general-12: syntax-general-12.rq + + + + + + + + PASS + + +
+ Test yntax-general-13: syntax-general-13.rq + + + + + + + + PASS + + +
+ Test yntax-general-14: syntax-general-14.rq + + + + + + + + PASS + + +
+ Test yntax-keywords-01: syntax-keywords-01.rq + + + + + + + + PASS + + +
+ Test yntax-keywords-02: syntax-keywords-02.rq + + + + + + + + PASS + + +
+ Test yntax-keywords-03: syntax-keywords-03.rq + + + + + + + + PASS + + +
+ Test yntax-lists-01: syntax-lists-01.rq + + + + + + + + PASS + + +
+ Test yntax-lists-02: syntax-lists-02.rq + + + + + + + + PASS + + +
+ Test yntax-lists-03: syntax-lists-03.rq + + + + + + + + PASS + + +
+ Test yntax-lists-04: syntax-lists-04.rq + + + + + + + + PASS + + +
+ Test yntax-lists-05: syntax-lists-05.rq + + + + + + + + PASS + + +
+ Test yntax-bnode-01: syntax-bnode-01.rq + + + + + + + + PASS + + +
+ Test yntax-bnode-02: syntax-bnode-02.rq + + + + + + + + PASS + + +
+ Test yntax-bnode-03: syntax-bnode-03.rq + + + + + + + + PASS + + +
+ Test yntax-function-01: syntax-function-01.rq + + + + + + + + PASS + + +
+ Test yntax-function-02: syntax-function-02.rq + + + + + + + + PASS + + +
+ Test yntax-function-03: syntax-function-03.rq + + + + + + + + PASS + + +
+ Test yntax-function-04: syntax-function-04.rq + + + + + + + + PASS + + +
+ Test yntax-form-select-01: syntax-form-select-01.rq + + + + + + + + PASS + + +
+ Test yntax-form-select-02: syntax-form-select-02.rq + + + + + + + + PASS + + +
+ Test yntax-form-ask-02: syntax-form-ask-02.rq + + + + + + + + PASS + + +
+ Test yntax-form-construct01: syntax-form-construct01.rq + + + + + + + + PASS + + +
+ Test yntax-form-construct02: syntax-form-construct02.rq + + + + + + + + PASS + + +
+ Test yntax-form-construct03: syntax-form-construct03.rq + + + + + + + + PASS + + +
+ Test yntax-form-construct04: syntax-form-construct04.rq + + + + + + + + PASS + + +
+ Test yntax-form-construct06: syntax-form-construct06.rq + + + + + + + + PASS + + +
+ Test yntax-form-describe01: syntax-form-describe01.rq + + + + + + + + PASS + + +
+ Test yntax-form-describe02: syntax-form-describe02.rq + + + + + + + + PASS + + +
+ Test yntax-dataset-01: syntax-dataset-01.rq + + + + + + + + PASS + + +
+ Test yntax-dataset-02: syntax-dataset-02.rq + + + + + + + + PASS + + +
+ Test yntax-dataset-03: syntax-dataset-03.rq + + + + + + + + PASS + + +
+ Test yntax-dataset-04: syntax-dataset-04.rq + + + + + + + + PASS + + +
+ Test yntax-graph-01: syntax-graph-01.rq + + + + + + + + PASS + + +
+ Test yntax-graph-02: syntax-graph-02.rq + + + + + + + + PASS + + +
+ Test yntax-graph-03: syntax-graph-03.rq + + + + + + + + PASS + + +
+ Test yntax-graph-04: syntax-graph-04.rq + + + + + + + + PASS + + +
+ Test yntax-graph-05: syntax-graph-05.rq + + + + + + + + PASS + + +
+ Test yntax-esc-01: syntax-esc-01.rq + + + + + + + + PASS + + +
+ Test yntax-esc-02: syntax-esc-02.rq + + + + + + + + PASS + + +
+ Test yntax-esc-03: syntax-esc-03.rq + + + + + + + + PASS + + +
+ Test yntax-esc-04: syntax-esc-04.rq + + + + + + + + UNTESTED + + +
+ Test yntax-esc-05: syntax-esc-05.rq + + + + + + + + UNTESTED + + +
+ Percentage passed out of 53 Tests + + 96.2% +
+
+
+

Syntax tests syntax-sparql3

+

Syntax tests syntax-sparql3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test yn-01: syn-01.rq + + + + + + + + PASS + + +
+ Test yn-02: syn-02.rq + + + + + + + + PASS + + +
+ Test yn-03: syn-03.rq + + + + + + + + PASS + + +
+ Test yn-04: syn-04.rq + + + + + + + + PASS + + +
+ Test yn-05: syn-05.rq + + + + + + + + PASS + + +
+ Test yn-06: syn-06.rq + + + + + + + + PASS + + +
+ Test yn-07: syn-07.rq + + + + + + + + PASS + + +
+ Test yn-08: syn-08.rq + + + + + + + + PASS + + +
+ Test yn-bad-01: syn-bad-01.rq + + + + + + + + PASS + + +
+ Test yn-bad-02: syn-bad-02.rq + + + + + + + + PASS + + +
+ Test yn-bad-03: syn-bad-03.rq + + + + + + + + PASS + + +
+ Test yn-bad-04: syn-bad-04.rq + + + + + + + + PASS + + +
+ Test yn-bad-05: syn-bad-05.rq + + + + + + + + PASS + + +
+ Test yn-bad-06: syn-bad-06.rq + + + + + + + + PASS + + +
+ Test yn-bad-07: syn-bad-07.rq + + + + + + + + PASS + + +
+ Test yn-bad-08: syn-bad-08.rq + + + + + + + + PASS + + +
+ Test yn-bad-09: syn-bad-09.rq + + + + + + + + PASS + + +
+ Test yn-bad-10: syn-bad-10.rq + + + + + + + + PASS + + +
+ Test yn-bad-11: syn-bad-11.rq + + + + + + + + PASS + + +
+ Test yn-bad-12: syn-bad-12.rq + + + + + + + + PASS + + +
+ Test yn-bad-13: syn-bad-13.rq + + + + + + + + PASS + + +
+ Test yn-bad-14: syn-bad-14.rq + + + + + + + + PASS + + +
+ Test yn-bad-15: syn-bad-15.rq + + + + + + + + PASS + + +
+ Test yn-bad-16: syn-bad-16.rq + + + + + + + + PASS + + +
+ Test yn-bad-17: syn-bad-17.rq + + + + + + + + PASS + + +
+ Test yn-bad-18: syn-bad-18.rq + + + + + + + + PASS + + +
+ Test yn-bad-19: syn-bad-19.rq + + + + + + + + PASS + + +
+ Test yn-bad-20: syn-bad-20.rq + + + + + + + + PASS + + +
+ Test yn-bad-21: syn-bad-21.rq + + + + + + + + PASS + + +
+ Test yn-bad-22: syn-bad-22.rq + + + + + + + + PASS + + +
+ Test yn-bad-23: syn-bad-23.rq + + + + + + + + PASS + + +
+ Test yn-bad-24: syn-bad-24.rq + + + + + + + + PASS + + +
+ Test yn-bad-25: syn-bad-25.rq + + + + + + + + PASS + + +
+ Test yn-bad-26: syn-bad-26.rq + + + + + + + + PASS + + +
+ Test yn-bad-27: syn-bad-27.rq + + + + + + + + PASS + + +
+ Test yn-bad-28: syn-bad-28.rq + + + + + + + + PASS + + +
+ Test yn-bad-29: syn-bad-29.rq + + + + + + + + PASS + + +
+ Test yn-bad-30: syn-bad-30.rq + + + + + + + + PASS + + +
+ Test yn-bad-31: syn-bad-31.rq + + + + + + + + PASS + + +
+ Test node-dot: syn-bad-bnode-dot.rq + + + + + + + + PASS + + +
+ Test nodes-missing-pvalues-01: syn-bad-bnodes-missing-pvalues-01.rq + + + + + + + + PASS + + +
+ Test nodes-missing-pvalues-02: syn-bad-bnodes-missing-pvalues-02.rq + + + + + + + + PASS + + +
+ Test mpty-optional-01: syn-bad-empty-optional-01.rq + + + + + + + + PASS + + +
+ Test mpty-optional-02: syn-bad-empty-optional-02.rq + + + + + + + + PASS + + +
+ Test ilter-missing-parens: syn-bad-filter-missing-parens.rq + + + + + + + + PASS + + +
+ Test one-list: syn-bad-lone-list.rq + + + + + + + + PASS + + +
+ Test one-node: syn-bad-lone-node.rq + + + + + + + + PASS + + +
+ Test label-cross-filter: syn-blabel-cross-filter + + + + + + + + PASS + + +
+ Test label-cross-graph-bad: syn-blabel-cross-graph-bad + + + + + + + + PASS + + +
+ Test label-cross-optional-bad: syn-blabel-cross-optional-bad + + + + + + + + PASS + + +
+ Test label-cross-union-bad: syn-blabel-cross-union-bad + + + + + + + + PASS + + +
+ Percentage passed out of 51 Tests + + 100.0% +
+
+
+

Syntax tests syntax-sparql4

+

Syntax tests syntax-sparql4

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test yn-09: syn-09.rq + + + + + + + + PASS + + +
+ Test yn-10: syn-10.rq + + + + + + + + PASS + + +
+ Test yn-11: syn-11.rq + + + + + + + + PASS + + +
+ Test yn-bad-34: syn-bad-34.rq + + + + + + + + PASS + + +
+ Test yn-bad-35: syn-bad-35.rq + + + + + + + + PASS + + +
+ Test yn-bad-36: syn-bad-36.rq + + + + + + + + PASS + + +
+ Test yn-bad-37: syn-bad-37.rq + + + + + + + + PASS + + +
+ Test yn-bad-38: syn-bad-38.rq + + + + + + + + PASS + + +
+ Test yn-bad-OPT-breaks-BGP: syn-bad-OPT-breaks-BGP + + + + + + + + PASS + + +
+ Test yn-bad-UNION-breaks-BGP: syn-bad-UNION-breaks-BGP + + + + + + + + PASS + + +
+ Test yn-bad-GRAPH-breaks-BGP: syn-bad-GRAPH-breaks-BGP + + + + + + + + PASS + + +
+ Test yn-leading-digits-in-prefixed-names: syn-leading-digits-in-prefixed-names.rq + + + + + + + + PASS + + +
+ Percentage passed out of 12 Tests + + 100.0% +
+
+
+

Syntax tests syntax-sparql5

+

Syntax tests syntax-sparql5

+ + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test yntax-reduced-01: syntax-reduced-01.rq + + + + + + + + PASS + + +
+ Test yntax-reduced-02: syntax-reduced-02.rq + + + + + + + + PASS + + +
+ Percentage passed out of 2 Tests + + 100.0% +
+
+
+

Test of boolean expressions

+

Test of boolean expressions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-boolean-literal: Test literal 'true' + + + + + + + + PASS + + +
+ Test awg-bev-1: Test 'boolean effective value' - true + + + + + + + + PASS + + +
+ Test awg-bev-2: Test 'boolean effective value' - false + + + + + + + + PASS + + +
+ Test awg-bev-3: Test 'boolean effective value' - && + + + + + + + + PASS + + +
+ Test awg-bev-4: Test 'boolean effective value' - || + + + + + + + + PASS + + +
+ Test awg-bev-5: Test 'boolean effective value' - optional + + + + + + + + PASS + + +
+ Test awg-bev-6: Test 'boolean effective value' - unknown types + + + + + + + + PASS + + +
+ Percentage passed out of 7 Tests + + 100.0% +
+
+
+

Tests for GRAPH

+

Tests for GRAPH

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-dataset-01: dataset-01 + + + + + + + + PASS + + +
+ Test awg-dataset-02: dataset-02 + + + + + + + + PASS + + +
+ Test awg-dataset-03: dataset-03 + + + + + + + + PASS + + +
+ Test awg-dataset-04: dataset-04 + + + + + + + + PASS + + +
+ Test awg-dataset-05: dataset-05 + + + + + + + + PASS + + +
+ Test awg-dataset-06: dataset-06 + + + + + + + + PASS + + +
+ Test awg-dataset-07: dataset-07 + + + + + + + + PASS + + +
+ Test awg-dataset-08: dataset-08 + + + + + + + + PASS + + +
+ Test awg-dataset-09: dataset-09 + + + + + + + UNTESTED + + +
+ Test awg-dataset-10: dataset-10 + + + + + + + UNTESTED + + +
+ Test awg-dataset-11: dataset-11 + + + + + + + + PASS + + +
+ Test awg-dataset-12: dataset-12 + + + + + + + UNTESTED + + +
+ Test awg-dataset-09b: dataset-09b + + + + + + + + PASS + + +
+ Test awg-dataset-10b: dataset-10b + + + + + + + + PASS + + +
+ Test awg-dataset-12b: dataset-12b + + + + + + + + PASS + + +
+ Percentage passed out of 15 Tests + + 80.0% +
+
+
+

Tests for GRAPH

+

Tests for GRAPH

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-graph-01: graph-01 + + + + + + + + PASS + + +
+ Test awg-graph-02: graph-02 + + + + + + + + PASS + + +
+ Test awg-graph-03: graph-03 + + + + + + + + PASS + + +
+ Test awg-graph-04: graph-04 + + + + + + + + PASS + + +
+ Test awg-graph-05: graph-05 + + + + + + + + PASS + + +
+ Test awg-graph-06: graph-06 + + + + + + + + PASS + + +
+ Test awg-graph-07: graph-07 + + + + + + + + PASS + + +
+ Test awg-graph-08: graph-08 + + + + + + + + PASS + + +
+ Test awg-graph-09: graph-09 + + + + + + + + PASS + + +
+ Test awg-graph-10: graph-10 + + + + + + + UNTESTED + + +
+ Test awg-graph-10b: graph-10b + + + + + + + + PASS + + +
+ Test awg-graph-11: graph-11 + + + + + + + + PASS + + +
+ Percentage passed out of 12 Tests + + 91.7% +
+
+
+

Tests for SPARQL UPDATE

+

Tests for SPARQL UPDATE

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-drop-default-01: DROP DEFAULT + + + + + + + + PASS + + +
+ Test awg-drop-graph-01: DROP GRAPH + + + + + + + + PASS + + +
+ Test awg-drop-named-01: DROP NAMED + + + + + + + + PASS + + +
+ Test awg-drop-all-01: DROP ALL + + + + + + + + PASS + + +
+ Percentage passed out of 4 Tests + + 100.0% +
+
+
+

Tests for SPARQL UPDATE

+

Tests for SPARQL UPDATE

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-clear-default-01: CLEAR DEFAULT + + + + + + + + PASS + + +
+ Test awg-clear-graph-01: CLEAR GRAPH + + + + + + + + PASS + + +
+ Test awg-clear-named-01: CLEAR NAMED + + + + + + + + PASS + + +
+ Test awg-clear-all-01: CLEAR ALL + + + + + + + + PASS + + +
+ Percentage passed out of 4 Tests + + 100.0% +
+
+
+

Tests for SPARQL UPDATE

+

Tests for SPARQL UPDATE

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-delete-data-01: Simple DELETE DATA 1 + + + + + + + + PASS + + +
+ Test awg-delete-data-02: Simple DELETE DATA 2 + + + + + + + + PASS + + +
+ Test awg-delete-data-03: Simple DELETE DATA 3 + + + + + + + + PASS + + +
+ Test awg-delete-data-04: Simple DELETE DATA 4 + + + + + + + + PASS + + +
+ Test awg-delete-data-05: Graph-specific DELETE DATA 1 + + + + + + + + PASS + + +
+ Test awg-delete-data-06: Graph-specific DELETE DATA 2 + + + + + + + + PASS + + +
+ Percentage passed out of 6 Tests + + 100.0% +
+
+
+

Tests for SPARQL UPDATE

+

Tests for SPARQL UPDATE

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-delete-01: Simple DELETE 1 + + + + + + + + PASS + + +
+ Test awg-delete-02: Simple DELETE 2 + + + + + + + + PASS + + +
+ Test awg-delete-03: Simple DELETE 3 + + + + + + + + PASS + + +
+ Test awg-delete-04: Simple DELETE 4 + + + + + + + + PASS + + +
+ Test awg-delete-05: Graph-specific DELETE 1 + + + + + + + + PASS + + +
+ Test awg-delete-06: Graph-specific DELETE 2 + + + + + + + + PASS + + +
+ Test awg-delete-07: Simple DELETE 7 + + + + + + + + PASS + + +
+ Test awg-delete-with-01: Simple DELETE 1 (WITH) + + + + + + + + PASS + + +
+ Test awg-delete-with-02: Simple DELETE 2 (WITH) + + + + + + + + PASS + + +
+ Test awg-delete-with-03: Simple DELETE 3 (WITH) + + + + + + + + PASS + + +
+ Test awg-delete-with-04: Simple DELETE 4 (WITH) + + + + + + + + PASS + + +
+ Test awg-delete-with-05: Graph-specific DELETE 1 (WITH) + + + + + + + + PASS + + +
+ Test awg-delete-with-06: Graph-specific DELETE 2 (WITH) + + + + + + + + PASS + + +
+ Test awg-delete-using-01: Simple DELETE 1 (USING) + + + + + + + + PASS + + +
+ Test awg-delete-using-02a: Simple DELETE 2 (USING) + + + + + + + + PASS + + +
+ Test awg-delete-using-03: Simple DELETE 3 (USING) + + + + + + + + PASS + + +
+ Test awg-delete-using-04: Simple DELETE 4 (USING) + + + + + + + + PASS + + +
+ Test awg-delete-using-05: Graph-specific DELETE 1 (USING) + + + + + + + + PASS + + +
+ Test awg-delete-using-06a: Graph-specific DELETE 2 (USING) + + + + + + + + PASS + + +
+ Percentage passed out of 19 Tests + + 100.0% +
+
+
+

Tests for SPARQL UPDATE

+

Tests for SPARQL UPDATE

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-delete-where-01: Simple DELETE WHERE 1 + + + + + + + + PASS + + +
+ Test awg-delete-where-02: Simple DELETE WHERE 2 + + + + + + + + PASS + + +
+ Test awg-delete-where-03: Simple DELETE WHERE 3 + + + + + + + + PASS + + +
+ Test awg-delete-where-04: Simple DELETE WHERE 4 + + + + + + + + PASS + + +
+ Test awg-delete-where-05: Graph-specific DELETE WHERE 1 + + + + + + + + PASS + + +
+ Test awg-delete-where-06: Graph-specific DELETE WHERE 2 + + + + + + + + PASS + + +
+ Percentage passed out of 6 Tests + + 100.0% +
+
+
+

Tests for SPARQL UPDATE

+

Tests for SPARQL UPDATE

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test awg-delete-insert-01: DELETE INSERT 1 + + + + + + + + PASS + + +
+ Test awg-delete-insert-01b: DELETE INSERT 1b + + + + + + + + PASS + + +
+ Test awg-delete-insert-01c: DELETE INSERT 1c + + + + + + + + PASS + + +
+ Test awg-delete-insert-02: DELETE INSERT 2 + + + + + + + + PASS + + +
+ Test awg-delete-insert-03: DELETE INSERT 3 + + + + + + + + PASS + + +
+ Test awg-delete-insert-03b: DELETE INSERT 3b + + + + + + + + PASS + + +
+ Test awg-delete-insert-04: DELETE INSERT 4 + + + + + + + + PASS + + +
+ Test awg-delete-insert-04b: DELETE INSERT 4b + + + + + + + + PASS + + +
+ Test awg-delete-insert-05: DELETE INSERT 5 + + + + + + + + PASS + + +
+ Test awg-delete-insert-05b: DELETE INSERT 5b + + + + + + + + PASS + + +
+ Test awg-delete-insert-06: DELETE INSERT 6 + + + + + + + + PASS + + +
+ Test awg-delete-insert-06b: DELETE INSERT 6b + + + + + + + + PASS + + +
+ Test awg-delete-insert-07: DELETE INSERT 7 + + + + + + + + PASS + + +
+ Test awg-delete-insert-07b: DELETE INSERT 7b + + + + + + + + PASS + + +
+ Test awg-delete-insert-08: DELETE INSERT 8 + + + + + + + + PASS + + +
+ Test awg-delete-insert-09: DELETE INSERT 9 + + + + + + + + PASS + + +
+ Percentage passed out of 16 Tests + + 100.0% +
+
+
+

Type Promotion Tests

+

Type Promotion Tests

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Test + + SPARQL +
+ Test ype-promotion-01: tP-double-double + + + + + + + + PASS + + +
+ Test ype-promotion-02: tP-double-float + + + + + + + + PASS + + +
+ Test ype-promotion-03: tP-double-decimal + + + + + + + + PASS + + +
+ Test ype-promotion-04: tP-float-float + + + + + + + + PASS + + +
+ Test ype-promotion-05: tP-float-decimal + + + + + + + + PASS + + +
+ Test ype-promotion-06: tP-decimal-decimal + + + + + + + + PASS + + +
+ Test ype-promotion-07: tP-integer-short + + + + + + + + PASS + + +
+ Test ype-promotion-08: tP-nonPositiveInteger-short + + + + + + + + PASS + + +
+ Test ype-promotion-09: tP-negativeInteger-short + + + + + + + + PASS + + +
+ Test ype-promotion-10: tP-long-short + + + + + + + + PASS + + +
+ Test ype-promotion-11: tP-int-short + + + + + + + + PASS + + +
+ Test ype-promotion-12: tP-short-short + + + + + + + + PASS + + +
+ Test ype-promotion-13: tP-byte-short + + + + + + + + PASS + + +
+ Test ype-promotion-14: tP-nonNegativeInteger-short + + + + + + + + PASS + + +
+ Test ype-promotion-15: tP-unsignedLong-short + + + + + + + + PASS + + +
+ Test ype-promotion-16: tP-unsignedInt-short + + + + + + + + PASS + + +
+ Test ype-promotion-17: tP-unsignedShort-short + + + + + + + + PASS + + +
+ Test ype-promotion-18: tP-unsignedByte-short + + + + + + + + PASS + + +
+ Test ype-promotion-19: tP-positiveInteger-short + + + + + + + + PASS + + +
+ Test ype-promotion-20: tP-short-double + + + + + + + + PASS + + +
+ Test ype-promotion-21: tP-short-float + + + + + + + + PASS + + +
+ Test ype-promotion-22: tP-short-decimal + + + + + + + + PASS + + +
+ Test ype-promotion-23: tP-short-short-fail + + + + + + + + PASS + + +
+ Test ype-promotion-24: tP-byte-short-fail + + + + + + + + PASS + + +
+ Test ype-promotion-25: tP-short-long-fail + + + + + + + + PASS + + +
+ Test ype-promotion-26: tP-short-int-fail + + + + + + + + PASS + + +
+ Test ype-promotion-27: tP-short-byte-fail + + + + + + + + PASS + + +
+ Test ype-promotion-28: tP-double-float-fail + + + + + + + + PASS + + +
+ Test ype-promotion-29: tP-double-decimal-fail + + + + + + + + PASS + + +
+ Test ype-promotion-30: tP-float-decimal-fail + + + + + + + + PASS + + +
+ Percentage passed out of 30 Tests + + 100.0% +
+
+
+
+

+ Report Generation Software +

+

+ This report generated by + earl-report + + + version + + 0.3.4 + + + + an + Unlicensed + Ruby + application. More information is available at + https://github.com/gkellogg/earl-report + . +

+
+ + diff --git a/etc/earl.jsonld b/etc/earl.jsonld new file mode 100644 index 00000000..96034054 --- /dev/null +++ b/etc/earl.jsonld @@ -0,0 +1,23749 @@ +{ + "@context": { + "@vocab": "http://www.w3.org/ns/earl#", + "foaf:homepage": { + "@type": "@id" + }, + "dc": "http://purl.org/dc/terms/", + "doap": "http://usefulinc.com/ns/doap#", + "earl": "http://www.w3.org/ns/earl#", + "mf": "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#", + "foaf": "http://xmlns.com/foaf/0.1/", + "rdfs": "http://www.w3.org/2000/01/rdf-schema#", + "assertedBy": { + "@type": "@id" + }, + "assertions": { + "@type": "@id", + "@container": "@list" + }, + "bibRef": { + "@id": "dc:bibliographicCitation" + }, + "created": { + "@id": "doap:created", + "@type": "xsd:date" + }, + "description": { + "@id": "dc:description", + "@language": "en" + }, + "developer": { + "@id": "doap:developer", + "@type": "@id", + "@container": "@set" + }, + "doapDesc": { + "@id": "doap:description", + "@language": "en" + }, + "generatedBy": { + "@type": "@id" + }, + "homepage": { + "@id": "doap:homepage", + "@type": "@id" + }, + "label": { + "@id": "rdfs:label", + "@language": "en" + }, + "language": { + "@id": "doap:programming-language" + }, + "license": { + "@id": "doap:license", + "@type": "@id" + }, + "mode": { + "@type": "@id" + }, + "name": { + "@id": "doap:name" + }, + "outcome": { + "@type": "@id" + }, + "release": { + "@id": "doap:release", + "@type": "@id" + }, + "shortdesc": { + "@id": "doap:shortdesc", + "@language": "en" + }, + "subject": { + "@type": "@id" + }, + "test": { + "@type": "@id" + }, + "testAction": { + "@id": "mf:action", + "@type": "@id" + }, + "testResult": { + "@id": "mf:result", + "@type": "@id" + }, + "entries": { + "@id": "mf:entries", + "@type": "@id", + "@container": "@list" + }, + "testSubjects": { + "@type": "@id", + "@container": "@list" + }, + "title": { + "@id": "dc:title" + }, + "xsd": { + "@id": "http://www.w3.org/2001/XMLSchema#" + } + }, + "@id": "", + "@type": [ + "earl:Software", + "doap:Project" + ], + "name": "SPARQL 1.1 Query and Update", + "bibRef": "[[SPARQL11-QUERY]]", + "generatedBy": { + "@id": "http://rubygems.org/gems/earl-report", + "@type": "doap:Project", + "name": "earl-report", + "shortdesc": "Earl Report summary generator", + "doapDesc": "EarlReport generates HTML+RDFa rollups of multiple EARL reports", + "homepage": "https://github.com/gkellogg/earl-report", + "language": "Ruby", + "license": "http://unlicense.org", + "release": { + "@id": "https://github.com/gkellogg/earl-report/tree/0.3.4", + "@type": "doap:Version", + "name": "earl-report-0.3.4", + "created": "2014-06-23", + "revision": "0.3.4" + }, + "developer": { + "@type": "foaf:Person", + "@id": "http://greggkellogg.net/foaf#me", + "foaf:name": "Gregg Kellogg", + "foaf:homepage": "http://greggkellogg.net/" + } + }, + "assertions": [ + "earl.ttl" + ], + "testSubjects": [ + { + "@id": "http://rubygems.org/gems/sparql", + "@type": [ + "earl:TestSubject", + "doap:Project" + ], + "name": "SPARQL", + "developer": [ + { + "@type": "foaf:Person", + "@id": "http://greggkellogg.net/foaf#me", + "foaf:name": "Gregg Kellogg", + "foaf:homepage": "http://greggkellogg.net/" + } + ], + "doapDesc": "\n Implements SPARQL grammar parsing to SPARQL Algebra, SPARQL Algebra processing\n and includes SPARQL Client for accessing remote repositories.", + "homepage": "http://github.com/ruby-rdf/sparql" + } + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest#test_1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-service-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/syntax-service-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest#test_1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest#test_2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-service-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/syntax-service-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest#test_2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest#test_3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-service-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/syntax-service-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-fed/manifest#test_3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ] + } + ], + "description": "Syntax tests Syntax SPARQL 1.1 Federation" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-triple-pattern-001", + "testAction": "_:g70356731869520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple triple match", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/result-tp-01.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-002", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-triple-pattern-002", + "testAction": "_:g70356727257720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-002", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple triple match", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/result-tp-02.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-003", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-triple-pattern-003", + "testAction": "_:g70356726845280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-003", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple triple match - repeated variable", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/result-tp-03.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-004", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-triple-pattern-004", + "testAction": "_:g70356726167360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/manifest#dawg-triple-pattern-004", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple triple match - two triples, common variable", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/triple-match/result-tp-04.ttl" + } + ], + "description": "Some simple DAWG query evaluation test cases" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-2/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-2/manifest#syntax-update-other-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-other-01", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-2/large-request-01.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-2/manifest#syntax-update-other-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests Syntax SPARQL Update" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-01.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-01.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-02.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-02.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-03.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-03.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-04.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-04.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-05.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-05.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-06.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-06.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-07.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-07.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-08.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-08.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-09.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-09.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-10.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-10.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-11.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-11.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-12.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-12.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-13.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-13.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-14.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-14.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-15.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-15.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_15", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-16.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-16.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_16", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-17.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-17.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_17", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_18", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-18.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-18.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_18", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_19", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-19.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-19.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_19", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_20", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-20.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-20.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_20", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_21", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-21.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-21.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_21", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_22", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-22.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-22.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_22", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_23", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-23.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-23.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_23", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_24", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-24.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-24.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_24", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_25", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-25.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-25.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_25", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_26", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-26.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-26.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_26", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:failed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_27", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-27.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-27.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_27", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:failed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_28", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-28.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-28.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_28", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:failed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_29", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-29.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-29.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_29", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_30", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-30.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-30.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_30", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_31", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-31.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-31.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_31", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_32", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-32.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-32.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_32", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_33", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-33.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-33.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_33", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_34", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-34.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-34.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_34", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_35", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-35.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-35.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_35", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_36", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-36.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-36.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_36", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:failed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_37", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-37.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-37.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_37", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_38", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-38.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-38.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_38", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_39", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-39.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-39.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_39", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_40", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-40.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-40.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_40", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_41", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-01.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-01.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_41", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_42", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-02.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-02.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_42", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_43", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-03.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-03.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_43", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_44", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-04.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-04.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_44", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_45", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-05.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-05.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_45", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_46", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-06.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-06.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_46", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_47", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-07.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-07.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_47", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_48", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-08.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-08.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_48", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_49", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-09.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-09.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_49", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_50", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-10.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-10.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_50", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_51", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-11.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-11.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_51", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_52", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-bad-12.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-bad-12.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_52", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_53", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveUpdateSyntaxTest11" + ], + "title": "syntax-update-53.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-53.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_53", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_54", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeUpdateSyntaxTest11" + ], + "title": "syntax-update-54.ru", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/syntax-update-54.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-1/manifest#test_54", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ] + } + ], + "description": "Syntax tests Syntax SPARQL Update" + }, + { + "@id": "_:g70356735326660", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bnode-coreference/manifest#dawg-bnode-coref-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-bnode-coreference", + "testAction": "_:g70356735042380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bnode-coreference/manifest#dawg-bnode-coref-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Query results must maintain bnode co-references in the dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bnode-coreference/result.ttl" + } + ], + "description": "DAWG test cases on bnode co-reference" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "One optional clause", + "testAction": "_:g70356726914260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "One optional clause", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-002", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Two optional clauses", + "testAction": "_:g70356726214420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-002", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "One optional clause", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-union-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Union is not optional", + "testAction": "_:g70356725804880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-union-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Union is not optional", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Complex optional semantics: 1", + "testAction": "_:g70356733735800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Complex optional: LeftJoin(LeftJoin(BGP(..),{..}),Join(BGP(..),Union(..,..)))", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-complex-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Complex optional semantics: 2", + "testAction": "_:g70356733341180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Complex optional: LeftJoin(Join(BGP(..),Graph(var,{..})),Union(..,..))", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-complex-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Complex optional semantics: 3", + "testAction": "_:g70356732142940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Complex optional: LeftJoin(Join(BGP(..),Graph(var,{..})),LeftJoin(BGP(..),{..}))", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-complex-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Complex optional semantics: 4", + "testAction": "_:g70356727288100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/manifest#dawg-optional-complex-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Complex optional: LeftJoin(Join(BGP(..),Union(..,..)),Join(BGP(..),Graph(varOrIRI,{..})))", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional/result-opt-complex-4.ttl" + } + ], + "description": "OPTIONAL test cases" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "OPTIONAL-FILTER", + "testAction": "_:g70356723341560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTER inside an OPTIONAL does not block an entire solution", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/expr-1-result.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-002", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "OPTIONAL - Outer FILTER", + "testAction": "_:g70356706110240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-002", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTER outside an OPTIONAL tests bound and unbound variables", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/expr-2-result.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-003", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "OPTIONAL - Outer FILTER with BOUND", + "testAction": "_:g70356705701620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-003", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Use !bound to only run outer FILTERs against variables bound in an OPTIONAL", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/expr-3-result.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-004", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "OPTIONAL - Inner FILTER with negative EBV for outer variables", + "testAction": "_:g70356704073240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-004", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTER inside an OPTIONAL does not corrupt the entire solution", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/expr-4-result.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-005-simplified", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-optional-filter-005-simplified", + "testAction": "_:g70356705392340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-005-simplified", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Double curly braces get simplified to single curly braces early on, before filters are scoped", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/expr-5-result-simplified.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-005-not-simplified", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-optional-filter-005-not-simplified", + "testAction": "_:g70356703790940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/manifest#dawg-optional-filter-005-not-simplified", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Double curly braces do NOT get simplified to single curly braces early on, before filters are scoped", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/optional-filter/expr-5-result-not-simplified.ttl" + } + ], + "description": "OPTIONAL with inner and outer FILTERs" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-01", + "testAction": "_:g70356732944720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default graph / Query: default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-01.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-02", + "testAction": "_:g70356735452900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: named graph / Query: default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-02.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-03", + "testAction": "_:g70356731966420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: named graph / Query: named graph graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-03.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-04", + "testAction": "_:g70356735822320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: named graph / Query: default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-04.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-05", + "testAction": "_:g70356735223300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-05.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-06", + "testAction": "_:g70356734747200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: named graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-06.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-07", + "testAction": "_:g70356734239700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: all data by UNION", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-07.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-08", + "testAction": "_:g70356733703700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-08.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-09", + "testAction": "_:g70356733060620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named (bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-09.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-10", + "testAction": "_:g70356731865240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Data: default and named (same data, with bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-10.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-10b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-10b", + "testAction": "_:g70356727143200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-10b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named (same data, with bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-10.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "graph-11", + "testAction": "_:g70356726429240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/manifest#dawg-graph-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named (several) / Query: get everything", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/graph/graph-11.ttl" + } + ], + "description": "Tests for GRAPH" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-01", + "testAction": "_:g70356706496900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default dataset / Query: default dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-01.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-02", + "testAction": "_:g70356706093560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: named dataset / Query: default dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-02.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-03", + "testAction": "_:g70356705701080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: named dataset / Query: named dataset dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-03.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-04", + "testAction": "_:g70356704238520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: named dataset / Query: default dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-04.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-05", + "testAction": "_:g70356705534220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: default dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-05.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-06", + "testAction": "_:g70356703517140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: named dataset", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-06.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-07", + "testAction": "_:g70356702360400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: all data by UNION", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-07.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-08", + "testAction": "_:g70356733109320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-08.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-09", + "testAction": "_:g70356733190960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Data: default and named (bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-09.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-10", + "testAction": "_:g70356734949960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Data: default and named (same data, with bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-10.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-11", + "testAction": "_:g70356735826220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named (several) / Query: get everything", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-11.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-12", + "testAction": "_:g70356735308360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Data: default (several) and named (several) / Query: get everything", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-12.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-09b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-09b", + "testAction": "_:g70356732176000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-09b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named (bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-09.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-10b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-10b", + "testAction": "_:g70356736283380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-10b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default and named (same data, with bnodes) / Query: common subjects", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-10.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-12b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dataset-12b", + "testAction": "_:g70356734961680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/manifest#dawg-dataset-12b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Data: default (several) and named (several) / Query: get everything", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/dataset-12.ttl" + } + ], + "description": "Tests for GRAPH" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-double-double", + "testAction": "_:g70356731915880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-double-float", + "testAction": "_:g70356727187380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-double-decimal", + "testAction": "_:g70356726489260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-float-float", + "testAction": "_:g70356725936680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-float-decimal", + "testAction": "_:g70356724693320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-decimal-decimal", + "testAction": "_:g70356723670380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-integer-short", + "testAction": "_:g70356706386360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-nonPositiveInteger-short", + "testAction": "_:g70356705861820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-negativeInteger-short", + "testAction": "_:g70356705190400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-long-short", + "testAction": "_:g70356705295740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-int-short", + "testAction": "_:g70356702918940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-short", + "testAction": "_:g70356734092520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-byte-short", + "testAction": "_:g70356733190260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-nonNegativeInteger-short", + "testAction": "_:g70356726639780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-unsignedLong-short", + "testAction": "_:g70356732509940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-15", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-unsignedInt-short", + "testAction": "_:g70356735851460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-16", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-unsignedShort-short", + "testAction": "_:g70356735211700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-17", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-18", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-unsignedByte-short", + "testAction": "_:g70356734732440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-18", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-19", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-positiveInteger-short", + "testAction": "_:g70356734208700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-19", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-20", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-double", + "testAction": "_:g70356733672580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-20", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-21", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-float", + "testAction": "_:g70356733027040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-21", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-22", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-decimal", + "testAction": "_:g70356731740800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-22", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/true.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-23", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-short-fail", + "testAction": "_:g70356727029040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-23", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-24", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-byte-short-fail", + "testAction": "_:g70356726234440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-24", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-25", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-long-fail", + "testAction": "_:g70356725605360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-25", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-26", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-int-fail", + "testAction": "_:g70356724226800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-26", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-27", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-short-byte-fail", + "testAction": "_:g70356723487460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-27", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-28", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-double-float-fail", + "testAction": "_:g70356706157240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-28", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-29", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-double-decimal-fail", + "testAction": "_:g70356705629680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-29", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-30", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tP-float-decimal-fail", + "testAction": "_:g70356703891540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/manifest#type-promotion-30", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Positive test: product of type promotion within the xsd:decimal type tree.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/type-promotion/false.ttl" + } + ], + "description": "Type Promotion Tests" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-select-expr-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-select-expr-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-select-expr-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-select-expr-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-select-expr-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-select-expr-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-select-expr-04.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-select-expr-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-select-expr-05.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-select-expr-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-04.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-05.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-06.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-07.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-08.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-09.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-10.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_15", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-11.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_16", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-12.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_17", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_18", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-13.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-13.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_18", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_19", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-14.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-14.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_19", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_20", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-aggregate-15.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-aggregate-15.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_20", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_21", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-subquery-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-subquery-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_21", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_22", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-subquery-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-subquery-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_22", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_23", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-subquery-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-subquery-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_23", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_24", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-not-exists-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-not-exists-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_24", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_25", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-not-exists-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-not-exists-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_25", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_26", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-not-exists-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-not-exists-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_26", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_27", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-exists-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-exists-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_27", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_28", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-exists-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-exists-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_28", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_29", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-exists-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-exists-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_29", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_30", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-minus-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-minus-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_30", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_31", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-oneof-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-oneof-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_31", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_32", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-oneof-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-oneof-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_32", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_33", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-oneof-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-oneof-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_33", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_34", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-bindingBINDscopes-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-bindings-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_34", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_35a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-bindings-02a.rq with VALUES clause", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-bindings-02a.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_35a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_36a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-bindings-03a.rq with VALUES clause", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-bindings-03a.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_36a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_38a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-bindings-05a.rq with VALUES clause", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-bindings-05a.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_38a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_40", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-bind-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-bind-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_40", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_41", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-construct-where-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-construct-where-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_41", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_42", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-construct-where-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-construct-where-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_42", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_43", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_43", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_44", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-02.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_44", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_45", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-03.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_45", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_46", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-04.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_46", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_47", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-05.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_47", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_48", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-06.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_48", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_49", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-07.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_49", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_50", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-08.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_50", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_51", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syntax-bindings-09.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-bindings-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_51", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_53", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "PrefixName with hex-encoded colons", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/qname-escape-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_53", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_54", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "PrefixName with unescaped colons", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/qname-escape-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_54", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_55", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-BINDscope1.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope1.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_55", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_56", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-BINDscope2.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope2.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_56", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_57", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-BINDscope3.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope3.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_57", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_58", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-BINDscope4.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope4.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_58", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_59", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-BINDscope5.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope5.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_59", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_60", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syntax-BINDscope6.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope6.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_60", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_61a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syntax-BINDscope7.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope7.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_61a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_62a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syntax-BINDscope8.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-BINDscope8.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_62a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_63", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-propertyPaths-01.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-propertyPaths-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_63", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_64", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-SELECTscope1.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-SELECTscope1.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_64", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_65", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syntax-SELECTscope2", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-SELECTscope2.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_65", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_66", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syntax-SELECTscope3.rq", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syntax-SELECTscope3.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_66", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-01", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-02", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-03", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-04", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-05", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-06", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-07", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-08", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pname-09", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pname-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-01", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-02", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-03", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-04", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-05", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-06", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:inapplicable" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-07", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-08", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-09", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-10", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-11", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-12", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "syn-bad-pname-13", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-bad-pname-13.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pn_bad_13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pp_coll", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest11" + ], + "title": "syn-pp-in-collection", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/syn-pp-in-collection.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-query/manifest#test_pp_coll", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests Syntax SPARQL 1.1" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-boolean-literal", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test literal 'true'", + "testAction": "_:g70356733568780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-boolean-literal", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-boolean-literal.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test 'boolean effective value' - true", + "testAction": "_:g70356732721880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Non-zero numerics, non-empty strings, and the true boolean have an EBV of true", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-bev-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test 'boolean effective value' - false", + "testAction": "_:g70356731741280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Zero-valued numerics, the empty string, and the false boolean have an EBV of false", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-bev-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test 'boolean effective value' - &&", + "testAction": "_:g70356727106360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "The && operator takes the EBV of its operands", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-bev-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test 'boolean effective value' - ||", + "testAction": "_:g70356726441400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "The || operator takes the EBV of its operands", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-bev-4.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test 'boolean effective value' - optional", + "testAction": "_:g70356725953360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "The EBV of an unbound value or a literal with an unknown datatype is a type error, which eliminates the solution in question", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-bev-5.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Test 'boolean effective value' - unknown types", + "testAction": "_:g70356724935660", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/manifest#dawg-bev-6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Negating a type error is still a type error", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/boolean-effective-value/result-bev-6.ttl" + } + ], + "description": "Test of boolean expressions" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bound/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bound/manifest#dawg-bound-query-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-bound-query-001", + "testAction": "_:g70356706389680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bound/manifest#dawg-bound-query-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "BOUND test case.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/bound/bound1-result.ttl" + } + ], + "description": "DAWG bound test cases" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "str-1", + "testAction": "_:g70356702482100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-str-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "str-2", + "testAction": "_:g70356733160880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-str-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "str-3", + "testAction": "_:g70356734654640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-str-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "str-4", + "testAction": "_:g70356731901760", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-str-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-str-4.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isBlank-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "isBlank-1", + "testAction": "_:g70356732849800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isBlank-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-blank-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isLiteral-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "isLiteral", + "testAction": "_:g70356703910860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isLiteral-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-isliteral-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-datatype-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "datatype-1", + "testAction": "_:g70356736135180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-datatype-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-datatype-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-datatype-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "datatype-2 : Literals with a datatype", + "testAction": "_:g70356735679320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-datatype-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "updated from original test case: eliminated ordering from test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-datatype-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-datatype-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "datatype-3 : Literals with a datatype of xsd:string", + "testAction": "_:g70356735077140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-datatype-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "updated from original test case: eliminated ordering from test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-datatype-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-lang-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "lang-1 : Literals with a lang tag of some kind", + "testAction": "_:g70356734622200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-lang-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "updated from original test case: eliminated ordering from test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-lang-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-lang-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "lang-2 : Literals with a lang tag of ''", + "testAction": "_:g70356734177860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-lang-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "updated from original test case: eliminated ordering from test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-lang-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-lang-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "lang-3 : Graph matching with lang tag being a different case", + "testAction": "_:g70356733686920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-lang-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "updated from original test case: eliminated ordering from test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-lang-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isURI-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "isURI-1", + "testAction": "_:g70356733293080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isURI-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-uri-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isIRI-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "isIRI-1", + "testAction": "_:g70356732145060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-isIRI-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-iri-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "LangMatches-1", + "testAction": "_:g70356727303640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "langMatches(lang(?v), 'en-GB') matches 'abc'@en-gb", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-langMatches-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "LangMatches-2", + "testAction": "_:g70356726816280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "langMatches(lang(?v), 'en') matches 'abc'@en, 'abc'@en-gb", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-langMatches-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "LangMatches-3", + "testAction": "_:g70356726112920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "langMatches(lang(?v), '*') matches 'abc'@en, 'abc'@en-gb, 'abc'@fr", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-langMatches-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "LangMatches-4", + "testAction": "_:g70356725378660", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "! langMatches(lang(?v), '*') matches 'abc'", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-langMatches-4.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-basic", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "LangMatches-basic", + "testAction": "_:g70356723961640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#dawg-langMatches-basic", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "the basic range 'de-de' does not match 'de-Latn-de'", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-langMatches-de.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#lang-case-insensitive-eq", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "lang-case-insensitive-eq", + "testAction": "_:g70356723392420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#lang-case-insensitive-eq", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "'xyz'@en = 'xyz'@EN", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/lang-case-insensitive-eq.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#lang-case-insensitive-ne", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "lang-case-insensitive-ne", + "testAction": "_:g70356706112220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#lang-case-insensitive-ne", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "'xyz'@en != 'xyz'@EN", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/lang-case-insensitive-ne.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#sameTerm-simple", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sameTerm-simple", + "testAction": "_:g70356705764020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#sameTerm-simple", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "sameTerm(?v1, ?v2)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-sameTerm.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#sameTerm-eq", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sameTerm-eq", + "testAction": "_:g70356704249200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#sameTerm-eq", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "sameTerm(?v1, ?v2) && ?v1 = ?v2", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-sameTerm-eq.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#sameTerm-not-eq", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sameTerm-not-eq", + "testAction": "_:g70356705288940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/manifest#sameTerm-not-eq", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "!sameTerm(?v1, ?v2) && ?v1 = ?v2", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-builtin/result-sameTerm-not-eq.ttl" + } + ], + "description": "DAWG Expression tests: Built-ins" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#ge-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Greater-than or equals", + "testAction": "_:g70356734667580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#ge-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": ">= in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-ge-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#le-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Less-than or equals", + "testAction": "_:g70356734194240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#le-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "<= in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-le-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#mul-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Multiplication", + "testAction": "_:g70356735127340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#mul-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "A * B in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-mul-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#plus-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Addition", + "testAction": "_:g70356736248160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#plus-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "A + B in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-plus-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#minus-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Subtraction", + "testAction": "_:g70356735727640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#minus-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "A - B in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-minus-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#unplus-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Unary Plusn", + "testAction": "_:g70356732538080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#unplus-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "+A in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-unplus-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#unminus-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Unary Minus", + "testAction": "_:g70356735113700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/manifest#unminus-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "-A in FILTER expressions", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-ops/result-unminus-1.srx" + } + ], + "description": "SPARQL tests - XPath operators in FILTERs" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-1", + "testAction": "_:g70356727465220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "= in FILTER expressions is value equality", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-2", + "testAction": "_:g70356726996400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "= in FILTER expressions is value equality", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-3", + "testAction": "_:g70356726272240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Numerics are not value-equivalent to plain literals", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-4", + "testAction": "_:g70356725785920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "= compares plain literals and unknown types with the same lexical form as false", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-4.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-5", + "testAction": "_:g70356724447600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "= on IRI terms", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-5.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-2-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality - 2 var - test equals", + "testAction": "_:g70356723636860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-2-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "= in FILTER is value equality", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq2-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-2-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality - 2 var - test not equals ", + "testAction": "_:g70356706376480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-2-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "!= in FILTER is value inequality", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq2-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-1 -- graph", + "testAction": "_:g70356705883320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Graph pattern matching matches exact terms, not values", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-graph-1.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-2 -- graph", + "testAction": "_:g70356704084740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Graph pattern matching matches exact terms, not values", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-graph-2.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-3 -- graph", + "testAction": "_:g70356705591000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Graph pattern matching matches exact terms, not values", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-graph-3.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-4 -- graph", + "testAction": "_:g70356703234980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Graph pattern matching matches exact terms, not values", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-graph-4.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Equality 1-5 -- graph", + "testAction": "_:g70356694291260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/manifest#eq-graph-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Graph pattern matching matches exact terms, not values", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/expr-equals/result-eq-graph-5.ttl" + } + ], + "description": "Some SPARQL test cases - equality of values" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-001", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "regex-query-001", + "testAction": "_:g70356734913960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-001", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple unanchored match test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/regex-result-001.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-002", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "regex-query-002", + "testAction": "_:g70356736134320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-002", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Case insensitive unanchored match test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/regex-result-002.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-003", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "regex-query-003", + "testAction": "_:g70356735660600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-003", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Use/mention test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/regex-result-003.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-004", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "regex-query-004", + "testAction": "_:g70356735044720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/manifest#dawg-regex-004", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "str()+URI test", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/regex/regex-result-004.ttl" + } + ], + "description": "SPARQL regex test cases" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE DATA 1", + "testAction": "_:g70356736268680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of an existing triple from the default graph", + "testResult": "_:g70356736010400" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE DATA 2", + "testAction": "_:g70356735292900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of an existing triple from a named graph", + "testResult": "_:g70356734995720" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE DATA 3", + "testAction": "_:g70356734322560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple from the default graph", + "testResult": "_:g70356734115200" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE DATA 4", + "testAction": "_:g70356733488920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple from a named graph", + "testResult": "_:g70356732736260" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE DATA 1", + "testAction": "_:g70356727323680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 1 for DELETE DATA only modifying the desired graph", + "testResult": "_:g70356726441240" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE DATA 2", + "testAction": "_:g70356724608100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-data/manifest#dawg-delete-data-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 2 for DELETE DATA only modifying the desired graph", + "testResult": "_:g70356723500860" + } + ], + "description": "Tests for SPARQL UPDATE" + }, + { + "@id": "_:g70356725638520", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-construct-identity", + "testAction": "_:g70356723827480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Graph equivalent result graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/result-ident.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-construct-subgraph", + "testAction": "_:g70356706470820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Result subgraph of original graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/result-subgraph.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-construct-reification-1", + "testAction": "_:g70356705883860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Reification of the default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/result-reif.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-construct-reification-2", + "testAction": "_:g70356704288280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Reification of the default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/result-reif.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "dawg-construct-optional", + "testAction": "_:g70356705174140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/manifest#construct-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Reification of the default graph", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/construct/result-construct-optional.ttl" + } + ], + "description": "Some DAWG test cases on the CONSTRUCT result form" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with subj-var, 1 row", + "testAction": "_:g70356723729140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with obj-var, 1 row", + "testAction": "_:g70356706308460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with 2 obj-vars, 1 row", + "testAction": "_:g70356705615240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with 2 obj-vars, 1 row with UNDEF", + "testAction": "_:g70356703419620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with 2 obj-vars, 2 rows with UNDEF", + "testAction": "_:g70356702945240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with pred-var, 1 row", + "testAction": "_:g70356732915520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with (OPTIONAL) obj-var, 1 row", + "testAction": "_:g70356732179080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-query VALUES with subj/obj-vars, 2 rows with UNDEF", + "testAction": "_:g70356732508500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#values8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/values08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#inline1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Inline VALUES graph pattern", + "testAction": "_:g70356735745700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#inline1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/inline01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#inline2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Post-subquery VALUES", + "testAction": "_:g70356734999820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/manifest#inline2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bindings/inline02.srx" + } + ], + "description": "Bindings" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 1", + "testAction": "_:g70356757922640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 2", + "testAction": "_:g70356757466600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 3", + "testAction": "_:g70356756946860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service4a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 4a with VALUES clause", + "testAction": "_:g70356739646840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service4a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 5", + "testAction": "_:g70356739166860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 6", + "testAction": "_:g70356738611300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SERVICE test 7", + "testAction": "_:g70356738200480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/manifest#service7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/service/service07.srx" + } + ], + "description": "Service" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-1", + "testAction": "_:g70356704496240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Alphabetic sort (ascending) on untyped literals", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-1.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-2", + "testAction": "_:g70356694221380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Alphabetic sort (descending) on untyped literals", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-2.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-3", + "testAction": "_:g70356732029660", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort on (possibly unbound) URIs", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-3.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-4", + "testAction": "_:g70356732180460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort on datatyped (integer) literals", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-4.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-5", + "testAction": "_:g70356732818860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort first on untyped literals (ascending), then on datatyped (integer) literals (descending", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-5.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-6", + "testAction": "_:g70356736027680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort on mixed result of uris and literals.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-6.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-7", + "testAction": "_:g70356735353240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort on comparable mixed typed literals (integer and float)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-7.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-8", + "testAction": "_:g70356734896800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort on several mixed values (bnode, uri, literal)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-8.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-9", + "testAction": "_:g70356734402680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Alphabetic sort (ascending) on datatyped (string) literals", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-9.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sort-10", + "testAction": "_:g70356733868060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Alphabetic sort (descending) on datatyped (string) literals", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-10.rdf" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-numbers", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Expression sort", + "testAction": "_:g70356733525700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-numbers", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort by a bracketted expression", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-numbers.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-builtin", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Builtin sort", + "testAction": "_:g70356732488120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-builtin", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort by a builtin operator", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-builtin.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-function", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Function sort", + "testAction": "_:g70356727406260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/manifest#dawg-sort-function", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Sort by function invocation", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/sort/result-sort-function.ttl" + } + ], + "description": "Sorting test cases." + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-default-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DROP DEFAULT", + "testAction": "_:g70356723572600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-default-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a DROP of the default graph", + "testResult": "_:g70356706093720" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-graph-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DROP GRAPH", + "testAction": "_:g70356703943280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-graph-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a DROP of an existing named graph", + "testResult": "_:g70356703299020" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-named-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DROP NAMED", + "testAction": "_:g70356733162820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-named-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a DROP of all the named graphs", + "testResult": "_:g70356732420860" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-all-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DROP ALL", + "testAction": "_:g70356732817800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/drop/manifest#dawg-drop-all-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a DROP of all graphs (default and named)", + "testResult": "_:g70356735820720" + } + ], + "description": "Tests for SPARQL UPDATE" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 1", + "testAction": "_:g70356734950260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of an existing triple from the default graph", + "testResult": "_:g70356732651000" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 2", + "testAction": "_:g70356735851600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of an existing triple from a named graph", + "testResult": "_:g70356735358520" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 3", + "testAction": "_:g70356734749580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple from the default graph", + "testResult": "_:g70356734505120" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 4", + "testAction": "_:g70356733950980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple from a named graph", + "testResult": "_:g70356733607120" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE 1", + "testAction": "_:g70356732440000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 1 for DELETE only modifying the desired graph", + "testResult": "_:g70356727207660" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE 2", + "testAction": "_:g70356726003780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 2 for DELETE only modifying the desired graph", + "testResult": "_:g70356724562140" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 7", + "testAction": "_:g70356706407140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete to test that unbound variables in the DELETE clause do not act as wildcards", + "testResult": "_:g70356706158080" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 1 (WITH)", + "testAction": "_:g70356705459080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete using a WITH clause to identify the active graph", + "testResult": "_:g70356704238360" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 2 (WITH)", + "testAction": "_:g70356704804940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple test to make sure the GRAPH clause overrides the WITH clause", + "testResult": "_:g70356698467380" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 3 (WITH)", + "testAction": "_:g70356733242940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple using a WITH clause to identify the active graph", + "testResult": "_:g70356726691760" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 4 (WITH)", + "testAction": "_:g70356736232160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple making sure that the GRAPH clause overrides the WITH clause", + "testResult": "_:g70356735538540" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE 1 (WITH)", + "testAction": "_:g70356734556500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 1 for DELETE only modifying the desired graph using a WITH clause to specify the active graph", + "testResult": "_:g70356733787740" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE 2 (WITH)", + "testAction": "_:g70356731771780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-with-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 2 for DELETE only modifying the desired graph making sure the GRAPH clause overrides the WITH clause", + "testResult": "_:g70356726940800" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 1 (USING)", + "testAction": "_:g70356725539120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete using a USING clause to identify the active graph", + "testResult": "_:g70356724350600" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-02a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 2 (USING)", + "testAction": "_:g70356706497340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-02a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple test to make sure the GRAPH clause does not override the USING clause", + "testResult": "_:g70356705835780" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 3 (USING)", + "testAction": "_:g70356705410220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple using a USING clause to identify the active graph", + "testResult": "_:g70356703127120" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE 4 (USING)", + "testAction": "_:g70356733159560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple making sure that the GRAPH clause overrides the USING clause", + "testResult": "_:g70356732426180" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE 1 (USING)", + "testAction": "_:g70356736133060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 1 for DELETE only modifying the desired graph using a USING clause to specify the active graph", + "testResult": "_:g70356735205720" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-06a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE 2 (USING)", + "testAction": "_:g70356734128480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete/manifest#dawg-delete-using-06a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 2 for DELETE only modifying the desired graph making sure the GRAPH clause does not override the USING clause", + "testResult": "_:g70356733290620" + } + ], + "description": "Tests for SPARQL UPDATE" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-basic-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-basic-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-basic-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-basic-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-basic-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-basic-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-basic-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-basic-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-basic-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-basic-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-basic-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-basic-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-basic-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-qname-08.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-qname-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-qname-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-08.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-09.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-10.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-11.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-12.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-13.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-13.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-14.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-14.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-15.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-15.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-15", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-16.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-16.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-16", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-17.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-17.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-17", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-18", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-18.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-18.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-18", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-19", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-19.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-19.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-19", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-20", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lit-20.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lit-20.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lit-20", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-08.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-09.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-10.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-11.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-12.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-13.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-13.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-struct-14.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-struct-14.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-struct-14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lists-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lists-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lists-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lists-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-lists-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-lists-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnodes-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-bnodes-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnodes-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-bnodes-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnodes-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-bnodes-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnodes-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-bnodes-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnodes-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-bnodes-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-bnodes-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-forms-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-forms-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-forms-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-forms-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-forms-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-forms-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-forms-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-forms-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-union-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-union-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-union-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-union-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-union-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-union-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-union-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-union-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-expr-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-expr-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-expr-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-expr-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-expr-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-expr-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-expr-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-expr-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-expr-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-expr-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-expr-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-order-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-order-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-order-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-limit-offset-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-limit-offset-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-limit-offset-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-limit-offset-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-limit-offset-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-limit-offset-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-limit-offset-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-limit-offset-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-limit-offset-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-pat-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-pat-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-pat-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-pat-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-pat-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-pat-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-pat-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/syntax-pat-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql1/manifest#syntax-pat-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests syntax-sparql1" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-08.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-09.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-10.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-11.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-12.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-13.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-13.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-general-14.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-general-14.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-general-14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-keywords-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-keywords-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-keywords-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-keywords-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-keywords-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-keywords-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-keywords-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-keywords-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-keywords-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-keywords-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-keywords-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-keywords-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-lists-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-lists-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-lists-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-lists-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-lists-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-lists-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-lists-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-bnode-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnode-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-bnode-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-bnode-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-bnode-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnode-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-bnode-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-bnode-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-bnode-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-bnode-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-bnode-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-bnode-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-function-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-function-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-function-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-function-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-function-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-function-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-function-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-function-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-function-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-select-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-select-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-select-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-select-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-select-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-select-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-select-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-select-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-ask-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-ask-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-ask-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-ask-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-construct01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-construct01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-construct02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-construct02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-construct03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-construct03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-construct04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-construct04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-construct06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-construct06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-construct06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-describe01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-describe01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-describe01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-describe01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-describe02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-form-describe02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-form-describe02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-form-describe02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-dataset-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-dataset-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-dataset-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-dataset-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-dataset-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-dataset-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-dataset-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-dataset-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-dataset-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-graph-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-graph-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-graph-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-graph-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-graph-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-graph-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-graph-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-graph-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-graph-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-graph-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-graph-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-esc-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-esc-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-esc-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-esc-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-esc-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-esc-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-esc-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-esc-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-esc-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/syntax-esc-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql2/manifest#syntax-esc-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests syntax-sparql2" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-08.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-03.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-03.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-04.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-04.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-05.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-06.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-07.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-08.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-09.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-10.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-11.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-12.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-13.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-13.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-14.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-14.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-15", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-15.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-15.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-15", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-16.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-16.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-16", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-17", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-17.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-17.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-17", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-18", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-18.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-18.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-18", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-19", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-19.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-19.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-19", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-20", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-20.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-20.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-20", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-21", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-21.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-21.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-21", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-22", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-22.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-22.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-22", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-23", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-23.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-23.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-23", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-24", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-24.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-24.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-24", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-25", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-25.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-25.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-25", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-26", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-26.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-26.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-26", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-27", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-27.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-27.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-27", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-28", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-28.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-28.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-28", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-29", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-29.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-29.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-29", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-30", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-30.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-30.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-30", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-31", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-31.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-31.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#syn-bad-31", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#bnode-dot", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-bnode-dot.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-bnode-dot.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#bnode-dot", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#bnodes-missing-pvalues-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-bnodes-missing-pvalues-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-bnodes-missing-pvalues-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#bnodes-missing-pvalues-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#bnodes-missing-pvalues-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-bnodes-missing-pvalues-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-bnodes-missing-pvalues-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#bnodes-missing-pvalues-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#empty-optional-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-empty-optional-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-empty-optional-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#empty-optional-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#empty-optional-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-empty-optional-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-empty-optional-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#empty-optional-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#filter-missing-parens", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-filter-missing-parens.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-filter-missing-parens.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#filter-missing-parens", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#lone-list", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-lone-list.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-lone-list.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#lone-list", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#lone-node", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-lone-node.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-bad-lone-node.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#lone-node", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-filter", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-blabel-cross-filter", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-blabel-cross-filter.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-filter", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-graph-bad", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-blabel-cross-graph-bad", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-blabel-cross-graph-bad.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-graph-bad", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-optional-bad", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-blabel-cross-optional-bad", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-blabel-cross-optional-bad.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-optional-bad", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-union-bad", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-blabel-cross-union-bad", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/syn-blabel-cross-union-bad.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql3/manifest#blabel-cross-union-bad", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests syntax-sparql3" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-09.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-10.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-11.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-34", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-34.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-34.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-34", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-35", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-35.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-35.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-35", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-36", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-36.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-36.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-36", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-37", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-37.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-37.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-37", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-38", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-38.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-38.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-38", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-OPT-breaks-BGP", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-OPT-breaks-BGP", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-OPT-breaks-BGP.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-OPT-breaks-BGP", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "bad: re-used BNode label after OPTIONAL" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-UNION-breaks-BGP", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-UNION-breaks-BGP", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-UNION-breaks-BGP.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-UNION-breaks-BGP", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "bad: re-used BNode label after UNION" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-GRAPH-breaks-BGP", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest" + ], + "title": "syn-bad-GRAPH-breaks-BGP", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-bad-GRAPH-breaks-BGP.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-bad-GRAPH-breaks-BGP", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "bad: re-used BNode label after GRAPH" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-leading-digits-in-prefixed-names", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syn-leading-digits-in-prefixed-names.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/syn-leading-digits-in-prefixed-names.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql4/manifest#syn-leading-digits-in-prefixed-names", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests syntax-sparql4" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/manifest#syntax-reduced-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-reduced-01.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/syntax-reduced-01.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/manifest#syntax-reduced-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/manifest#syntax-reduced-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#PositiveSyntaxTest" + ], + "title": "syntax-reduced-02.rq", + "testAction": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/syntax-reduced-02.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/syntax-sparql5/manifest#syntax-reduced-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "description": "Syntax tests syntax-sparql5" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-default-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CLEAR DEFAULT", + "testAction": "_:g70356732357220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-default-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a CLEAR of the default graph", + "testResult": "_:g70356727201900" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-graph-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CLEAR GRAPH", + "testAction": "_:g70356725984740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-graph-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a CLEAR of an existing named graph", + "testResult": "_:g70356724426260" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-named-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CLEAR NAMED", + "testAction": "_:g70356706341860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-named-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a CLEAR of all the named graphs", + "testResult": "_:g70356705684340" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-all-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CLEAR ALL", + "testAction": "_:g70356705115020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/clear/manifest#dawg-clear-all-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a CLEAR of all graphs (default and named)", + "testResult": "_:g70356698403160" + } + ], + "description": "Tests for SPARQL UPDATE" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE WHERE 1", + "testAction": "_:g70356735743880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of an existing triple from the default graph", + "testResult": "_:g70356735342000" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE WHERE 2", + "testAction": "_:g70356734830200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of an existing triple from a named graph", + "testResult": "_:g70356734453520" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE WHERE 3", + "testAction": "_:g70356733701360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple from the default graph", + "testResult": "_:g70356733476200" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple DELETE WHERE 4", + "testAction": "_:g70356732158260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple delete of a non-existing triple from a named graph", + "testResult": "_:g70356727400440" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE WHERE 1", + "testAction": "_:g70356726461400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 1 for DELETE WHERE only modifying the desired graph", + "testResult": "_:g70356725557900" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Graph-specific DELETE WHERE 2", + "testAction": "_:g70356723454840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-where/manifest#dawg-delete-where-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test 2 for DELETE WHERE only modifying the desired graph", + "testResult": "_:g70356705932960" + } + ], + "description": "Tests for SPARQL UPDATE" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 1", + "testAction": "_:g70356732196120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This update request reverts all foaf:knows relations", + "testResult": "_:g70356734079820" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-01b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 1b", + "testAction": "_:g70356736116240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-01b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This test case, as a variant of dawg-delete-insert-01, shoes that DELETE followed by INSERT is different from DELETE INSERT in a single operation", + "testResult": "_:g70356733141960" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-01c", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 1c", + "testAction": "_:g70356736009980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-01c", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This test case, as a variant of dawg-delete-insert-01, shoes that INSERT followed by DELETE is different from DELETE INSERT in a single operation.", + "testResult": "_:g70356735776800" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 2", + "testAction": "_:g70356735079940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan'.", + "testResult": "_:g70356734866080" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 3", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-03.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' using an unnamed bnode as wildcard" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-03b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 3b", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-03b.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-03b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' using a named bnode as wildcard" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 4", + "testAction": "_:g70356733066280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' using a naive rewriting, as suggested in http://lists.w3.org/Archives/Public/public-rdf-dawg/2011JanMar/0305.html", + "testResult": "_:g70356732476260" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-04b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 4b", + "testAction": "_:g70356727324200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-04b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' using a simpler rewriting than dawg-delete-insert-04", + "testResult": "_:g70356727090800" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 5", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-05.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' and inserts that all 'Alans' know themselves only." + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-05b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 5b", + "testAction": "_:g70356725557940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-05b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' and inserts that all 'Alans' know themselves only, using a rewriting analogous to :dawg-delete-insert-04b", + "testResult": "_:g70356724972820" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 6", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-05.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "dawg-delete-insert-06 and dawg-delete-insert-06b show that the rewriting in dawg-delete-insert-05b.ru isn't equivalent to dawg-delete-insert-05.ru in case Alan doesn't know anybody." + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-06b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DELETE INSERT 6b", + "testAction": "_:g70356706374360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-06b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "dawg-delete-insert-06 and dawg-delete-insert-06b show that the rewriting in dawg-delete-insert-05b.ru isn't equivalent to dawg-delete-insert-05.ru in case Alan doesn't know anybody.", + "testResult": "_:g70356706110460" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 7", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-07.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' and inserts a single foaf:knows triple with a blank node as object for 'Alan'. This shows the different behavior of bnodes in INSERT (similar to CONSTRUCT) and DELETE (bnodes act as wildcards) templates." + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-07b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 7b", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-07b.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-07b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This deletes all foaf:knows relations from anyone named 'Alan' and replaces them by bnodes. This shows the different behavior of bnodes in INSERT (similar to CONSTRUCT) and DELETE (bnodes act as wildcards) templates. As opposed to test case dawg-delete-insert-7, note that the result graph in this example is non-lean." + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 8", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-08.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This DELETE test was first brought up in http://lists.w3.org/Archives/Public/public-rdf-dawg/2011JanMar/0290.html. It demonstrates how unbound variables (from an OPTIONAL) are handled in DELETE templates" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "DELETE INSERT 9", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/delete-insert-09.ru", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/delete-insert/manifest#dawg-delete-insert-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This DELETE test was first brought up in http://lists.w3.org/Archives/Public/public-rdf-dawg/2011JanMar/0317.html. It demonstrates the behavior of shared bnodes in a DELETE template." + } + ], + "description": "Tests for SPARQL UPDATE" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#kanji-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "kanji-01", + "testAction": "_:g70356733722480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#kanji-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/kanji-01-results.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#kanji-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "kanji-02", + "testAction": "_:g70356733293740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#kanji-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/kanji-02-results.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#normalization-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "normalization-01", + "testAction": "_:g70356731948840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#normalization-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/normalization-01-results.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#normalization-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "normalization-02", + "testAction": "_:g70356727226240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#normalization-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Example 1 from http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/normalization-02-results.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#normalization-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "normalization-03", + "testAction": "_:g70356726545380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/manifest#normalization-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Example 2 from http://lists.w3.org/Archives/Public/public-rdf-dawg/2005JulSep/0096", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/i18n/normalization-03-results.ttl" + } + ], + "description": "I18N" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ASK-1 (SPARQL XML results)", + "testAction": "_:g70356733191320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/ask-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ASK-4 (SPARQL XML results)", + "testAction": "_:g70356726641040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/ask-4.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ASK-7 (SPARQL XML results)", + "testAction": "_:g70356732510080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/ask-7.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ASK-8 (SPARQL XML results)", + "testAction": "_:g70356735850080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/manifest#ask-8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/ask/ask-8.srx" + } + ], + "title": "ASK" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 1", + "testAction": "_:g70356731693420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add the default graph to an existing graph", + "testResult": "_:g70356727141360" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 2", + "testAction": "_:g70356726177860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add the default graph to a non-existing graph", + "testResult": "_:g70356726018540" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 3", + "testAction": "_:g70356724432380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add a named graph to an existing graph", + "testResult": "_:g70356723549400" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 4", + "testAction": "_:g70356705881000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add a named graph to a non-existing graph", + "testResult": "_:g70356704478060" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 5", + "testAction": "_:g70356705016020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add a named graph to an existing graph with overlapping data", + "testResult": "_:g70356702373240" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 6", + "testAction": "_:g70356733240200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add a non-existing graph to an existing graph", + "testResult": "_:g70356726672440" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 7", + "testAction": "_:g70356736285940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add an existing graph to the default graph", + "testResult": "_:g70356735853360" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD 8", + "testAction": "_:g70356735076740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/add/manifest#add08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Add a graph to itself", + "testResult": "_:g70356734734900" + } + ], + "title": "Add" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 1", + "testAction": "_:g70356726152380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple count", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 2", + "testAction": "_:g70356724884840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Count with grouping", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 3", + "testAction": "_:g70356723504360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Count with grouping and HAVING clause", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 4", + "testAction": "_:g70356705966800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Count(*)", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 5", + "testAction": "_:g70356704068320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Count(*) with grouping", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 6", + "testAction": "_:g70356703013880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Count(*) with HAVING Count(*)", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 7", + "testAction": "_:g70356733178140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Count(*) with grouping and HAVING Count(*)", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "COUNT 8", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg08.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:inapplicable" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "grouping by expression, done wrong" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg08b", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COUNT 8b", + "testAction": "_:g70356733144020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg08b", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "grouping by expression, done correctly", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg08b.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "COUNT 9", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg09.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Projection of an ungrouped variable (not appearing in the GROUP BY expression)" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "COUNT 10", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg10.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Projection of an ungrouped variable (no GROUP BY expression at all)" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "COUNT 11", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg11.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:inapplicable" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Use of an ungrouped variable in a project expression" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "COUNT 12", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg12.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Use of an ungrouped variable in a project expression, where the variable appears in a GROUP BY expression" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-groupconcat-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "GROUP_CONCAT 1", + "testAction": "_:g70356733652680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-groupconcat-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-groupconcat-1.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-groupconcat-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "GROUP_CONCAT 2", + "testAction": "_:g70356732459780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-groupconcat-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-groupconcat-2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-groupconcat-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "GROUP_CONCAT with SEPARATOR", + "testAction": "_:g70356727203600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-groupconcat-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-groupconcat-3.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-sum-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SUM", + "testAction": "_:g70356702491700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-sum-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-sum-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-sum-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SUM with GROUP BY", + "testAction": "_:g70356732030000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-sum-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-sum-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-avg-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "AVG", + "testAction": "_:g70356726232280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-avg-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-avg-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-avg-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "AVG with GROUP BY", + "testAction": "_:g70356725232980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-avg-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-avg-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-min-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MIN", + "testAction": "_:g70356723683180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-min-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-min-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-min-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MIN with GROUP BY", + "testAction": "_:g70356706179780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-min-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-min-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-max-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MAX", + "testAction": "_:g70356704512180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-max-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-max-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-max-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MAX with GROUP BY", + "testAction": "_:g70356705408680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-max-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-max-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-sample-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SAMPLE", + "testAction": "_:g70356726251640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-sample-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-sample-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-err-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Error in AVG", + "testAction": "_:g70356736157160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-err-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Error in AVG return no binding", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-err-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-err-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Protect from error in AVG", + "testAction": "_:g70356735238700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-err-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Protect from error in AVG using IF and COALESCE", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-err-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-empty-group2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Aggregate over empty group resulting in a row with unbound variables", + "testAction": "_:g70356734452800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/manifest#agg-empty-group2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/aggregates/agg-empty-group2.srx" + } + ], + "title": "Aggregates" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#nested-opt-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Nested Optionals - 1", + "testAction": "_:g70356723664720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#nested-opt-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Nested-optionals with a shared variable that does not appear in the middle pattern (a not well-formed query pattern as per \"Semantics and Complexity\" of SPARQL", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/two-nested-opt.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#nested-opt-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Nested Optionals - 2", + "testAction": "_:g70356706443000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#nested-opt-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "OPTIONALs parse in a left-associative manner", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/two-nested-opt-alt.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#opt-filter-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Optional-filter - 1", + "testAction": "_:g70356705996620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#opt-filter-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "A FILTER inside an OPTIONAL can reference a variable bound in the required part of the OPTIONAL", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/opt-filter-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#opt-filter-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Optional-filter - 2 filters", + "testAction": "_:g70356704576200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#opt-filter-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTERs inside an OPTIONAL can refer to variables from both the required and optional parts of the construct.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/opt-filter-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#opt-filter-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Optional-filter - scope of variable", + "testAction": "_:g70356703923100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#opt-filter-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTERs in an OPTIONAL do not extend to variables bound outside of the LeftJoin(...) operation", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/opt-filter-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-place-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Filter-placement - 1", + "testAction": "_:g70356705124600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-place-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTER placed after the triple pattern that contains the variable tested", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/filter-placement-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-place-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Filter-placement - 2", + "testAction": "_:g70356702657580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-place-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTERs are scoped to the nearest enclosing group - placement within that group does not matter", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/filter-placement-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-place-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Filter-placement - 3", + "testAction": "_:g70356734603880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-place-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTERs are scoped to the nearest enclosing group - placement within that group does not matter", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/filter-placement-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-nested-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Filter-nested - 1", + "testAction": "_:g70356732111980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-nested-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "A FILTER is in scope for variables bound at the same level of the query tree", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/filter-nested-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-nested-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Filter-nested - 2", + "testAction": "_:g70356732376600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-nested-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "A FILTER in a group { ... } cannot see variables bound outside that group", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/filter-nested-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-scope-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Filter-scope - 1", + "testAction": "_:g70356735114280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#filter-scope-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTERs in an OPTIONAL do not extend to variables bound outside of the LeftJoin(...) operation", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/filter-scope-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#join-scope-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Join scope - 1", + "testAction": "_:g70356736281780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#join-scope-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Variables have query scope.", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/var-scope-join-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#join-combo-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Join operator with OPTs, BGPs, and UNIONs", + "testAction": "_:g70356725704340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#join-combo-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Tests nested combination of Join with a BGP / OPT and a BGP / UNION", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/join-combo-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#join-combo-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Join operator with Graph and Union", + "testAction": "_:g70356724540340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/manifest#join-combo-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Tests combination of Join operator with Graph on LHS and Union on RHS", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/algebra/join-combo-2.srx" + } + ], + "title": "Algebra" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind01 - BIND", + "testAction": "_:g70356702656540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind02 - BIND", + "testAction": "_:g70356732866800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind03 - BIND", + "testAction": "_:g70356732279760", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind04 - BIND", + "testAction": "_:g70356732666320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind05 - BIND", + "testAction": "_:g70356735822480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind06 - BIND", + "testAction": "_:g70356735076380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind07 - BIND", + "testAction": "_:g70356734468440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind08 - BIND", + "testAction": "_:g70356733800880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind10 - BIND scoping - Variable in filter not in scope", + "testAction": "_:g70356733029000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind10.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind11 - BIND scoping - Variable in filter in scope", + "testAction": "_:g70356727419560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/manifest#bind11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/bind/bind11.srx" + } + ], + "title": "BIND" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple insert data 1", + "testAction": "_:g70356726359580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple insert of a single triple to the unnamed graph of an empty graph store", + "testResult": "_:g70356726150900" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo-named1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple insert data named 1", + "testAction": "_:g70356725215580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo-named1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple insert of a single triple into the named graph of an empty graph store", + "testResult": "_:g70356724818540" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo-named2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple insert data named 2", + "testAction": "_:g70356723499740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo-named2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple insert of a single triple into the named graph of a graph store consisting of an empty unnamed graph and the named graph holds one (different) triple already", + "testResult": "_:g70356706389900" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo-named3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "Simple insert data named 3", + "testAction": "_:g70356705640680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-spo-named3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a simple insert of a single triple into the named graph of a graph store consisting of an empty unnamed graph and the named holds the inserted triple already (using the same query as insert-data-named1)", + "testResult": "_:g70356704742960" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERT 01", + "testAction": "_:g70356704970640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a INSERT over a dataset with a single triple in the default graph", + "testResult": "_:g70356703165220" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERT 02", + "testAction": "_:g70356734065000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a INSERT over a dataset with a single triple in the default graph, inserting into a named graph", + "testResult": "_:g70356732898620" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERT 03", + "testAction": "_:g70356732128860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a INSERT over a dataset with a single triple in a named graph, inserting into the named graph using the WITH keyword", + "testResult": "_:g70356733256940" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERT 04", + "testAction": "_:g70356735852180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is a INSERT of a triple over a dataset with data in named graphs, inserting into the default graph using the USING keyword", + "testResult": "_:g70356735310660" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-using-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERT USING 01", + "testAction": "_:g70356734665720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-using-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This is an INSERT into the default graph of two triples constructed from the data in two named graphs that are treated as the default graph during matching with the USING keyword.", + "testResult": "_:g70356734030040" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-05a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERT same bnode twice", + "testAction": "_:g70356732715080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-05a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "As per http://lists.w3.org/Archives/Public/public-rdf-dawg/2012AprJun/0165.html", + "testResult": "_:g70356731853300" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-same-bnode", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERTing the same bnode with INSERT DATA into two different Graphs is the same bnode", + "testAction": "_:g70356726979580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-data-same-bnode", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "http://lists.w3.org/Archives/Public/public-rdf-dawg/2012JulSep/0196.html, this can be viewed as a variation of :insert-05a", + "testResult": "_:g70356726831460" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-same-bnode", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERTing the same bnode with two INSERT WHERE statement within one request is NOT the same bnode", + "testAction": "_:g70356725965040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-same-bnode", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "http://lists.w3.org/Archives/Public/public-rdf-dawg/2012OctDec/0001.html, this can be viewed as a further variation of :insert-05a", + "testResult": "_:g70356725544140" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-same-bnode2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "INSERTing the same bnode with two INSERT WHERE statement within one request is NOT the same bnode even if both WHERE clauses have the empty solution mapping as the only solution.", + "testAction": "_:g70356723752440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/basic-update/manifest#insert-where-same-bnode2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "http://lists.w3.org/Archives/Public/public-rdf-dawg/2012OctDec/0001.html, this can be viewed as a further variation of :insert-05a", + "testResult": "_:g70356723535800" + } + ], + "title": "Basic SPARQL 1.1 Update test cases" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Prefix/Base 1", + "testAction": "_:g70356731819440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/base-prefix-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Prefix/Base 2", + "testAction": "_:g70356727241840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/base-prefix-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Prefix/Base 3", + "testAction": "_:g70356726877220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/base-prefix-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Prefix/Base 4", + "testAction": "_:g70356726228200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/base-prefix-4.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Prefix/Base 5", + "testAction": "_:g70356725872980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#base-prefix-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/base-prefix-5.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - List 1", + "testAction": "_:g70356725051500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/list-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - List 2", + "testAction": "_:g70356723908840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/list-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - List 3", + "testAction": "_:g70356723471820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/list-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - List 4", + "testAction": "_:g70356706197240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#list-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/list-4.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Quotes 1", + "testAction": "_:g70356705753380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/quotes-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Quotes 2", + "testAction": "_:g70356704286560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/quotes-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Quotes 3", + "testAction": "_:g70356705274100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/quotes-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Quotes 4", + "testAction": "_:g70356703004520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#quotes-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/quotes-4.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 1", + "testAction": "_:g70356734060200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 2", + "testAction": "_:g70356732111080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 3", + "testAction": "_:g70356732542440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-3.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 4", + "testAction": "_:g70356735487140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-4.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 5", + "testAction": "_:g70356732622220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-5.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 6", + "testAction": "_:g70356736027820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-6.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 7", + "testAction": "_:g70356735657100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-7.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 8", + "testAction": "_:g70356735142960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-8.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Term 9", + "testAction": "_:g70356734770980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#term-9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/term-9.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#var-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Var 1", + "testAction": "_:g70356734386620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#var-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/var-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#var-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic - Var 2", + "testAction": "_:g70356733961840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#var-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/var-2.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#bgp-no-match", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Non-matching triple pattern", + "testAction": "_:g70356733932500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#bgp-no-match", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Patterns not in data don't match", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/bgp-no-match.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#spoo-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Basic graph pattern - spoo", + "testAction": "_:g70356732719760", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#spoo-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test the :x :y :o1, :o2 construct", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/spoo-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#prefix-name-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Prefix name 1", + "testAction": "_:g70356733569860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/manifest#prefix-name-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "No local name - foo:", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/basic/prefix-name-1.srx" + } + ], + "title": "Basic test cases" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strdt01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRDT()", + "testAction": "_:g70356695674580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strdt01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strdt01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strdt02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRDT(STR())", + "testAction": "_:g70356695334420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strdt02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strdt02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strdt03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRDT() TypeErrors", + "testAction": "_:g70356766379840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strdt03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strdt03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strlang01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRLANG()", + "testAction": "_:g70356766048360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strlang01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strlang01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strlang02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRLANG(STR())", + "testAction": "_:g70356765708480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strlang02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strlang02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strlang03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRLANG() TypeErrors", + "testAction": "_:g70356765376980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strlang03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strlang03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#isnumeric01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "isNumeric()", + "testAction": "_:g70356760826700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#isnumeric01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/isnumeric01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#abs01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ABS()", + "testAction": "_:g70356760495120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#abs01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/abs01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#ceil01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "CEIL()", + "testAction": "_:g70356760155160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#ceil01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/ceil01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#floor01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "FLOOR()", + "testAction": "_:g70356759823840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#floor01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/floor01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#round01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ROUND()", + "testAction": "_:g70356759483940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#round01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/round01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#concat01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "CONCAT()", + "testAction": "_:g70356759151860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#concat01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/concat01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#concat02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "CONCAT() 2", + "testAction": "_:g70356758812160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#concat02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/concat02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#substring01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SUBSTR() (3-argument)", + "testAction": "_:g70356758480620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#substring01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/substring01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#substring02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SUBSTR() (2-argument)", + "testAction": "_:g70356758140740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#substring02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/substring02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#length01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRLEN()", + "testAction": "_:g70356757808560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#length01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/length01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#ucase01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "UCASE()", + "testAction": "_:g70356757469100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#ucase01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/ucase01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#lcase01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "LCASE()", + "testAction": "_:g70356757137140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#lcase01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/lcase01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#encode01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "ENCODE_FOR_URI()", + "testAction": "_:g70356740011980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#encode01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/encode01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#contains01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "CONTAINS()", + "testAction": "_:g70356739680520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#contains01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/contains01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#starts01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRSTARTS()", + "testAction": "_:g70356739332200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#starts01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/starts01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#ends01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRENDS()", + "testAction": "_:g70356739000720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#ends01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/ends01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#plus-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "plus-1", + "testAction": "_:g70356738754160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#plus-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "plus operator on ?x + ?y on string and numeric values", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/plus-1.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#plus-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "plus-2", + "testAction": "_:g70356738430740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#plus-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "plus operator in combination with str(), i.e. str(?x) + str(?y), on string and numeric values", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/plus-2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#md5-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MD5()", + "testAction": "_:g70356738005540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#md5-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/md5-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#md5-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MD5() over Unicode data", + "testAction": "_:g70356737674180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#md5-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/md5-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha1-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SHA1()", + "testAction": "_:g70356737334560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha1-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/sha1-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha1-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SHA1() on Unicode data", + "testAction": "_:g70356736970100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha1-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/sha1-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha256-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SHA256()", + "testAction": "_:g70356736630320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha256-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/sha256-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha256-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SHA256() on Unicode data", + "testAction": "_:g70356736332480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha256-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/sha256-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha512-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SHA512()", + "testAction": "_:g70356732951680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha512-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/sha512-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha512-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SHA512() on Unicode data", + "testAction": "_:g70356732065120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#sha512-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/sha512-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#minutes", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MINUTES()", + "testAction": "_:g70356734342280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#minutes", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/minutes-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#seconds", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SECONDS()", + "testAction": "_:g70356733469400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#seconds", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/seconds-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#hours", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "HOURS()", + "testAction": "_:g70356735209260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#hours", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/hours-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#month", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "MONTH()", + "testAction": "_:g70356726375220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#month", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/month-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#year", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "YEAR()", + "testAction": "_:g70356727466220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#year", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/year-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#day", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "DAY()", + "testAction": "_:g70356724952160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#day", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/day-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#timezone", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "TIMEZONE()", + "testAction": "_:g70356723387180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#timezone", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/timezone-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#tz", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "TZ()", + "testAction": "_:g70356705702700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#tz", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/tz-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#bnode01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "BNODE(str)", + "testAction": "_:g70356705294320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#bnode01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/bnode01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#bnode02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "BNODE()", + "testAction": "_:g70356766284060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#bnode02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/bnode02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#in01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "IN 1", + "testAction": "_:g70356698164100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#in01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/in01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#in02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "IN 2", + "testAction": "_:g70356696706420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#in02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/in02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#notin01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "NOT IN 1", + "testAction": "_:g70356696328420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#notin01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/notin01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#notin02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "NOT IN 2", + "testAction": "_:g70356695937520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#notin02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/notin02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#now01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "NOW()", + "testAction": "_:g70356695593580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#now01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/now01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#rand01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RAND()", + "testAction": "_:g70356695250660", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#rand01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/rand01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#iri01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "IRI()/URI()", + "testAction": "_:g70356765906380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#iri01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/iri01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#if01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "IF()", + "testAction": "_:g70356765562800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#if01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/if01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#if02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "IF() error propogation", + "testAction": "_:g70356761008880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#if02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/if02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#coalesce01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "COALESCE()", + "testAction": "_:g70356760665580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#coalesce01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/coalesce01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strbefore01a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRBEFORE()", + "testAction": "_:g70356759987420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strbefore01a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strbefore01a.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strbefore02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRBEFORE() datatyping", + "testAction": "_:g70356759644240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strbefore02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strbefore02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strafter01a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRAFTER()", + "testAction": "_:g70356758957480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strafter01a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strafter01a.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strafter02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRAFTER() datatyping", + "testAction": "_:g70356758614380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#strafter02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/strafter02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#replace01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "REPLACE()", + "testAction": "_:g70356758270920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#replace01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/replace01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#replace02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "REPLACE() with overlapping pattern", + "testAction": "_:g70356757928020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#replace02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/replace02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#replace03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "REPLACE() with captured substring", + "testAction": "_:g70356757584460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#replace03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/replace03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#uuid01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "UUID() pattern match", + "testAction": "_:g70356757240920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#uuid01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/uuid01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#struuid01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "STRUUID() pattern match", + "testAction": "_:g70356756906040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/manifest#struuid01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/functions/struuid01.srx" + } + ], + "title": "Built-in Functions" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "constructwhere01 - CONSTRUCT WHERE", + "testAction": "_:g70356735707360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "CONSTRUCT WHERE { ?S ?P ?O }", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/constructwhere01result.ttl" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "constructwhere02 - CONSTRUCT WHERE", + "testAction": "_:g70356734866180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "CONSTRUCT WHERE with join", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/constructwhere02result.ttl" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "constructwhere03 - CONSTRUCT WHERE", + "testAction": "_:g70356734173840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "CONSTRUCT WHERE with join, using shortcut notation", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/constructwhere03result.ttl" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "constructwhere04 - CONSTRUCT WHERE", + "testAction": "_:g70356733391060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "CONSTRUCT WHERE with DatasetClause", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/constructwhere04result.ttl" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "constructwhere05 - CONSTRUCT WHERE", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/constructwhere05.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "CONSTRUCT WHERE with FILTER" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "constructwhere06 - CONSTRUCT WHERE", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/constructwhere06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/construct/manifest#constructwhere06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ] + } + ], + "title": "CONSTRUCT" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#csv01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#CSVResultFormatTest" + ], + "title": "csv01 - CSV Result Format", + "testAction": "_:g70356726162760", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#csv01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "SELECT * WHERE { ?S ?P ?O }", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/csvtsv01.csv" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#tsv01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tsv01 - TSV Result Format", + "testAction": "_:g70356705895880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#tsv01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "SELECT * WHERE { ?S ?P ?O }", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/csvtsv01.tsv" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#csv02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#CSVResultFormatTest" + ], + "title": "cvs02 - CSV Result Format", + "testAction": "_:g70356724809500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#csv02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "SELECT with OPTIONAL (i.e. not all vars bound in all results)", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/csvtsv02.csv" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#tsv02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tvs02 - TSV Result Format", + "testAction": "_:g70356703940420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#tsv02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "SELECT with OPTIONAL (i.e. not all vars bound in all results)", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/csvtsv02.tsv" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#csv03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#CSVResultFormatTest" + ], + "title": "csv03 - CSV Result Format", + "testAction": "_:g70356723469160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#csv03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "SELECT * WHERE { ?S ?P ?O } with some corner cases of typed literals", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/csvtsv03.csv" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#tsv03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "tsv03 - TSV Result Format", + "testAction": "_:g70356703066980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/manifest#tsv03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "SELECT * WHERE { ?S ?P ?O } with some corner cases of typed literals", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/csv-tsv-res/csvtsv03.tsv" + } + ], + "title": "CSV/TSV Result Format" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-str", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:string", + "testAction": "_:g70356732192600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-str", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-str.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-flt", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:float", + "testAction": "_:g70356732427060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-flt", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-flt.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-dbl", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:double", + "testAction": "_:g70356735423020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-dbl", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-dbl.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-dec", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:decimal", + "testAction": "_:g70356731966280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-dec", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-dec.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-int", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:integer", + "testAction": "_:g70356735846680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-int", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-int.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-dT", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:dateTime", + "testAction": "_:g70356735274620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-dT", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-dT.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-bool", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Cast to xsd:boolean", + "testAction": "_:g70356734878800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/manifest#cast-bool", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:failed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/cast/cast-bool.srx" + } + ], + "title": "Casting" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY 1", + "testAction": "_:g70356723684660", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Copy the default graph to an existing graph", + "testResult": "_:g70356706470540" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY 2", + "testAction": "_:g70356705646000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Copy the default graph to a non-existing graph", + "testResult": "_:g70356704206120" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY 3", + "testAction": "_:g70356705001220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Copy a named graph to an existing graph", + "testResult": "_:g70356698153820" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY 4", + "testAction": "_:g70356732210120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Copy a named graph to a non-existing graph", + "testResult": "_:g70356734914100" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY 6", + "testAction": "_:g70356735573340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Copy an existing graph to the default graph", + "testResult": "_:g70356735079300" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY 7", + "testAction": "_:g70356734337280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/copy/manifest#copy07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Copy a graph to itself", + "testResult": "_:g70356733846660" + } + ], + "title": "Copy" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Numbers: No distinct", + "testAction": "_:g70356733733220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/no-distinct-num.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Numbers: Distinct", + "testAction": "_:g70356733293280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/distinct-num.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Strings: No distinct", + "testAction": "_:g70356731936080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/no-distinct-str.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Strings: Distinct", + "testAction": "_:g70356727258140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/distinct-str.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Nodes: No distinct", + "testAction": "_:g70356726760680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/no-distinct-node.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Nodes: Distinct", + "testAction": "_:g70356726085440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/distinct-node.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Opt: No distinct", + "testAction": "_:g70356725328280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/no-distinct-opt.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Opt: Distinct", + "testAction": "_:g70356723946700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/distinct-opt.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "All: No distinct", + "testAction": "_:g70356723488520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#no-distinct-9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/no-distinct-all.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "All: Distinct", + "testAction": "_:g70356706207940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/distinct-all.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-star-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SELECT DISTINCT *", + "testAction": "_:g70356734209580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/manifest#distinct-star-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/distinct/distinct-star-1.srx" + } + ], + "title": "DISTINCT" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Group-1", + "testAction": "_:g70356738610640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Simple grouping", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/group01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Group-3", + "testAction": "_:g70356737934920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Grouping with an unbound", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/group03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Group-4", + "testAction": "_:g70356737597060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Grouping with expression", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/group04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Group-5", + "testAction": "_:g70356737234880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Grouping with unbound ", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/group05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "Group-6", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/group06.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "projection of ungrouped variable" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#NegativeSyntaxTest11" + ], + "title": "Group-7", + "testAction": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/group07.rq", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/grouping/manifest#group07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "projection of ungrouped variable, more complex example than Group-6" + } + ], + "title": "Grouping" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "jsonres01 - JSON Result Format", + "testAction": "_:g70356731996020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "SELECT * WHERE { ?S ?P ?O }", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/jsonres01.srj" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "jsonres02 - JSON Result Format", + "testAction": "_:g70356736043220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "SELECT with OPTIONAL (i.e. not all vars bound in all results)", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/jsonres02.srj" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "jsonres03 - JSON Result Format", + "testAction": "_:g70356734993320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "ASK - answer: true", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/jsonres03.srj" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "jsonres04 - JSON Result Format", + "testAction": "_:g70356734160220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/manifest#jsonres04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "ASK - answer: false", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/json-res/jsonres04.srj" + } + ], + "title": "JSON Result Format" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE 1", + "testAction": "_:g70356726230060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Move the default graph to an existing graph", + "testResult": "_:g70356725656240" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE 2", + "testAction": "_:g70356723715520", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Move the default graph to a non-existing graph", + "testResult": "_:g70356723468300" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE 3", + "testAction": "_:g70356705834060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Move a named graph to an existing graph", + "testResult": "_:g70356703871840" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE 4", + "testAction": "_:g70356702536320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Move a named graph to a non-existing graph", + "testResult": "_:g70356696938300" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE 6", + "testAction": "_:g70356696578420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Move an existing graph to the default graph", + "testResult": "_:g70356696382140" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE 7", + "testAction": "_:g70356696115080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/move/manifest#move07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Move a graph to itself", + "testResult": "_:g70356695917280" + } + ], + "title": "Move" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-by-exclusion-nex-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Subsets by exclusion (NOT EXISTS)", + "testAction": "_:g70356766183540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-by-exclusion-nex-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/subsetByExcl01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-by-exclusion-minus-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Subsets by exclusion (MINUS)", + "testAction": "_:g70356765875200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-by-exclusion-minus-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/subsetByExcl02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#temporal-proximity-by-exclusion-nex-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Medical, temporal proximity by exclusion (NOT EXISTS)", + "testAction": "_:g70356765575300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#temporal-proximity-by-exclusion-nex-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/temporalProximity01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Calculate which sets are subsets of others (include A subsetOf A)", + "testAction": "_:g70356760791320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/subset-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Calculate which sets are subsets of others (exclude A subsetOf A)", + "testAction": "_:g70356760483280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/subset-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#set-equals-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Calculate which sets have the same elements", + "testAction": "_:g70356760183080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#set-equals-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/set-equals-1.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Calculate proper subset", + "testAction": "_:g70356759874980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#subset-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/subset-03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#exists-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Positive EXISTS 1", + "testAction": "_:g70356759566600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#exists-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/exists-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#exists-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Positive EXISTS 2", + "testAction": "_:g70356759266560", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#exists-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/exists-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#full-minuend", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Subtraction with MINUS from a fully bound minuend", + "testAction": "_:g70356758993100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#full-minuend", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/full-minuend.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#partial-minuend", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Subtraction with MINUS from a partially bound minuend", + "testAction": "_:g70356758728000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/manifest#partial-minuend", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/negation/part-minuend.srx" + } + ], + "title": "Negation" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Exists with one constant", + "testAction": "_:g70356732245960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/exists01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Exists with ground triple", + "testAction": "_:g70356726931360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/exists02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Exists within graph pattern", + "testAction": "_:g70356725638980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Checks that exists is interpreted within named graph", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/exists03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Nested positive exists", + "testAction": "_:g70356723604740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/exists04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Nested negative exists in positive exists", + "testAction": "_:g70356705928920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/manifest#exists05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/exists/exists05.srx" + } + ], + "title": "Positive Exists" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Expression is equality", + "testAction": "_:g70356757727980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Expression raise an error", + "testAction": "_:g70356757419740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Reuse a project expression variable in select", + "testAction": "_:g70356757119480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Reuse a project expression variable in order by", + "testAction": "_:g70356740025740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Expression may return no value", + "testAction": "_:g70356739717880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Expression has undefined variable", + "testAction": "_:g70356739380260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Expression has variable that may be unbound", + "testAction": "_:g70356739083000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/manifest#projexp07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/project-expression/projexp07.srx" + } + ], + "title": "Project Expression" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp01) Simple path", + "testAction": "_:g70356737705440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp02) Star path", + "testAction": "_:g70356737397400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp03) Simple path with loop", + "testAction": "_:g70356737065160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp06) Path with two graphs", + "testAction": "_:g70356732869400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp07) Path with one graph", + "testAction": "_:g70356726254100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp08) Reverse path", + "testAction": "_:g70356735853460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp09) Reverse sequence path", + "testAction": "_:g70356734881380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp09.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp10) Path with negation", + "testAction": "_:g70356734148080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp10.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp11) Simple path and two paths to same target node", + "testAction": "_:g70356733321240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp11.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp12) Variable length path and two paths to same target node", + "testAction": "_:g70356727417980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp12.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp14) Star path over foaf:knows", + "testAction": "_:g70356725195900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp14.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp16", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp16) Duplicate paths and cycles through foaf:knows*", + "testAction": "_:g70356705931080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp16", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp16.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp21", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp21) Diamond -- :p+", + "testAction": "_:g70356702948180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp21", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/diamond-2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp23", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp23) Diamond, with tail -- :p+", + "testAction": "_:g70356696577500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp23", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/diamond-tail-2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp25", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp25) Diamond, with loop -- :p+", + "testAction": "_:g70356695951540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp25", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/diamond-loop-2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp28a", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp28a) Diamond, with loop -- (:p/:p)?", + "testAction": "_:g70356766395060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp28a", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/diamond-loop-5a.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp30", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp30) Operator precedence 1", + "testAction": "_:g70356765772900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp30", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/path-p1.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp31", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp31) Operator precedence 2", + "testAction": "_:g70356765461900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp31", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/path-p2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp32", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp32) Operator precedence 3", + "testAction": "_:g70356760940120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp32", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/path-p3.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp33", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp33) Operator precedence 4", + "testAction": "_:g70356760629060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp33", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/path-p4.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp34", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp34) Named Graph 1", + "testAction": "_:g70356760317980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp34", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/path-ng-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp35", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp35) Named Graph 2", + "testAction": "_:g70356759927300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp35", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/path-ng-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp36", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp36) Arbitrary path with bound endpoints", + "testAction": "_:g70356759544420", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp36", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp36.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp37", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "(pp37) Nested (*)*", + "testAction": "_:g70356759200080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/manifest#pp37", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test case as per http://lists.w3.org/Archives/Public/public-rdf-dawg-comments/2012Feb/0006.html", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/property-path/pp37.srx" + } + ], + "title": "Property Path" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/manifest#reduced-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SELECT REDUCED *", + "testAction": "_:g70356733960380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/manifest#reduced-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/reduced-1.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/manifest#reduced-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "SELECT REDUCED ?x with strings", + "testAction": "_:g70356733472960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/manifest#reduced-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/reduced/reduced-2.srx" + } + ], + "title": "REDUCED" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#load-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "LOAD SILENT", + "testAction": "_:g70356739266940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#load-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Loading a non-existent graph", + "testResult": "_:g70356739198040" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#load-into-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "LOAD SILENT INTO", + "testAction": "_:g70356738952140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#load-into-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Loading a non-existent named graph", + "testResult": "_:g70356738872480" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#clear-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CLEAR SILENT GRAPH iri", + "testAction": "_:g70356738623660", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#clear-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Clearing a non-existent named graph", + "testResult": "_:g70356738512220" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#clear-default-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CLEAR SILENT DEFAULT", + "testAction": "_:g70356738231100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#clear-default-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Clearing the already empty default graph. (This operation would also succeed without SILENT)", + "testResult": "_:g70356738153320" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#create-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "CREATE SILENT iri", + "testAction": "_:g70356737887200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#create-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Creation of an already existent named graph", + "testResult": "_:g70356737721580" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#drop-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DROP SILENT GRAPH iri", + "testAction": "_:g70356737377040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#drop-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Clearing a non-existent named graph", + "testResult": "_:g70356737232600" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#drop-default-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "DROP SILENT DEFAULT", + "testAction": "_:g70356736950600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#drop-default-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Clearing the already empty default graph. (This operation would also succeed withou SILENT)", + "testResult": "_:g70356736872760" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#copy-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY SILENT", + "testAction": "_:g70356736626100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#copy-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "copy a non-existent graph", + "testResult": "_:g70356736450260" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#copy-to-default-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "COPY SILENT TO DEFAULT", + "testAction": "_:g70356732225080", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#copy-to-default-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "copy a non-existent graph to default graph", + "testResult": "_:g70356736105980" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#move-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE SILENT", + "testAction": "_:g70356735474400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#move-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "move a non-existent graph", + "testResult": "_:g70356731966200" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#move-to-default-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "MOVE SILENT TO DEFAULT", + "testAction": "_:g70356735163820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#move-to-default-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "move a non-existent graph to default graph", + "testResult": "_:g70356734993340" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#add-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD SILENT", + "testAction": "_:g70356734354020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#add-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "add a non-existent graph", + "testResult": "_:g70356733880560" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#add-to-default-silent", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#UpdateEvaluationTest" + ], + "title": "ADD SILENT TO DEFAULT", + "testAction": "_:g70356732472040", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/update-silent/manifest#add-to-default-silent", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "add a non-existent graph to default graph", + "testResult": "_:g70356731946420" + } + ], + "title": "SPARQL 1.1 Update test cases for SILENT", + "description": "The test cases in this manifest comprise cases of erroneous operations which should fail, but succeed because of the keyword SILENT" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Limit 1", + "testAction": "_:g70356724003280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-01.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Limit 2", + "testAction": "_:g70356723552900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-02.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Limit 3", + "testAction": "_:g70356706306940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-03.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Limit 4", + "testAction": "_:g70356705814380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#limit-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-04.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Offset 1", + "testAction": "_:g70356704725060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-10.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Offset 2", + "testAction": "_:g70356705407720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-11.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Offset 3", + "testAction": "_:g70356702985980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-12.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Offset 4", + "testAction": "_:g70356734310360", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#offset-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-13.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Slice 1", + "testAction": "_:g70356726703120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-20.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Slice 2", + "testAction": "_:g70356732132060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-21.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Slice 3", + "testAction": "_:g70356732819940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-22.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Slice 4", + "testAction": "_:g70356736046840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-23.ttl" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Slice 5", + "testAction": "_:g70356735403940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/manifest#slice-5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/solution-seq/slice-results-24.ttl" + } + ], + "title": "Solution Sequence" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq01 - Subquery within graph pattern", + "testAction": "_:g70356736968120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq02 - Subquery within graph pattern, graph variable is bound", + "testAction": "_:g70356736657060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq03 - Subquery within graph pattern, graph variable is not bound", + "testAction": "_:g70356736347340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:failed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq04 - Subquery within graph pattern, default graph does not apply", + "testAction": "_:g70356736098860", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq05 - Subquery within graph pattern, from named applies", + "testAction": "_:g70356732670900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq06 - Subquery with graph pattern, from named applies", + "testAction": "_:g70356735403980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq07 - Subquery with from ", + "testAction": "_:g70356734585400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq08 - Subquery with aggregate", + "testAction": "_:g70356733782300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq09 - Nested Subqueries", + "testAction": "_:g70356732471340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq09.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq10 - Subquery with exists", + "testAction": "_:g70356727076540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq10.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq11 - Subquery limit per resource", + "testAction": "_:g70356725916720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This query limits results per number of orders, rather than by number of rows", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq11.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq12 - Subquery in CONSTRUCT with built-ins", + "testAction": "_:g70356723777580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "This query constructs full names from first and last names", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq12_out.ttl" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq13 - Subqueries don't inject bindings", + "testAction": "_:g70356706078640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "The result of this subquery is a Kartesian product of all orders, rather than paris of orders sharing products, since subqueries are evaluated independent from bindings from outside the subquery", + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq11.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery14", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sq14 - limit by resource", + "testAction": "_:g70356704247980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/manifest#subquery14", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/subquery/sq14-out.ttl" + } + ], + "title": "Sub query" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind01 - BIND fixed data for OWL DL", + "testAction": "_:g70356723355900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind02 - BIND fixed data for OWL DL", + "testAction": "_:g70356703955620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind03 - BIND fixed data for OWL DL", + "testAction": "_:g70356734061380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind04 - BIND fixed data for OWL DL", + "testAction": "_:g70356732804440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind05 - BIND fixed data for OWL DL", + "testAction": "_:g70356734979900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind06 - BIND fixed data for OWL DL", + "testAction": "_:g70356733551800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind07 - BIND fixed data for OWL DL", + "testAction": "_:g70356727038220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bind08 - BIND fixed data for OWL DL", + "testAction": "_:g70356724491780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#bind08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/bind08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#d-ent-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "D-Entailment test to show that neither literals in subject position nor newly introduced surrogate blank nodes are to be returned in query answers", + "testAction": "_:g70356705884300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#d-ent-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/d-ent-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#lang", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Literal with language tag test", + "testAction": "_:g70356703872600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#lang", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/lang.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#owlds01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bnodes are not existentials", + "testAction": "_:g70356694158320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#owlds01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/owlds01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#owlds02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "bnodes are not existentials with answer", + "testAction": "_:g70356735484160", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#owlds02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/owlds02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "paper-sparqldl-Q1", + "testAction": "_:g70356735325060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/paper-sparqldl-Q1.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q1-rdfs", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "paper-sparqldl-Q1-rdfs", + "testAction": "_:g70356734240340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q1-rdfs", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/paper-sparqldl-Q1-rdfs.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "paper-sparqldl-Q2", + "testAction": "_:g70356733293240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/paper-sparqldl-Q2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "paper-sparqldl-Q3", + "testAction": "_:g70356727286240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/paper-sparqldl-Q3.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "paper-sparqldl-Q4", + "testAction": "_:g70356726081100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/paper-sparqldl-Q4.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "paper-sparqldl-Q5", + "testAction": "_:g70356723697200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#paper-sparqldl-Q5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/paper-sparqldl-Q5.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "filtered subclass query with (hasChild some Thing) restriction", + "testAction": "_:g70356704581980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent10.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with distinguished variable", + "testAction": "_:g70356705042680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with (hasChild some Thing) restriction", + "testAction": "_:g70356736446960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent3.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with (hasChild min 1) restriction", + "testAction": "_:g70356736787480", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent4.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with (hasChild some Female) restriction", + "testAction": "_:g70356737152540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent5.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with (hasChild min 1 Female) restriction", + "testAction": "_:g70356737524740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent6.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with (hasChild max 1 Female) restriction", + "testAction": "_:g70356737889800", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent7.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "parent query with (hasChild exactly 1 Female) restriction", + "testAction": "_:g70356738230300", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent8.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent9", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "subclass query with (hasChild some Thing) restriction", + "testAction": "_:g70356738563700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#parent9", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/parent9.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#plainLit", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "Plain literals with language tag are not the same as the same literal without", + "testAction": "_:g70356738904220", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#plainLit", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/plainLit.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDF inference test", + "testAction": "_:g70356739382940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdf01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDF inference test", + "testAction": "_:g70356739699980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdf02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDF test for blank node cardinalities", + "testAction": "_:g70356740008840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdf03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple triple pattern match", + "testAction": "_:g70356757103140", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdf04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdf04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test rdfs:subPropertyOf", + "testAction": "_:g70356757648700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test rdfs:subPropertyOf", + "testAction": "_:g70356758155620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test combining subPropertyOf and domain", + "testAction": "_:g70356758662540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test subClassOf", + "testAction": "_:g70356759026380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test subClassOf", + "testAction": "_:g70356759533280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test domain", + "testAction": "_:g70356760040200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test range", + "testAction": "_:g70356760547120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test rdf:XMLLiteral subclass of rdfs:Literal", + "testAction": "_:g70356765264700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test transitivity of subClassOf", + "testAction": "_:g70356765628540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs09.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test transitivity of subPropertyOf", + "testAction": "_:g70356766135460", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs10.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test subProperty and instances", + "testAction": "_:g70356695265440", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs11.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test containers", + "testAction": "_:g70356695629280", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs12.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RDFS inference test to show that neither literals in subject position nor newly introduced surrogate blank nodes are to be returned in query answers", + "testAction": "_:g70356695968580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rdfs13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rdfs13.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RIF Logical Entailment (referencing RIF XML)", + "testAction": "_:g70356696461380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rif01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RIF Logical Entailment (referencing RIF in RDF)", + "testAction": "_:g70356696737940", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rif02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RIF Core WG tests: Frames", + "testAction": "_:g70356696770840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rif03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RIF Core WG tests: Modeling Brain Anatomy", + "testAction": "_:g70356696445180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rif04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RIF Core WG tests: IRI from RDF Literal", + "testAction": "_:g70356696153380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rif05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "RIF Core WG tests: RDF Combination Blank Node", + "testAction": "_:g70356695836740", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#rif06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/rif06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 1", + "testAction": "_:g70356695511620", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple1.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 2", + "testAction": "_:g70356695075780", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple2.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 3", + "testAction": "_:g70356766134100", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple3.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 4", + "testAction": "_:g70356765774260", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple4.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple5", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 5", + "testAction": "_:g70356765414980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple5", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple5.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple6", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 6", + "testAction": "_:g70356760844960", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple6", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple6.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple7", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 7", + "testAction": "_:g70356760485400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple7", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple7.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple8", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "simple 8", + "testAction": "_:g70356760133920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#simple8", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/simple8.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-01.rq: triple pattern", + "testAction": "_:g70356759774500", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-01.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-02.rq: simple combined query", + "testAction": "_:g70356759206120", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-02.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-03.rq: combined query with complex class description", + "testAction": "_:g70356758664700", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-03.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-04.rq: bug fixing test", + "testAction": "_:g70356758169400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-04.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-05.rq: simple undistinguished variable test.", + "testAction": "_:g70356757628060", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-05.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-06.rq: cycle of undistinguished variables", + "testAction": "_:g70356757086580", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-06.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-07.rq: two distinguished variables + undist.", + "testAction": "_:g70356739732900", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-07.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-08.rq: two distinguished variables + undist.", + "testAction": "_:g70356739164760", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-08.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-09.rq: undist vars test", + "testAction": "_:g70356738596380", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-09.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-10.rq: undist vars test", + "testAction": "_:g70356738038640", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-10.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-11.rq: domain test", + "testAction": "_:g70356737589320", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-11.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-12.rq: range test", + "testAction": "_:g70356737117920", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-12.srx" + }, + { + "@id": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-13", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "sparqldl-13.rq: sameAs", + "testAction": "_:g70356736679200", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/manifest#sparqldl-13", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "testResult": "http://www.w3.org/2009/sparql/docs/tests/data-sparql11/entailment/sparqldl-13.srx" + } + ], + "title": "entailment regime test cases" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest.ttl", + "@type": [ + "earl:Report", + "mf:Manifest" + ], + "entries": [ + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-01", + "testAction": "_:g70356723468600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "graph match - no lexical form in data (assumes no value matching)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-01-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-02", + "testAction": "_:g70356706238840", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "graph match - unknown type", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-02-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-03", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-03", + "testAction": "_:g70356705849720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-03", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Filter(?v=1)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-03-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-04", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-04", + "testAction": "_:g70356704204340", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-04", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Filter(?v!=1)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-04-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-05", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-05", + "testAction": "_:g70356703807000", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-05", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTER(?v = unknown type)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-05-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-06", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-06", + "testAction": "_:g70356704906240", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-06", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "FILTER(?v != unknown type)", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-06-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-07", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-07", + "testAction": "_:g70356702589540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-07", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test of '=' ", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-07-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-08", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-08", + "testAction": "_:g70356733111400", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-08", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test of '!='", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-08-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-09", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-09", + "testAction": "_:g70356732606880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-09", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test of '='", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-09-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-10", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-10", + "testAction": "_:g70356735424680", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-10", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Test of '!='", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-10-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-11", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-11", + "testAction": "_:g70356736213980", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-11", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "test of '=' || '!='", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-11-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-12", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-eq-12", + "testAction": "_:g70356735645180", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-eq-12", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "find pairs that don't value-compare", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-eq-12-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-1", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "date-1", + "testAction": "_:g70356734966820", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-1", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:notAvailable", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:untested" + } + } + ], + "description": "Added type : xsd:date '='", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/date-1-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-2", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "date-2", + "testAction": "_:g70356734556880", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-2", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Added type : xsd:date '!='", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/date-2-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-3", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "date-3", + "testAction": "_:g70356734142540", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-3", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Added type : xsd:date '>'", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/date-3-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-4", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "date-4", + "testAction": "_:g70356733652020", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#date-4", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "xsd:date ORDER BY", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/date-4-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-cmp-01", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-cmp-01", + "testAction": "_:g70356733081600", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-cmp-01", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Find things that compare with < or >", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-cmp-01-result.srx" + }, + { + "@id": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-cmp-02", + "@type": [ + "earl:TestCriterion", + "earl:TestCase", + "http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#QueryEvaluationTest" + ], + "title": "open-cmp-02", + "testAction": "_:g70356731949720", + "assertions": [ + { + "@type": "earl:Assertion", + "test": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/manifest#open-cmp-02", + "subject": "http://rubygems.org/gems/sparql", + "mode": "earl:automatic", + "result": { + "@type": "earl:TestResult", + "outcome": "earl:passed" + }, + "assertedBy": "http://greggkellogg.net/foaf#me" + } + ], + "description": "Find things that compare with <= and >", + "testResult": "http://www.w3.org/2001/sw/DataAccess/tests/data-r2/open-world/open-cmp-02-result.srx" + } + ], + "title": "open world value testing tests" + } + ] +} \ No newline at end of file diff --git a/etc/earl.ttl b/etc/earl.ttl index bd685c59..6181a359 100644 --- a/etc/earl.ttl +++ b/etc/earl.ttl @@ -5,6 +5,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . +@prefix earl: . <> a doap:Project; doap:name "SPARQL"; @@ -48,7 +49,7 @@ foaf:name "Arto Bendiken" . <> foaf:primaryTopic ; - dc:issued "2015-05-12T13:27:28-07:00"^^xsd:dateTime ; + dc:issued "2015-05-12T14:52:25-07:00"^^xsd:dateTime ; foaf:maker . a foaf:Person, earl:Assertor; @@ -63,8 +64,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-basic-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-basic-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -74,8 +75,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-basic-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-basic-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -85,8 +86,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-basic-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-basic-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -96,8 +97,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-basic-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-basic-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -107,8 +108,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-basic-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-basic-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -118,8 +119,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-basic-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-basic-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -129,8 +130,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -140,8 +141,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -151,8 +152,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -162,8 +163,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -173,8 +174,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -184,8 +185,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -195,8 +196,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -206,8 +207,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-qname-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-qname-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -217,8 +218,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -228,8 +229,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -239,8 +240,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -250,8 +251,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -261,8 +262,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -272,8 +273,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -283,8 +284,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -294,8 +295,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "syntax-lit-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -305,8 +306,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -316,8 +317,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-10.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-10.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -327,8 +328,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-11.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-11.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -338,8 +339,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-12.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-12.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -349,8 +350,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-13.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-13.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -360,8 +361,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-14.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-14.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -371,8 +372,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-15.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-15.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -382,8 +383,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-16.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-16.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -393,8 +394,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-17.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-17.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -404,8 +405,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-18.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-18.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -415,8 +416,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-19.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-19.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -426,8 +427,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lit-20.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lit-20.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -437,8 +438,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -448,8 +449,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -459,8 +460,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -470,8 +471,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -481,8 +482,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -492,8 +493,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -503,8 +504,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -514,8 +515,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -525,8 +526,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-10.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-10.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -536,8 +537,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-11.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-11.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -547,8 +548,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-12.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-12.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -558,8 +559,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-13.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-13.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -569,8 +570,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-struct-14.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-struct-14.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -580,8 +581,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -591,8 +592,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -602,8 +603,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -613,8 +614,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -624,8 +625,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -635,8 +636,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnodes-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnodes-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -646,8 +647,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnodes-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnodes-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -657,8 +658,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnodes-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnodes-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -668,8 +669,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnodes-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnodes-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -679,8 +680,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnodes-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnodes-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -690,8 +691,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-forms-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-forms-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -701,8 +702,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-forms-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-forms-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -712,8 +713,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-union-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-union-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -723,8 +724,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-union-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-union-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -734,8 +735,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-expr-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-expr-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -745,8 +746,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-expr-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-expr-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -756,8 +757,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-expr-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-expr-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -767,8 +768,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-expr-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-expr-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -778,8 +779,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-expr-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-expr-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -789,8 +790,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -800,8 +801,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -811,8 +812,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -822,8 +823,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -833,8 +834,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -844,8 +845,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -855,8 +856,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-order-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-order-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -866,8 +867,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-limit-offset-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-limit-offset-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -877,8 +878,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-limit-offset-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-limit-offset-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -888,8 +889,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-limit-offset-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-limit-offset-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -899,8 +900,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-limit-offset-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-limit-offset-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -910,8 +911,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-pat-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-pat-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -921,8 +922,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-pat-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-pat-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -932,8 +933,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-pat-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-pat-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -943,8 +944,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-pat-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-pat-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -954,8 +955,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -965,8 +966,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -976,8 +977,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -987,8 +988,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -998,8 +999,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1009,8 +1010,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1020,8 +1021,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1031,8 +1032,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1042,8 +1043,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1053,8 +1054,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-10.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-10.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1064,8 +1065,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-11.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-11.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1075,8 +1076,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-12.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-12.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1086,8 +1087,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-13.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-13.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1097,8 +1098,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-general-14.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-general-14.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1108,8 +1109,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-keywords-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-keywords-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1119,8 +1120,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-keywords-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-keywords-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1130,8 +1131,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-keywords-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-keywords-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1141,8 +1142,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1152,8 +1153,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1163,8 +1164,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1174,8 +1175,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1185,8 +1186,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-lists-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-lists-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1196,8 +1197,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnode-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnode-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1207,8 +1208,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnode-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnode-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1218,8 +1219,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bnode-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bnode-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1229,8 +1230,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-function-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-function-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1240,8 +1241,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-function-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-function-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1251,8 +1252,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-function-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-function-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1262,8 +1263,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-function-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-function-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1273,8 +1274,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-select-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-select-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1284,8 +1285,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-select-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-select-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1295,8 +1296,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-ask-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-ask-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1306,8 +1307,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-construct01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-construct01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1317,8 +1318,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-construct02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-construct02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1328,8 +1329,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-construct03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-construct03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1339,8 +1340,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-construct04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-construct04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1350,8 +1351,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-construct06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-construct06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1361,8 +1362,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-describe01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-describe01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1372,8 +1373,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-form-describe02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-form-describe02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1383,8 +1384,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-dataset-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-dataset-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1394,8 +1395,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-dataset-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-dataset-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1405,8 +1406,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-dataset-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-dataset-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1416,8 +1417,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-dataset-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-dataset-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1427,8 +1428,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-graph-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-graph-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1438,8 +1439,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-graph-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-graph-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1449,8 +1450,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-graph-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-graph-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1460,8 +1461,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-graph-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-graph-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1471,8 +1472,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-graph-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-graph-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1482,8 +1483,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-esc-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-esc-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1493,8 +1494,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-esc-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-esc-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1504,8 +1505,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-esc-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-esc-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1515,8 +1516,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "syntax-esc-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-esc-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1526,8 +1527,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "syntax-esc-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-esc-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1537,8 +1538,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1548,8 +1549,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1559,8 +1560,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1570,8 +1571,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1581,8 +1582,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1592,8 +1593,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1603,8 +1604,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1614,8 +1615,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1625,8 +1626,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1636,8 +1637,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1647,8 +1648,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1658,8 +1659,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1669,8 +1670,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1680,8 +1681,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1691,8 +1692,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1702,8 +1703,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1713,8 +1714,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1724,8 +1725,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-10.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-10.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1735,8 +1736,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-11.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-11.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1746,8 +1747,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-12.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-12.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1757,8 +1758,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-13.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-13.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1768,8 +1769,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-14.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-14.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1779,8 +1780,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-15.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-15.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1790,8 +1791,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-16.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-16.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1801,8 +1802,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-17.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-17.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1812,8 +1813,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-18.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-18.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1823,8 +1824,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-19.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-19.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1834,8 +1835,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-20.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-20.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1845,8 +1846,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-21.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-21.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1856,8 +1857,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-22.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-22.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1867,8 +1868,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-23.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-23.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1878,8 +1879,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-24.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-24.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1889,8 +1890,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-25.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-25.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1900,8 +1901,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-26.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-26.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1911,8 +1912,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-27.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-27.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1922,8 +1923,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-28.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-28.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1933,8 +1934,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-29.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-29.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1944,8 +1945,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-30.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-30.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1955,8 +1956,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-31.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-31.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1966,8 +1967,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-bnode-dot.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-bnode-dot.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1977,8 +1978,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-bnodes-missing-pvalues-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-bnodes-missing-pvalues-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1988,8 +1989,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-bnodes-missing-pvalues-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-bnodes-missing-pvalues-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -1999,8 +2000,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-empty-optional-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-empty-optional-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2010,8 +2011,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-empty-optional-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-empty-optional-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2021,8 +2022,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-filter-missing-parens.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-filter-missing-parens.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2032,8 +2033,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-lone-list.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-lone-list.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2043,8 +2044,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-lone-node.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-lone-node.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2054,8 +2055,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-blabel-cross-filter"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-blabel-cross-filter"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2065,8 +2066,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-blabel-cross-graph-bad"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-blabel-cross-graph-bad"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2076,8 +2077,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-blabel-cross-optional-bad"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-blabel-cross-optional-bad"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2087,8 +2088,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-blabel-cross-union-bad"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-blabel-cross-union-bad"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2098,8 +2099,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2109,8 +2110,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-10.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-10.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2120,8 +2121,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-11.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-11.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2131,8 +2132,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-34.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-34.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2142,8 +2143,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-35.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-35.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2153,8 +2154,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-36.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-36.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2164,8 +2165,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-37.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-37.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2175,8 +2176,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-38.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-38.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2186,8 +2187,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-OPT-breaks-BGP"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-OPT-breaks-BGP"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2197,8 +2198,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-UNION-breaks-BGP"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-UNION-breaks-BGP"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2208,8 +2209,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-GRAPH-breaks-BGP"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-GRAPH-breaks-BGP"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2219,8 +2220,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-leading-digits-in-prefixed-names.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-leading-digits-in-prefixed-names.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2230,8 +2231,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-reduced-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-reduced-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2241,8 +2242,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-reduced-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-reduced-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2252,8 +2253,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Prefix/Base 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Prefix/Base 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2263,8 +2264,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Prefix/Base 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Prefix/Base 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2274,8 +2275,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Prefix/Base 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Prefix/Base 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2285,8 +2286,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Prefix/Base 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Prefix/Base 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2296,8 +2297,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Prefix/Base 5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Prefix/Base 5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2307,8 +2308,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - List 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - List 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2318,8 +2319,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - List 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - List 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2329,8 +2330,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - List 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - List 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2340,8 +2341,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - List 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - List 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2351,8 +2352,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Quotes 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Quotes 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2362,8 +2363,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Quotes 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Quotes 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2373,8 +2374,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Quotes 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Quotes 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2384,8 +2385,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Quotes 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Quotes 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2395,8 +2396,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2406,8 +2407,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2417,8 +2418,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2428,8 +2429,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2439,8 +2440,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2450,8 +2451,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "Basic - Term 6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2461,8 +2462,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "Basic - Term 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2472,8 +2473,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 8"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 8"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2483,8 +2484,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Term 9"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Term 9"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2494,8 +2495,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Var 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Var 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2505,8 +2506,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic - Var 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic - Var 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2516,8 +2517,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Non-matching triple pattern"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Non-matching triple pattern"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2527,8 +2528,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Basic graph pattern - spoo"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Basic graph pattern - spoo"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2538,8 +2539,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Prefix name 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Prefix name 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2549,8 +2550,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-triple-pattern-001"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-triple-pattern-001"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2560,8 +2561,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-triple-pattern-002"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-triple-pattern-002"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2571,8 +2572,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-triple-pattern-003"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-triple-pattern-003"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2582,8 +2583,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-triple-pattern-004"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-triple-pattern-004"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2593,8 +2594,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2604,8 +2605,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2615,8 +2616,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2626,8 +2627,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-04"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-04"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2637,8 +2638,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-05"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-05"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2648,8 +2649,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-06"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-06"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2659,8 +2660,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-07"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-07"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2670,8 +2671,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-08"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-08"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2681,8 +2682,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-09"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-09"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2692,8 +2693,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-10"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-10"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2703,8 +2704,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-11"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-11"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2714,8 +2715,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-eq-12"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-eq-12"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2725,8 +2726,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "date-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """date-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2736,8 +2737,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "date-3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """date-3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2747,8 +2748,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "date-4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """date-4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2758,8 +2759,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-cmp-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-cmp-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2769,8 +2770,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "open-cmp-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """open-cmp-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2780,8 +2781,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Nested Optionals - 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Nested Optionals - 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2791,8 +2792,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Nested Optionals - 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Nested Optionals - 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2802,8 +2803,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Optional-filter - 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Optional-filter - 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2813,8 +2814,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Optional-filter - 2 filters"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Optional-filter - 2 filters"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2824,8 +2825,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Optional-filter - scope of variable"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Optional-filter - scope of variable"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2835,8 +2836,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Filter-placement - 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Filter-placement - 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2846,8 +2847,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Filter-placement - 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Filter-placement - 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2857,8 +2858,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Filter-placement - 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Filter-placement - 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2868,8 +2869,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Filter-nested - 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Filter-nested - 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2879,8 +2880,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Filter-nested - 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Filter-nested - 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2890,8 +2891,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Filter-scope - 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Filter-scope - 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2901,8 +2902,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Join scope - 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Join scope - 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2912,8 +2913,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Join operator with OPTs, BGPs, and UNIONs"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Join operator with OPTs, BGPs, and UNIONs"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2923,8 +2924,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Join operator with Graph and Union"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Join operator with Graph and Union"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2934,8 +2935,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-bnode-coreference"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-bnode-coreference"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2945,8 +2946,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "One optional clause"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """One optional clause"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2956,8 +2957,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Two optional clauses"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Two optional clauses"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2967,8 +2968,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Union is not optional"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Union is not optional"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2978,8 +2979,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Complex optional semantics: 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Complex optional semantics: 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -2989,8 +2990,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Complex optional semantics: 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Complex optional semantics: 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3000,8 +3001,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Complex optional semantics: 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Complex optional semantics: 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3011,8 +3012,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Complex optional semantics: 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Complex optional semantics: 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3022,8 +3023,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "OPTIONAL-FILTER"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """OPTIONAL-FILTER"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3033,8 +3034,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "OPTIONAL - Outer FILTER"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """OPTIONAL - Outer FILTER"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3044,8 +3045,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "OPTIONAL - Outer FILTER with BOUND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """OPTIONAL - Outer FILTER with BOUND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3055,8 +3056,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "OPTIONAL - Inner FILTER with negative EBV for outer variables"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """OPTIONAL - Inner FILTER with negative EBV for outer variables"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3066,8 +3067,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3077,8 +3078,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3088,8 +3089,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3099,8 +3100,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-04"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-04"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3110,8 +3111,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-05"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-05"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3121,8 +3122,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-06"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-06"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3132,8 +3133,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-07"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-07"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3143,8 +3144,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-08"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-08"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3154,8 +3155,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-09"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-09"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3165,8 +3166,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-10b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-10b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3176,8 +3177,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "graph-11"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """graph-11"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3187,8 +3188,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3198,8 +3199,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3209,8 +3210,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3220,8 +3221,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-04"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-04"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3231,8 +3232,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-05"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-05"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3242,8 +3243,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-06"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-06"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3253,8 +3254,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-07"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-07"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3264,8 +3265,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-08"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-08"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3275,8 +3276,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-11"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-11"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3286,8 +3287,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-09b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-09b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3297,8 +3298,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-10b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-10b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3308,8 +3309,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dataset-12b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dataset-12b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3319,8 +3320,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-double-double"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-double-double"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3330,8 +3331,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-double-float"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-double-float"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3341,8 +3342,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-double-decimal"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-double-decimal"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3352,8 +3353,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-float-float"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-float-float"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3363,8 +3364,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-float-decimal"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-float-decimal"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3374,8 +3375,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-decimal-decimal"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-decimal-decimal"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3385,8 +3386,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-integer-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-integer-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3396,8 +3397,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-nonPositiveInteger-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-nonPositiveInteger-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3407,8 +3408,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-negativeInteger-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-negativeInteger-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3418,8 +3419,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-long-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-long-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3429,8 +3430,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-int-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-int-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3440,8 +3441,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3451,8 +3452,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-byte-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-byte-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3462,8 +3463,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-nonNegativeInteger-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-nonNegativeInteger-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3473,8 +3474,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-unsignedLong-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-unsignedLong-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3484,8 +3485,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-unsignedInt-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-unsignedInt-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3495,8 +3496,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-unsignedShort-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-unsignedShort-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3506,8 +3507,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-unsignedByte-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-unsignedByte-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3517,8 +3518,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-positiveInteger-short"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-positiveInteger-short"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3528,8 +3529,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-double"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-double"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3539,8 +3540,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-float"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-float"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3550,8 +3551,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-decimal"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-decimal"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3561,8 +3562,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-short-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-short-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3572,8 +3573,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-byte-short-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-byte-short-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3583,8 +3584,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-long-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-long-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3594,8 +3595,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-int-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-int-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3605,8 +3606,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-short-byte-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-short-byte-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3616,8 +3617,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-double-float-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-double-float-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3627,8 +3628,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-double-decimal-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-double-decimal-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3638,8 +3639,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "tP-float-decimal-fail"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """tP-float-decimal-fail"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3649,8 +3650,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Cast to xsd:string"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Cast to xsd:string"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3660,8 +3661,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Cast to xsd:float"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Cast to xsd:float"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3671,8 +3672,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Cast to xsd:double"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Cast to xsd:double"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3682,8 +3683,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Cast to xsd:decimal"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Cast to xsd:decimal"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3693,8 +3694,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Cast to xsd:integer"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Cast to xsd:integer"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3704,8 +3705,8 @@ earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Cast to xsd:dateTime"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Cast to xsd:dateTime"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3715,7 +3716,7 @@ earl:result [ a earl:TestResult; earl:outcome earl:failed; - dc:name "Cast to xsd:boolean"; + dc:name """Cast to xsd:boolean"""; dc:description """ expected: vars: s @@ -3750,7 +3751,7 @@ vars: s extra: [ ]"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3760,8 +3761,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test literal 'true'"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test literal 'true'"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3771,8 +3772,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test 'boolean effective value' - true"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test 'boolean effective value' - true"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3782,8 +3783,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test 'boolean effective value' - false"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test 'boolean effective value' - false"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3793,8 +3794,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test 'boolean effective value' - &&"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test 'boolean effective value' - &&"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3804,8 +3805,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test 'boolean effective value' - ||"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test 'boolean effective value' - ||"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3815,8 +3816,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test 'boolean effective value' - optional"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test 'boolean effective value' - optional"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3826,8 +3827,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Test 'boolean effective value' - unknown types"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Test 'boolean effective value' - unknown types"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3837,8 +3838,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-bound-query-001"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-bound-query-001"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3848,8 +3849,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "str-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """str-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3859,8 +3860,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "str-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """str-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3870,8 +3871,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "str-3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """str-3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3881,8 +3882,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "str-4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """str-4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3892,8 +3893,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "isBlank-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """isBlank-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3903,8 +3904,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "isLiteral"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """isLiteral"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3914,8 +3915,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "datatype-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """datatype-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3925,8 +3926,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "datatype-2 : Literals with a datatype"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """datatype-2 : Literals with a datatype"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3936,8 +3937,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "datatype-3 : Literals with a datatype of xsd:string"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """datatype-3 : Literals with a datatype of xsd:string"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3947,8 +3948,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "lang-1 : Literals with a lang tag of some kind"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """lang-1 : Literals with a lang tag of some kind"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3958,8 +3959,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "lang-2 : Literals with a lang tag of ''"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """lang-2 : Literals with a lang tag of ''"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3969,8 +3970,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "lang-3 : Graph matching with lang tag being a different case"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """lang-3 : Graph matching with lang tag being a different case"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3980,8 +3981,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "isURI-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """isURI-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -3991,8 +3992,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "isIRI-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """isIRI-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4002,8 +4003,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LangMatches-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LangMatches-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4013,8 +4014,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LangMatches-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LangMatches-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4024,8 +4025,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LangMatches-3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LangMatches-3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4035,8 +4036,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LangMatches-4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LangMatches-4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4046,8 +4047,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LangMatches-basic"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LangMatches-basic"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4057,8 +4058,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "lang-case-insensitive-eq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """lang-case-insensitive-eq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4068,8 +4069,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "lang-case-insensitive-ne"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """lang-case-insensitive-ne"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4079,8 +4080,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sameTerm-simple"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sameTerm-simple"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4090,8 +4091,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sameTerm-eq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sameTerm-eq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4101,8 +4102,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sameTerm-not-eq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sameTerm-not-eq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4112,8 +4113,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Greater-than or equals"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Greater-than or equals"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4123,8 +4124,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Less-than or equals"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Less-than or equals"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4134,8 +4135,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Multiplication"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Multiplication"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4145,8 +4146,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Addition"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Addition"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4156,8 +4157,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Subtraction"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Subtraction"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4167,8 +4168,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Unary Plusn"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Unary Plusn"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4178,8 +4179,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Unary Minus"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Unary Minus"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4189,8 +4190,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4200,8 +4201,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4211,8 +4212,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4222,8 +4223,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4233,8 +4234,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4244,8 +4245,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality - 2 var - test equals"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality - 2 var - test equals"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4255,8 +4256,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality - 2 var - test not equals "; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality - 2 var - test not equals """; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4266,8 +4267,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-1 -- graph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-1 -- graph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4277,8 +4278,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-2 -- graph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-2 -- graph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4288,8 +4289,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-3 -- graph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-3 -- graph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4299,8 +4300,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-4 -- graph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-4 -- graph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4310,8 +4311,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Equality 1-5 -- graph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Equality 1-5 -- graph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4321,8 +4322,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "regex-query-001"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """regex-query-001"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4332,8 +4333,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "regex-query-002"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """regex-query-002"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4343,8 +4344,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "regex-query-003"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """regex-query-003"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4354,8 +4355,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "regex-query-004"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """regex-query-004"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4365,8 +4366,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "kanji-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """kanji-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4376,8 +4377,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "kanji-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """kanji-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4387,8 +4388,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "normalization-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """normalization-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4398,8 +4399,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "normalization-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """normalization-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4409,8 +4410,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "normalization-03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """normalization-03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4420,8 +4421,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-construct-identity"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-construct-identity"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4431,8 +4432,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-construct-subgraph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-construct-subgraph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4442,8 +4443,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-construct-reification-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-construct-reification-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4453,8 +4454,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-construct-reification-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-construct-reification-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4464,8 +4465,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "dawg-construct-optional"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """dawg-construct-optional"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4475,8 +4476,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ASK-1 (SPARQL XML results)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ASK-1 (SPARQL XML results)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4486,8 +4487,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ASK-4 (SPARQL XML results)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ASK-4 (SPARQL XML results)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4497,8 +4498,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ASK-7 (SPARQL XML results)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ASK-7 (SPARQL XML results)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4508,8 +4509,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ASK-8 (SPARQL XML results)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ASK-8 (SPARQL XML results)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4519,8 +4520,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Numbers: No distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Numbers: No distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4530,8 +4531,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Numbers: Distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Numbers: Distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4541,8 +4542,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Strings: No distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Strings: No distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4552,8 +4553,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Strings: Distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Strings: Distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4563,8 +4564,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Nodes: No distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Nodes: No distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4574,8 +4575,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Nodes: Distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Nodes: Distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4585,8 +4586,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Opt: No distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Opt: No distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4596,8 +4597,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Opt: Distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Opt: Distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4607,8 +4608,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "All: No distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """All: No distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4618,8 +4619,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "All: Distinct"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """All: Distinct"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4629,8 +4630,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SELECT DISTINCT *"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SELECT DISTINCT *"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4640,8 +4641,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4651,8 +4652,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4662,8 +4663,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4673,8 +4674,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4684,8 +4685,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4695,8 +4696,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4706,8 +4707,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4717,8 +4718,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-8"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-8"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4728,8 +4729,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-9"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-9"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4739,8 +4740,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sort-10"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sort-10"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4750,8 +4751,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Expression sort"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Expression sort"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4761,8 +4762,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Builtin sort"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Builtin sort"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4772,8 +4773,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Function sort"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Function sort"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4783,8 +4784,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Limit 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Limit 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4794,8 +4795,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Limit 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Limit 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4805,8 +4806,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Limit 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Limit 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4816,8 +4817,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Limit 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Limit 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4827,8 +4828,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Offset 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Offset 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4838,8 +4839,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Offset 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Offset 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4849,8 +4850,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Offset 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Offset 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4860,8 +4861,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Offset 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Offset 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4871,8 +4872,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Slice 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Slice 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4882,8 +4883,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Slice 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Slice 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4893,8 +4894,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Slice 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Slice 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4904,8 +4905,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Slice 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Slice 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4915,8 +4916,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Slice 5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Slice 5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4926,8 +4927,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "SELECT REDUCED *"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SELECT REDUCED *"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4937,8 +4938,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "SELECT REDUCED ?x with strings"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SELECT REDUCED ?x with strings"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4948,8 +4949,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4959,8 +4960,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4970,8 +4971,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4981,8 +4982,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -4992,8 +4993,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5003,8 +5004,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5014,8 +5015,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5025,8 +5026,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD 8"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD 8"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5036,8 +5037,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5047,8 +5048,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5058,8 +5059,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5069,8 +5070,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5080,8 +5081,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5091,8 +5092,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5102,8 +5103,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5113,9 +5114,9 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:inapplicable; - dc:name "COUNT 8"; + dc:name """COUNT 8"""; dc:description """expected: Syntax Error"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5125,8 +5126,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 8b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 8b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5136,8 +5137,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 9"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 9"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5147,8 +5148,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 10"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 10"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5158,9 +5159,9 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:inapplicable; - dc:name "COUNT 11"; + dc:name """COUNT 11"""; dc:description """expected: Syntax Error"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5170,8 +5171,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COUNT 12"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COUNT 12"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5181,8 +5182,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "GROUP_CONCAT 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """GROUP_CONCAT 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5192,8 +5193,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "GROUP_CONCAT 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """GROUP_CONCAT 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5203,8 +5204,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "GROUP_CONCAT with SEPARATOR"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """GROUP_CONCAT with SEPARATOR"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5214,8 +5215,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SUM"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SUM"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5225,8 +5226,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SUM with GROUP BY"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SUM with GROUP BY"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5236,8 +5237,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "AVG"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """AVG"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5247,8 +5248,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "AVG with GROUP BY"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """AVG with GROUP BY"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5258,8 +5259,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MIN"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MIN"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5269,8 +5270,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MIN with GROUP BY"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MIN with GROUP BY"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5280,8 +5281,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MAX"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MAX"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5291,8 +5292,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MAX with GROUP BY"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MAX with GROUP BY"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5302,8 +5303,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SAMPLE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SAMPLE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5313,8 +5314,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Error in AVG"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Error in AVG"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5324,8 +5325,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Protect from error in AVG"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Protect from error in AVG"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5335,8 +5336,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "["agg empty group", "Aggregate over empty group resulting in a row with unbound variables"]"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """["agg empty group", "Aggregate over empty group resulting in a row with unbound variables"]"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5346,8 +5347,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple insert data 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple insert data 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5357,8 +5358,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple insert data named 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple insert data named 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5368,8 +5369,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple insert data named 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple insert data named 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5379,8 +5380,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple insert data named 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple insert data named 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5390,8 +5391,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "INSERT 01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """INSERT 01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5401,8 +5402,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "INSERT 02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """INSERT 02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5412,8 +5413,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "INSERT 03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """INSERT 03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5423,8 +5424,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "INSERT 04"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """INSERT 04"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5434,8 +5435,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "INSERT USING 01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """INSERT USING 01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5445,8 +5446,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "INSERT same bnode twice"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """INSERT same bnode twice"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5456,8 +5457,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind01 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind01 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5467,8 +5468,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind02 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind02 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5478,8 +5479,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind03 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind03 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5489,8 +5490,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind04 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind04 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5500,8 +5501,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind05 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind05 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5511,8 +5512,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind06 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind06 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5522,8 +5523,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind07 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind07 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5533,8 +5534,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind08 - BIND"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind08 - BIND"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5544,8 +5545,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind10 - BIND scoping - Variable in filter not in scope"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind10 - BIND scoping - Variable in filter not in scope"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5555,8 +5556,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "bind11 - BIND scoping - Variable in filter in scope"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """bind11 - BIND scoping - Variable in filter in scope"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5566,8 +5567,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with subj-var, 1 row"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with subj-var, 1 row"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5577,8 +5578,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with obj-var, 1 row"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with obj-var, 1 row"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5588,8 +5589,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with 2 obj-vars, 1 row"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with 2 obj-vars, 1 row"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5599,8 +5600,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with 2 obj-vars, 1 row with UNDEF"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with 2 obj-vars, 1 row with UNDEF"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5610,8 +5611,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with 2 obj-vars, 2 rows with UNDEF"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with 2 obj-vars, 2 rows with UNDEF"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5621,8 +5622,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with pred-var, 1 row"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with pred-var, 1 row"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5632,8 +5633,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with (OPTIONAL) obj-var, 1 row"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with (OPTIONAL) obj-var, 1 row"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5643,8 +5644,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-query VALUES with subj/obj-vars, 2 rows with UNDEF"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-query VALUES with subj/obj-vars, 2 rows with UNDEF"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5654,8 +5655,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Inline VALUES graph pattern"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Inline VALUES graph pattern"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5665,8 +5666,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Post-subquery VALUES"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Post-subquery VALUES"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5676,8 +5677,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CLEAR DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CLEAR DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5687,8 +5688,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CLEAR GRAPH"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CLEAR GRAPH"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5698,8 +5699,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CLEAR NAMED"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CLEAR NAMED"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5709,8 +5710,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CLEAR ALL"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CLEAR ALL"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5720,8 +5721,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "constructwhere01 - CONSTRUCT WHERE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """constructwhere01 - CONSTRUCT WHERE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5731,8 +5732,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "constructwhere02 - CONSTRUCT WHERE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """constructwhere02 - CONSTRUCT WHERE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5742,8 +5743,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "constructwhere03 - CONSTRUCT WHERE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """constructwhere03 - CONSTRUCT WHERE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5753,8 +5754,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "constructwhere04 - CONSTRUCT WHERE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """constructwhere04 - CONSTRUCT WHERE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5764,8 +5765,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "constructwhere05 - CONSTRUCT WHERE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """constructwhere05 - CONSTRUCT WHERE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5775,8 +5776,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "constructwhere06 - CONSTRUCT WHERE"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """constructwhere06 - CONSTRUCT WHERE"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5786,8 +5787,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5797,8 +5798,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5808,8 +5809,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5819,8 +5820,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5830,8 +5831,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY 6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY 6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5841,8 +5842,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5852,8 +5853,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE DATA 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE DATA 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5863,8 +5864,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE DATA 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE DATA 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5874,8 +5875,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE DATA 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE DATA 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5885,8 +5886,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE DATA 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE DATA 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5896,8 +5897,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE DATA 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE DATA 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5907,8 +5908,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE DATA 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE DATA 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5918,8 +5919,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5929,8 +5930,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 1b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 1b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5940,8 +5941,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 1c"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 1c"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5951,8 +5952,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5962,8 +5963,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5973,8 +5974,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 3b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 3b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5984,8 +5985,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -5995,8 +5996,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 4b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 4b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6006,8 +6007,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6017,8 +6018,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 5b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 5b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6028,8 +6029,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6039,8 +6040,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 6b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 6b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6050,8 +6051,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6061,8 +6062,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 7b"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 7b"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6072,8 +6073,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 8"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 8"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6083,8 +6084,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DELETE INSERT 9"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DELETE INSERT 9"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6094,8 +6095,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE WHERE 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE WHERE 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6105,8 +6106,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE WHERE 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE WHERE 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6116,8 +6117,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE WHERE 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE WHERE 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6127,8 +6128,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE WHERE 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE WHERE 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6138,8 +6139,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE WHERE 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE WHERE 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6149,8 +6150,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE WHERE 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE WHERE 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6160,8 +6161,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6171,8 +6172,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6182,8 +6183,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6193,8 +6194,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6204,8 +6205,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6215,8 +6216,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6226,8 +6227,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6237,8 +6238,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 1 (WITH)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 1 (WITH)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6248,8 +6249,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 2 (WITH)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 2 (WITH)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6259,8 +6260,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 3 (WITH)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 3 (WITH)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6270,8 +6271,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 4 (WITH)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 4 (WITH)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6281,8 +6282,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE 1 (WITH)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE 1 (WITH)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6292,8 +6293,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE 2 (WITH)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE 2 (WITH)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6303,8 +6304,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 1 (USING)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 1 (USING)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6314,8 +6315,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 2 (USING)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 2 (USING)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6325,8 +6326,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 3 (USING)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 3 (USING)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6336,8 +6337,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Simple DELETE 4 (USING)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Simple DELETE 4 (USING)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6347,8 +6348,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE 1 (USING)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE 1 (USING)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6358,8 +6359,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Graph-specific DELETE 2 (USING)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Graph-specific DELETE 2 (USING)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6369,8 +6370,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DROP DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DROP DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6380,8 +6381,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DROP GRAPH"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DROP GRAPH"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6391,8 +6392,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DROP NAMED"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DROP NAMED"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6402,8 +6403,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DROP ALL"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DROP ALL"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6413,8 +6414,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Exists with one constant"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Exists with one constant"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6424,8 +6425,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Exists with ground triple"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Exists with ground triple"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6435,8 +6436,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Exists within graph pattern"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Exists within graph pattern"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6446,8 +6447,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Nested positive exists"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Nested positive exists"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6457,8 +6458,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Nested negative exists in positive exists"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Nested negative exists in positive exists"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6468,8 +6469,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRDT()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRDT()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6479,8 +6480,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRDT(STR())"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRDT(STR())"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6490,8 +6491,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRDT() TypeErrors"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRDT() TypeErrors"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6501,8 +6502,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRLANG()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRLANG()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6512,8 +6513,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRLANG(STR())"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRLANG(STR())"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6523,8 +6524,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRLANG() TypeErrors"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRLANG() TypeErrors"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6534,8 +6535,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "isNumeric()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """isNumeric()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6545,8 +6546,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ABS()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ABS()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6556,8 +6557,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CEIL()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CEIL()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6567,8 +6568,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "FLOOR()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """FLOOR()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6578,8 +6579,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ROUND()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ROUND()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6589,8 +6590,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CONCAT()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CONCAT()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6600,8 +6601,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CONCAT() 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CONCAT() 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6611,8 +6612,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SUBSTR() (3-argument)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SUBSTR() (3-argument)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6622,8 +6623,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SUBSTR() (2-argument)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SUBSTR() (2-argument)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6633,8 +6634,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRLEN()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRLEN()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6644,8 +6645,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "UCASE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """UCASE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6655,8 +6656,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LCASE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LCASE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6666,8 +6667,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ENCODE_FOR_URI()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ENCODE_FOR_URI()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6677,8 +6678,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CONTAINS()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CONTAINS()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6688,8 +6689,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRSTARTS()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRSTARTS()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6699,8 +6700,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRENDS()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRENDS()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6710,8 +6711,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "plus-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """plus-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6721,8 +6722,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "plus-2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """plus-2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6732,8 +6733,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MD5()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MD5()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6743,8 +6744,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MD5() over Unicode data"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MD5() over Unicode data"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6754,8 +6755,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SHA1()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SHA1()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6765,8 +6766,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SHA1() on Unicode data"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SHA1() on Unicode data"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6776,8 +6777,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SHA256()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SHA256()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6787,8 +6788,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SHA256() on Unicode data"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SHA256() on Unicode data"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6798,8 +6799,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SHA512()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SHA512()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6809,8 +6810,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SHA512() on Unicode data"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SHA512() on Unicode data"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6820,8 +6821,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MINUTES()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MINUTES()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6831,8 +6832,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "SECONDS()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """SECONDS()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6842,8 +6843,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "HOURS()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """HOURS()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6853,8 +6854,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MONTH()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MONTH()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6864,8 +6865,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "YEAR()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """YEAR()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6875,8 +6876,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DAY()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DAY()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6886,8 +6887,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "TIMEZONE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """TIMEZONE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6897,8 +6898,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "TZ()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """TZ()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6908,8 +6909,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "BNODE(str)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """BNODE(str)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6919,8 +6920,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "BNODE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """BNODE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6930,8 +6931,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "IN 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """IN 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6941,8 +6942,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "IN 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """IN 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6952,8 +6953,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "NOT IN 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """NOT IN 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6963,8 +6964,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "NOT IN 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """NOT IN 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6974,8 +6975,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "NOW()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """NOW()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6985,8 +6986,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "RAND()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """RAND()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -6996,8 +6997,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "IRI()/URI()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """IRI()/URI()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7007,8 +7008,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "IF()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """IF()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7018,8 +7019,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "IF() error propogation"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """IF() error propogation"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7029,8 +7030,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COALESCE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COALESCE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7040,8 +7041,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRBEFORE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRBEFORE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7051,8 +7052,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRBEFORE() datatyping"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRBEFORE() datatyping"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7062,8 +7063,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRAFTER()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRAFTER()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7073,8 +7074,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRAFTER() datatyping"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRAFTER() datatyping"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7084,8 +7085,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "REPLACE()"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """REPLACE()"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7095,8 +7096,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "REPLACE() with overlapping pattern"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """REPLACE() with overlapping pattern"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7106,8 +7107,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "REPLACE() with captured substring"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """REPLACE() with captured substring"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7117,8 +7118,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "UUID() pattern match"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """UUID() pattern match"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7128,8 +7129,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "STRUUID() pattern match"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """STRUUID() pattern match"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7139,8 +7140,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Group-1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Group-1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7150,8 +7151,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Group-3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Group-3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7161,8 +7162,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Group-4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Group-4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7172,8 +7173,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Group-5"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Group-5"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7183,8 +7184,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Group-6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Group-6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7194,8 +7195,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Group-7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Group-7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7205,8 +7206,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "jsonres01 - JSON Result Format"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """jsonres01 - JSON Result Format"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7216,8 +7217,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "jsonres02 - JSON Result Format"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """jsonres02 - JSON Result Format"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7227,8 +7228,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "jsonres03 - JSON Result Format"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """jsonres03 - JSON Result Format"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7238,8 +7239,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "jsonres04 - JSON Result Format"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """jsonres04 - JSON Result Format"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7249,8 +7250,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7260,8 +7261,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7271,8 +7272,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7282,8 +7283,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7293,8 +7294,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE 6"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE 6"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7304,8 +7305,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE 7"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE 7"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7315,8 +7316,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Subsets by exclusion (NOT EXISTS)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Subsets by exclusion (NOT EXISTS)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7326,8 +7327,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Subsets by exclusion (MINUS)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Subsets by exclusion (MINUS)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7337,8 +7338,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Medical, temporal proximity by exclusion (NOT EXISTS)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Medical, temporal proximity by exclusion (NOT EXISTS)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7348,8 +7349,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Calculate which sets are subsets of others (include A subsetOf A)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Calculate which sets are subsets of others (include A subsetOf A)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7359,8 +7360,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Calculate which sets are subsets of others (exclude A subsetOf A)"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Calculate which sets are subsets of others (exclude A subsetOf A)"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7370,8 +7371,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Calculate which sets have the same elements"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Calculate which sets have the same elements"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7381,8 +7382,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Calculate proper subset"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Calculate proper subset"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7392,8 +7393,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Positive EXISTS 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Positive EXISTS 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7403,8 +7404,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Positive EXISTS 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Positive EXISTS 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7414,8 +7415,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Subtraction with MINUS from a fully bound minuend"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Subtraction with MINUS from a fully bound minuend"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7425,8 +7426,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Subtraction with MINUS from a partially bound minuend"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Subtraction with MINUS from a partially bound minuend"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7436,8 +7437,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Expression is equality"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Expression is equality"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7447,8 +7448,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Expression raise an error"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Expression raise an error"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7458,8 +7459,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Reuse a project expression variable in select"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Reuse a project expression variable in select"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7469,8 +7470,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Reuse a project expression variable in order by"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Reuse a project expression variable in order by"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7480,8 +7481,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Expression may return no value"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Expression may return no value"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7491,8 +7492,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Expression has undefined variable"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Expression has undefined variable"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7502,8 +7503,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "Expression has variable that may be unbound"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """Expression has variable that may be unbound"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7513,8 +7514,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp01) Simple path"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp01) Simple path"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7524,8 +7525,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp02) Star path"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp02) Star path"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7535,8 +7536,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp03) Simple path with loop"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp03) Simple path with loop"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7546,8 +7547,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp06) Path with two graphs"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp06) Path with two graphs"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7557,8 +7558,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp07) Path with one graph"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp07) Path with one graph"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7568,8 +7569,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp08) Reverse path"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp08) Reverse path"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7579,8 +7580,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp09) Reverse sequence path"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp09) Reverse sequence path"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7590,8 +7591,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp10) Path with negation"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp10) Path with negation"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7601,8 +7602,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "(pp11) Simple path and two paths to same target node"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp11) Simple path and two paths to same target node"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7612,8 +7613,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp12) Variable length path and two paths to same target node"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp12) Variable length path and two paths to same target node"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7623,8 +7624,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp14) Star path over foaf:knows"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp14) Star path over foaf:knows"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7634,8 +7635,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp16) Duplicate paths and cycles through foaf:knows*"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp16) Duplicate paths and cycles through foaf:knows*"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7645,8 +7646,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp21) Diamond -- :p+"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp21) Diamond -- :p+"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7656,8 +7657,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp23) Diamond, with tail -- :p+"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp23) Diamond, with tail -- :p+"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7667,8 +7668,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp25) Diamond, with loop -- :p+"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp25) Diamond, with loop -- :p+"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7678,8 +7679,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp28a) Diamond, with loop -- (:p/:p)?"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp28a) Diamond, with loop -- (:p/:p)?"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7689,8 +7690,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp30) Operator precedence 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp30) Operator precedence 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7700,8 +7701,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:untested; - dc:name "(pp31) Operator precedence 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp31) Operator precedence 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7711,8 +7712,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp32) Operator precedence 3"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp32) Operator precedence 3"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7722,8 +7723,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp33) Operator precedence 4"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp33) Operator precedence 4"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7733,8 +7734,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp34) Named Graph 1"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp34) Named Graph 1"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7744,8 +7745,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp35) Named Graph 2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp35) Named Graph 2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7755,8 +7756,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp36) Arbitrary path with bound endpoints"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp36) Arbitrary path with bound endpoints"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7766,8 +7767,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "(pp37) Nested (*)*"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """(pp37) Nested (*)*"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7777,8 +7778,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq01 - Subquery within graph pattern"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq01 - Subquery within graph pattern"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7788,8 +7789,8 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq02 - Subquery within graph pattern, graph variable is bound"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq02 - Subquery within graph pattern, graph variable is bound"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7799,7 +7800,7 @@ extra: earl:result [ a earl:TestResult; earl:outcome earl:failed; - dc:name "sq03 - Subquery within graph pattern, graph variable is not bound"; + dc:name """sq03 - Subquery within graph pattern, graph variable is not bound"""; dc:description """ expected: vars: x @@ -7825,7 +7826,7 @@ missing: x: }, ]"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7835,8 +7836,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq04 - Subquery within graph pattern, default graph does not apply"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq04 - Subquery within graph pattern, default graph does not apply"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7846,8 +7847,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq05 - Subquery within graph pattern, from named applies"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq05 - Subquery within graph pattern, from named applies"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7857,8 +7858,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq06 - Subquery with graph pattern, from named applies"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq06 - Subquery with graph pattern, from named applies"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7868,8 +7869,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq07 - Subquery with from "; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq07 - Subquery with from """; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7879,8 +7880,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq08 - Subquery with aggregate"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq08 - Subquery with aggregate"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7890,8 +7891,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq09 - Nested Subqueries"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq09 - Nested Subqueries"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7901,8 +7902,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq10 - Subquery with exists"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq10 - Subquery with exists"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7912,8 +7913,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq11 - Subquery limit per resource"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq11 - Subquery limit per resource"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7923,8 +7924,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq12 - Subquery in CONSTRUCT with built-ins"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq12 - Subquery in CONSTRUCT with built-ins"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7934,8 +7935,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq13 - Subqueries don't inject bindings"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq13 - Subqueries don't inject bindings"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7945,8 +7946,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "sq14 - limit by resource"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """sq14 - limit by resource"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7956,8 +7957,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-select-expr-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-select-expr-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7967,8 +7968,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-select-expr-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-select-expr-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7978,8 +7979,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-select-expr-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-select-expr-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -7989,8 +7990,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-select-expr-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-select-expr-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8000,8 +8001,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-select-expr-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-select-expr-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8011,8 +8012,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8022,8 +8023,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8033,8 +8034,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8044,8 +8045,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8055,8 +8056,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8066,8 +8067,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8077,8 +8078,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8088,8 +8089,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8099,8 +8100,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8110,8 +8111,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-10.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-10.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8121,8 +8122,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-11.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-11.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8132,8 +8133,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-12.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-12.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8143,8 +8144,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-13.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-13.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8154,8 +8155,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-14.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-14.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8165,8 +8166,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-aggregate-15.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-aggregate-15.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8176,8 +8177,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-subquery-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-subquery-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8187,8 +8188,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-subquery-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-subquery-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8198,8 +8199,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-subquery-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-subquery-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8209,8 +8210,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-not-exists-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-not-exists-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8220,8 +8221,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-not-exists-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-not-exists-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8231,8 +8232,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-not-exists-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-not-exists-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8242,8 +8243,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-exists-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-exists-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8253,8 +8254,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-exists-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-exists-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8264,8 +8265,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-exists-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-exists-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8275,8 +8276,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-minus-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-minus-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8286,8 +8287,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-oneof-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-oneof-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8297,8 +8298,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-oneof-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-oneof-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8308,8 +8309,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-oneof-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-oneof-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8319,8 +8320,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bindingBINDscopes-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bindingBINDscopes-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8330,8 +8331,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bindings-02a.rq with VALUES clause"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bindings-02a.rq with VALUES clause"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8341,8 +8342,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bindings-03a.rq with VALUES clause"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bindings-03a.rq with VALUES clause"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8352,8 +8353,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bindings-05a.rq with VALUES clause"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bindings-05a.rq with VALUES clause"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8363,8 +8364,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bind-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bind-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8374,8 +8375,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-construct-where-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-construct-where-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8385,8 +8386,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-construct-where-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-construct-where-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8396,8 +8397,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8407,8 +8408,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-02.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-02.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8418,8 +8419,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-03.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-03.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8429,8 +8430,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-04.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-04.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8440,8 +8441,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-05.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-05.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8451,8 +8452,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-06.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-06.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8462,8 +8463,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-07.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-07.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8473,8 +8474,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-08.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-08.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8484,8 +8485,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-bindings-09.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-bindings-09.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8495,8 +8496,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "PrefixName with hex-encoded colons"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """PrefixName with hex-encoded colons"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8506,8 +8507,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "PrefixName with unescaped colons"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """PrefixName with unescaped colons"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8517,8 +8518,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope1.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope1.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8528,8 +8529,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope2.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope2.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8539,8 +8540,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope3.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope3.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8550,8 +8551,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope4.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope4.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8561,8 +8562,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope5.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope5.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8572,8 +8573,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope6.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope6.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8583,8 +8584,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope7.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope7.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8594,8 +8595,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-BINDscope8.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-BINDscope8.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8605,8 +8606,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-propertyPaths-01.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-propertyPaths-01.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8616,8 +8617,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-SELECTscope1.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-SELECTscope1.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8627,8 +8628,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-SELECTscope2"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-SELECTscope2"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8638,8 +8639,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-SELECTscope3.rq"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-SELECTscope3.rq"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8649,8 +8650,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8660,8 +8661,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8671,8 +8672,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8682,8 +8683,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-04"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-04"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8693,8 +8694,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-05"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-05"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8704,8 +8705,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-06"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-06"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8715,8 +8716,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-07"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-07"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8726,8 +8727,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-08"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-08"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8737,8 +8738,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pname-09"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pname-09"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8748,8 +8749,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8759,8 +8760,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-02"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-02"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8770,8 +8771,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-03"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-03"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8781,8 +8782,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-04"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-04"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8792,8 +8793,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-05"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-05"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8803,9 +8804,9 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:inapplicable; - dc:name "syn-bad-pname-06"; + dc:name """syn-bad-pname-06"""; dc:description """expected: Syntax Error"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8815,8 +8816,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-07"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-07"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8826,8 +8827,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-08"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-08"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8837,8 +8838,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-09"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-09"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8848,8 +8849,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-10"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-10"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8859,8 +8860,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-11"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-11"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8870,8 +8871,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-12"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-12"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8881,8 +8882,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-bad-pname-13"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-bad-pname-13"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8892,8 +8893,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syn-pp-in-collection"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syn-pp-in-collection"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8903,8 +8904,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-01.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-01.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8914,8 +8915,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-02.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-02.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8925,8 +8926,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-03.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-03.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8936,8 +8937,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-04.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-04.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8947,8 +8948,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-05.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-05.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8958,8 +8959,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-06.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-06.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8969,8 +8970,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-07.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-07.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8980,8 +8981,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-08.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-08.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -8991,8 +8992,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-09.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-09.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9002,8 +9003,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-10.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-10.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9013,8 +9014,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-11.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-11.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9024,8 +9025,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-12.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-12.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9035,8 +9036,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-13.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-13.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9046,8 +9047,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-14.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-14.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9057,8 +9058,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-15.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-15.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9068,8 +9069,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-16.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-16.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9079,8 +9080,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-17.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-17.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9090,8 +9091,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-18.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-18.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9101,8 +9102,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-19.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-19.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9112,8 +9113,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-20.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-20.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9123,8 +9124,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-21.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-21.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9134,8 +9135,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-22.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-22.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9145,8 +9146,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-23.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-23.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9156,8 +9157,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-24.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-24.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9167,8 +9168,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-25.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-25.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9178,9 +9179,9 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:failed; - dc:name "syntax-update-26.ru"; + dc:name """syntax-update-26.ru"""; dc:description """ERROR [line: 1] ERROR [line: 1] Expected one of [:_eps, "BASE", "PREFIX", "LOAD", "CLEAR", "DROP", "ADD", "MOVE", "COPY", "CREATE", "INSERT DATA", "DELETE DATA", "DELETE WHERE", "WITH", "INSERT", "DELETE"] (found "INSERT \n# Comment\nDATA"), production = :UpdateUnit (found "INSERT \n# Comment\nDATA"), production = :UpdateUnit"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9190,9 +9191,9 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:failed; - dc:name "syntax-update-27.ru"; + dc:name """syntax-update-27.ru"""; dc:description """ERROR [line: 1] ERROR [line: 1] Expected one of [:_eps, "BASE", "PREFIX", "LOAD", "CLEAR", "DROP", "ADD", "MOVE", "COPY", "CREATE", "INSERT DATA", "DELETE DATA", "DELETE WHERE", "WITH", "INSERT", "DELETE"] (found "INSERT \nDATA"), production = :UpdateUnit (found "INSERT \nDATA"), production = :UpdateUnit"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9202,9 +9203,9 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:failed; - dc:name "syntax-update-28.ru"; + dc:name """syntax-update-28.ru"""; dc:description """ERROR [line: 1] ERROR [line: 1] Expected one of [:_eps, "BASE", "PREFIX", "LOAD", "CLEAR", "DROP", "ADD", "MOVE", "COPY", "CREATE", "INSERT DATA", "DELETE DATA", "DELETE WHERE", "WITH", "INSERT", "DELETE"] (found "INSERT \nDATA"), production = :UpdateUnit (found "INSERT \nDATA"), production = :UpdateUnit"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9214,8 +9215,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-29.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-29.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9225,8 +9226,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-30.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-30.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9236,8 +9237,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-31.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-31.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9247,8 +9248,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-32.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-32.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9258,8 +9259,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-33.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-33.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9269,8 +9270,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-34.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-34.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9280,8 +9281,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-35.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-35.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9291,9 +9292,9 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:failed; - dc:name "syntax-update-36.ru"; + dc:name """syntax-update-36.ru"""; dc:description """ERROR [line: 2] ERROR [line: 2] Expected one of [:_eps, "BASE", "PREFIX", "LOAD", "CLEAR", "DROP", "ADD", "MOVE", "COPY", "CREATE", "INSERT DATA", "DELETE DATA", "DELETE WHERE", "WITH", "INSERT", "DELETE"] (found "DELETE \n# Comment\nWHERE"), production = :UpdateUnit (found "DELETE \n# Comment\nWHERE"), production = :UpdateUnit"""; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9303,8 +9304,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-37.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-37.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9314,8 +9315,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-38.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-38.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9325,8 +9326,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-39.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-39.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9336,8 +9337,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-40.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-40.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9347,8 +9348,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-01.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-01.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9358,8 +9359,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-02.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-02.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9369,8 +9370,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-03.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-03.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9380,8 +9381,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-04.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-04.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9391,8 +9392,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-05.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-05.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9402,8 +9403,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-06.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-06.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9413,8 +9414,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-07.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-07.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9424,8 +9425,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-08.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-08.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9435,8 +9436,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-09.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-09.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9446,8 +9447,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-10.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-10.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9457,8 +9458,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-11.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-11.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9468,8 +9469,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-bad-12.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-bad-12.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9479,8 +9480,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-53.ru"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-53.ru"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9490,8 +9491,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "syntax-update-other-01"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """syntax-update-other-01"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9501,8 +9502,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LOAD SILENT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LOAD SILENT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9512,8 +9513,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "LOAD SILENT INTO"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """LOAD SILENT INTO"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9523,8 +9524,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CLEAR SILENT GRAPH iri"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CLEAR SILENT GRAPH iri"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9534,8 +9535,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CLEAR SILENT DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CLEAR SILENT DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9545,8 +9546,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "CREATE SILENT iri"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """CREATE SILENT iri"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9556,8 +9557,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DROP SILENT GRAPH iri"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DROP SILENT GRAPH iri"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9567,8 +9568,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "DROP SILENT DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """DROP SILENT DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9578,8 +9579,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY SILENT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY SILENT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9589,8 +9590,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "COPY SILENT TO DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """COPY SILENT TO DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9600,8 +9601,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE SILENT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE SILENT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9611,8 +9612,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "MOVE SILENT TO DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """MOVE SILENT TO DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9622,8 +9623,8 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD SILENT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD SILENT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . [ a earl:Assertion; @@ -9633,6 +9634,6 @@ missing: earl:result [ a earl:TestResult; earl:outcome earl:passed; - dc:name "ADD SILENT TO DEFAULT"; - dc:date "2015-05-12T13:27:28-07:00"^^xsd:dateTime]; + dc:name """ADD SILENT TO DEFAULT"""; + dc:date "2015-05-12T14:52:25-07:00"^^xsd:dateTime]; earl:mode earl:automatic ] . diff --git a/etc/template.haml b/etc/template.haml new file mode 100644 index 00000000..b022c6ab --- /dev/null +++ b/etc/template.haml @@ -0,0 +1,201 @@ +-# This template is used for generating a rollup EARL report. It expects to be +-# called with a single _tests_ local with the following structure +- require 'cgi' +- require 'digest' + +!!! 5 +%html{:prefix => "earl: http://www.w3.org/ns/earl# doap: http://usefulinc.com/ns/doap# mf: http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#"} + - subjects = tests['testSubjects'] + %head + %meta{"http-equiv" => "Content-Type", :content => "text/html;charset=utf-8"} + %meta{name: "viewport", content: "width=device-width, initial-scale=1.0"} + %link{rel: "stylesheet", type: "text/css", href: "https://www.w3.org/StyleSheets/TR/base"} + %title + = tests['name'] + Implementation Report + :css + span[property='dc:description'] { display: none; } + td.PASS { color: green; } + td.FAIL { color: red; } + table.report { + border-width: 1px; + border-spacing: 2px; + border-style: outset; + border-color: gray; + border-collapse: separate; + background-color: white; + } + table.report th { + border-width: 1px; + padding: 1px; + border-style: inset; + border-color: gray; + background-color: white; + -moz-border-radius: ; + } + table.report td { + border-width: 1px; + padding: 1px; + border-style: inset; + border-color: gray; + background-color: white; + -moz-border-radius: ; + } + tr.summary {font-weight: bold;} + td.passed-all {color: green;} + td.passed-most {color: darkorange;} + td.passed-some {color: red;} + td.passed-none {color: gray;} + em.rfc2119 { + text-transform: lowercase; + font-variant: small-caps; + font-style: normal; + color: #900; + } + a.testlink { + color: inherit; + text-decoration: none; + } + a.testlink:hover { + text-decoration: underline; + } + %body + - subject_refs = {} + - tests['entries'].each {|m| m['title'] ||= m['description']} + %section{:about => tests['@id'], typeof: Array(tests['@type']).join(" ")} + %h2 + Ruby SPARQL gem test results + %p + This document reports conformance for for + %a{property: "doap:name", href: "http://www.w3.org/TR/2013/REC-sparql11-query-20130321/"}="SPARQL 1.1 Query" + and + %a{property: "doap:name", href: "http://www.w3.org/TR/2013/REC-sparql11-update-20130321/"}="SPARQL 1.1 Update" + %p + This report is also available in + %a{:href => "earl.ttl"} + Turtle + %dl + - subjects.each_with_index do |subject, index| + - subject_refs[subject['@id']] = "subj_#{index}" + %dt{:id => subject_refs[subject['@id']]} + %a{:href => subject['@id']} + %span{:about => subject['@id'], property: "doap:name"}<= subject['name'] + %dd{property: "earl:testSubjects", resource: subject['@id'], typeof: Array(subject['@type']).join(" "), :inlist => true} + %dl + - if subject['doapDesc'] + %dt= "Description" + %dd{property: "doap:description", :lang => 'en'}< + ~ CGI.escapeHTML subject['doapDesc'] + - if subject['language'] + %dt= "Programming Language" + %dd{property: "doap:programming-language"}< + ~ CGI.escapeHTML subject['language'] + - if subject['homepage'] + %dt= "Home Page" + %dd{property: "doap:homepage"} + %a{href: subject['homepage']} + ~ CGI.escapeHTML subject['homepage'] + - if subject['developer'] + %dt= "Developer" + %dd{:rel => "doap:developer"} + - subject['developer'].each do |dev| + %div{resource: dev['@id'], typeof: Array(dev['@type']).join(" ")} + - if dev.has_key?('@id') + %a{:href => dev['@id']} + %span{property: "foaf:name"}< + ~ CGI.escapeHTML dev['foaf:name'] + - else + %span{property: "foaf:name"}< + ~ CGI.escapeHTML dev['foaf:name'] + - if dev['foaf:homepage'] + %a{property: "foaf:homepage", href: dev['foaf:homepage']} + ~ CGI.escapeHTML dev['foaf:homepage'] + %dt + Test Suite Compliance + %dd + %table.report + %tbody + - tests['entries'].sort_by {|m| m['title'].downcase}.each do |manifest| + - passed = manifest['entries'].select {|t| t['assertions'][index]['result']['outcome'] == 'earl:passed' }.length + - total = manifest['entries'].length + - pct = (passed * 100.0) / total + - cls = (pct == 100.0 ? 'passed-all' : (pct >= 85.0) ? 'passed-most' : (pct == 0.0 ? 'passed-none' : 'passed-some')) + %tr + %td + %a{href: "##{manifest['title']}"} + ~ manifest['title'] + %td{:class => cls} + = pct == 0.0 ? "Untested" : "#{passed}/#{total} (#{'%.1f' % pct}%)" + %section + %h2 + Individual Test Results + - tests['entries'].sort_by {|m| m['title'].downcase}.each do |manifest| + - test_cases = manifest['entries'] + %section{id: manifest['title'], typeof: manifest['@type'].join(" "), resource: manifest['@id']} + %h2{property: "dc:title mf:name"}<=manifest['title'] + - Array(manifest['description']).each do |desc| + %p{property: "rdfs:comment"}< + ~ CGI.escapeHTML desc + %table.report + - skip_subject = {} + - passed_tests = [] + %tr + %th + Test + - subjects.each_with_index do |subject, index| + - subject_refs[subject['@id']] = "subj_#{index}" + -# If subject is untested for every test in this manifest, skip it + - skip_subject[subject['@id']] = manifest['entries'].all? {|t| t['assertions'][index]['result']['outcome'] == 'earl:untested'} + - unless skip_subject[subject['@id']] + %th + %a{:href => '#' + subject_refs[subject['@id']]}<=subject['name'] + - test_cases.each do |test| + - tid = "test_#{Digest::MD5.hexdigest(test['@id'])}" + %tr{:rel => "mf:entries", typeof: test['@type'].join(" "), resource: test['@id'], :inlist => true} + %td + %a{:href => "##{tid}"}< + = "Test #{test['@id'].split("#").last[1..-1]}: #{CGI.escapeHTML test['title']}" + - test['assertions'].each_with_index do |assertion, ndx| + - next if skip_subject[assertion['subject']] + - pass_fail = assertion['result']['outcome'].split(':').last.upcase.sub(/(PASS|FAIL)ED$/, '\1') + - passed_tests[ndx] = (passed_tests[ndx] || 0) + (pass_fail == 'PASS' ? 1 : 0) + %td{:class => pass_fail, property: "earl:assertions", typeof: assertion['@type'], :inlist => true} + - if assertion['assertedBy'] + %link{property: "earl:assertedBy", :href => assertion['assertedBy']} + %link{property: "earl:test", :href => assertion['test']} + %link{property: "earl:subject", :href => assertion['subject']} + - if assertion['mode'] + %link{property: 'earl:mode', :href => assertion['mode']} + %span{property: "earl:result", typeof: assertion['result']['@type']} + %span{property: 'earl:outcome', resource: assertion['result']['outcome']} + = pass_fail + %tr.summary + %td + = "Percentage passed out of #{manifest['entries'].length} Tests" + - passed_tests.compact.each do |r| + - pct = (r * 100.0) / manifest['entries'].length + %td{:class => (pct == 100.0 ? 'passed-all' : (pct >= 95.0 ? 'passed-most' : 'passed-some'))} + = "#{'%.1f' % pct}%" + %section#appendix{property: "earl:generatedBy", resource: tests['generatedBy']['@id'], typeof: tests['generatedBy']['@type']} + %h2 + Report Generation Software + - doap = tests['generatedBy'] + - rel = doap['release'] + %p + This report generated by + %span{property: "doap:name"}< + %a{:href => tests['generatedBy']['@id']}< + = doap['name'] + %meta{property: "doap:shortdesc", :content => doap['shortdesc'], :lang => 'en'} + %meta{property: "doap:description", :content => doap['doapDesc'], :lang => 'en'} + version + %span{property: "doap:release", resource: rel['@id'], typeof: 'doap:Version'} + %span{property: "doap:revision"}<=rel['revision'] + %meta{property: "doap:name", :content => rel['name']} + %meta{property: "doap:created", :content => rel['created'], :datatype => "xsd:date"} + an + %a{property: "doap:license", :href => doap['license']}<="Unlicensed" + %span{property: "doap:programming-language"}<="Ruby" + application. More information is available at + %a{property: "doap:homepage", :href => doap['homepage']}<=doap['homepage'] + = "." diff --git a/lib/sparql/algebra/operator/alt.rb b/lib/sparql/algebra/operator/alt.rb index 0e9846a9..63d43d4a 100644 --- a/lib/sparql/algebra/operator/alt.rb +++ b/lib/sparql/algebra/operator/alt.rb @@ -22,8 +22,8 @@ class Alt < Operator::Binary # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/lib/sparql/algebra/operator/notoneof.rb b/lib/sparql/algebra/operator/notoneof.rb index cc319c4b..dc0899d6 100644 --- a/lib/sparql/algebra/operator/notoneof.rb +++ b/lib/sparql/algebra/operator/notoneof.rb @@ -24,8 +24,8 @@ class NotOneOf < Operator # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/lib/sparql/algebra/operator/path_opt.rb b/lib/sparql/algebra/operator/path_opt.rb index e21757e4..8be04ba3 100644 --- a/lib/sparql/algebra/operator/path_opt.rb +++ b/lib/sparql/algebra/operator/path_opt.rb @@ -23,8 +23,8 @@ class PathOpt < Operator::Unary # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/lib/sparql/algebra/operator/path_plus.rb b/lib/sparql/algebra/operator/path_plus.rb index c55e4c79..8b1ec847 100644 --- a/lib/sparql/algebra/operator/path_plus.rb +++ b/lib/sparql/algebra/operator/path_plus.rb @@ -19,8 +19,8 @@ class PathPlus < Operator::Unary # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/lib/sparql/algebra/operator/path_star.rb b/lib/sparql/algebra/operator/path_star.rb index 901fe09f..5537a84a 100644 --- a/lib/sparql/algebra/operator/path_star.rb +++ b/lib/sparql/algebra/operator/path_star.rb @@ -22,8 +22,8 @@ class PathStar < Operator::Unary # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/lib/sparql/algebra/operator/reverse.rb b/lib/sparql/algebra/operator/reverse.rb index 0e7fc37a..8b1af241 100644 --- a/lib/sparql/algebra/operator/reverse.rb +++ b/lib/sparql/algebra/operator/reverse.rb @@ -23,8 +23,8 @@ class Reverse < Operator::Unary # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/lib/sparql/algebra/operator/seq.rb b/lib/sparql/algebra/operator/seq.rb index 75f972d9..5ba18ec2 100644 --- a/lib/sparql/algebra/operator/seq.rb +++ b/lib/sparql/algebra/operator/seq.rb @@ -22,8 +22,8 @@ class Seq < Operator::Binary # the graph or repository to query # @param [Hash{Symbol => Object}] options # any additional keyword options - # @param [RDF::Term, RDF::Variable] :subject - # @param [RDF::Term, RDF::Variable] :object + # @option options [RDF::Term, RDF::Variable] :subject + # @option options [RDF::Term, RDF::Variable] :object # @yield [solution] # each matching solution # @yieldparam [RDF::Query::Solution] solution diff --git a/script/tc b/script/tc index 50f47114..0e2128e9 100755 --- a/script/tc +++ b/script/tc @@ -241,7 +241,7 @@ ensure earl:result [ a earl:TestResult; earl:outcome earl:#{result}; - dc:name "#{t.name}"; + dc:name """#{t.name}"""; } + if msg = options.fetch(:failures, {})[t] || options.fetch(:exceptions, {})[t] %{ dc:description """#{msg}""";