SPARQL query error

Hi all in this forum,

I have currently written two queries in SPARQL, but they don't work. Can someone 
help me what I am doing wrong?

query 1:
prefix test: <http://example.com>
describe *
WHERE { ?employee test:Position "Manager" .}

query 2:
prefix test: <http://example.com>
SELECT ?g
WHERE { GRAPH ?g { ?s test:Name "John" . } }

Received on Thursday, 10 June 2010 06:41:36 UTC