From d3e093b153ec1cfb6ba82e4b0144cf59880326f3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Feb 2013 04:32:08 +0000 Subject: Restructure test suite to match new Turtle test suite. git-svn-id: http://svn.drobilla.net/serd/trunk@412 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- tests/rdfq-results.ttl | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 tests/rdfq-results.ttl (limited to 'tests/rdfq-results.ttl') diff --git a/tests/rdfq-results.ttl b/tests/rdfq-results.ttl deleted file mode 100644 index c6e72aa7..00000000 --- a/tests/rdfq-results.ttl +++ /dev/null @@ -1,39 +0,0 @@ -# from http://www.w3.org/2003/03/rdfqr-tests/recording-query-results.html - -@prefix rdf: . -@prefix rs: . - - -<> rdf:type rs:ResultSet ; - rs:size 4 ; - rs:resultVariable "x" ; rs:resultVariable "y" ; - rs:solution - [ rdf:type rs:ResultSolution ; - rs:binding [ rs:variable "x" ; rs:value 123 ] ; - rs:binding [ rs:variable "y" ; rs:value ] - ] ; - - rs:solution - [ rdf:type rs:ResultSolution ; - rs:binding [ rs:variable "x" ; - rs:value "2003-01-21" ] ; - rs:binding [ rs:variable "y" ; - rs:value ] - ] ; - - rs:solution - [ rdf:type rs:ResultSolution ; - rs:binding [ rs:variable "x" ; - rs:value "anon1" ] ; - rs:binding [ rs:variable "y" ; - rs:value _:a ] - ] ; - - rs:solution - [ rdf:type rs:ResultSolution ; - rs:binding [ rs:variable "x" ; - rs:value "anon2" ] ; - rs:binding [ rs:variable "y" ; - rs:value _:a ] - ] ; - . -- cgit v1.2.1