Re: syntax error in testcase manifest

On Feb 17, 2011, at 3:23 PM, Jeen Broekstra wrote:

> Also a suggestion: there currently is one single "uber-manifest"[1]
> which encapsulates all tests for both query and update, it seems. Could
> I suggest a couple of other manifests alongside that, that group
> different subsets of all available tests? For example: one manifest for
> all query evaluation tests, one for all update tests, and one for all
> (query/update) syntax tests.
...
> [1] http://www.w3.org/2009/sparql/docs/tests/data-sparql11/manifest-all.ttl

Jeen,

The "uper-manifest" has been updated to contain details about which tests apply to which spec documents. This information relates the spec document IRI with a list of test manifests which represent conformance criteria for that spec. For example:

<http://www.w3.org/TR/sparql11-query/> rdfs:label "SPARQL 1.1 Query Language" ;
	mf:conformanceRequirement (
		<aggregates/manifest.ttl>
		<bind/manifest.ttl>
		<bindings/manifest.ttl>
		<construct/manifest.ttl>
		<functions/manifest.ttl>
		<grouping/manifest.ttl>
		<negation/manifest.ttl>
		<project-expression/manifest.ttl>
		<property-path/manifest.ttl>
		<subquery/manifest.ttl>
		<syntax-query/manifest.ttl>
	).

<http://www.w3.org/TR/sparql11-update/> rdfs:label "SPARQL 1.1 Update" ;
	mf:conformanceRequirement (
		<basic-update/manifest.ttl>
		<clear/manifest.ttl>
		<delete-data/manifest.ttl>
		<delete-insert/manifest.ttl>
		<delete-where/manifest.ttl>
		<delete/manifest.ttl>
		<drop/manifest.ttl>
		<syntax-update-1/manifest.ttl>
		<syntax-update-2/manifest.ttl>
		<update-silent/manifest.ttl>
	).

Greg (on behalf of the SPARQL WG)

Received on Monday, 10 October 2011 18:49:30 UTC