[off] Re: SPARQL Protocol Test Suite Update

I needed a vocabulary to generate the Java constants for the protocol test suite:


PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX : <http://www.w3.org/2001/sw/DataAccess/proto-tests/test-manifest#>

CONSTRUCT
{ ?p rdf:type rdf:Property }
WHERE
{ ?s ?p ?o . FILTER regex(str(?p), str(:)) }


then passed th output into the code generator.

 Andy

Received on Friday, 21 October 2005 13:27:52 UTC