- From: Axel Polleres <axel.polleres@deri.org>
- Date: Fri, 27 Aug 2010 17:42:12 +0100
- To: Birte Glimm <birte.glimm@comlab.ox.ac.uk>
- Cc: SPARQL Working Group <public-rdf-dawg@w3.org>
Hi Birte, all,
Do you think we should add a test case like that:
G:
:s :p "foo"
Q:
SELECT ?L
WHERE { ?L a rdfs:Literal }
Similarly:
G:
:s :p 1
Q:
SELECT ?L
WHERE { ?L a xsd:integer }
Obviously, those will not give an answer, but some people might expect those to return surrogate blank nodes... a colleague of mine just came to me with that (in a different context), and I thought I might share it.
Axel
Received on Friday, 27 August 2010 16:42:47 UTC