- From: Steve Harris <steve.harris@garlik.com>
- Date: Wed, 8 Aug 2007 13:45:00 +0100
- To: RDF Data Access Working Group <public-rdf-dawg@w3.org>
On the telecon I said I'd go through our internal tests to make sure
they were all covered by the DAWG testsuite, other than a few
specific optimisation tests that are hard to port I only found the
following:
data
:john a foaf:Person ;
foaf:name "John Smith" .
query
SELECT ?x
WHERE {
?x foaf:name "John Smith" ;
a foaf:Womble .
}
results
------
| ?x |
------
------
This is probably covered somewhere, but I couldn't see it.
- Steve
--
Steve Harris
Garlik Limited
Gainsborough House
2 Sheen Road
Richmond TW9 1AE
T +44(0)20 8973 2465
F +44(0)20 8973 2301
www.garlik.com
Registered in England and Wales 535 7233 VAT # 849 0517 11
Registered office: 42-46 High Street, Esher, Surrey KT10 9QY
Received on Wednesday, 8 August 2007 12:44:30 UTC