- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Fri, 21 Oct 2005 14:27:40 +0100
- To: public-rdf-dawg@w3.org
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