Browse Source
git-svn-id: http://svn.drobilla.net/serd/trunk@412 490d8e77-9747-427b-9fa3-0b8f29cee8a0zrythm_meson

108 changed files with 7 additions and 169 deletions
@ -0,0 +1 @@
@@ -0,0 +1 @@
|
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/foo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2001/sw/DataAccess/df1/tests/Bar> . |
@ -1,88 +0,0 @@
@@ -1,88 +0,0 @@
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
||||
@prefix mf: <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> . |
||||
@prefix qt: <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> . |
||||
|
||||
<> rdf:type mf:Manifest ; |
||||
rdfs:comment "Turtle bad syntax test cases (must fail)" ; |
||||
mf:entries |
||||
( |
||||
|
||||
[ mf:name "bad-00" ; |
||||
rdfs:comment "prefix name must end in a :" ; |
||||
mf:action [ qt:data <bad-00.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-01" ; |
||||
rdfs:comment "blank predicate forbidden" ; |
||||
mf:action [ qt:data <bad-01.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-02" ; |
||||
rdfs:comment "blank predicate forbidden" ; |
||||
mf:action [ qt:data <bad-02.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-03" ; |
||||
rdfs:comment "a forbidden as subject" ; |
||||
mf:action [ qt:data <bad-03.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-04" ; |
||||
rdfs:comment ", not allowed in collections" ; |
||||
mf:action [ qt:data <bad-04.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-05" ; |
||||
rdfs:comment "{} not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-05.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-06" ; |
||||
rdfs:comment "is and of not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-06.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-07" ; |
||||
rdfs:comment "paths not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-07.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-08" ; |
||||
rdfs:comment "@keywords not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-08.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-09" ; |
||||
rdfs:comment "=> not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-09.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-10" ; |
||||
rdfs:comment "= not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-10.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-11" ; |
||||
rdfs:comment "@forAll not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-11.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-12" ; |
||||
rdfs:comment "@forSome not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-12.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-13" ; |
||||
rdfs:comment "<= not allowed in Turtle" ; |
||||
mf:action [ qt:data <bad-13.ttl> ] ; |
||||
] |
||||
|
||||
[ mf:name "bad-14" ; |
||||
rdfs:comment "long literal with missing end" ; |
||||
mf:action [ qt:data <bad-14.ttl> ] ; |
||||
] |
||||
|
||||
|
||||
# End of tests |
||||
). |
@ -1,36 +0,0 @@
@@ -1,36 +0,0 @@
|
||||
_:genid1 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" . |
||||
_:genid1 <http://jena.hpl.hp.com/2003/03/result-set#value> "123"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
_:genid2 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" . |
||||
_:genid2 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource1> . |
||||
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> . |
||||
_:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid1 . |
||||
_:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid2 . |
||||
_:genid4 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" . |
||||
_:genid4 <http://jena.hpl.hp.com/2003/03/result-set#value> "2003-01-21" . |
||||
_:genid5 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" . |
||||
_:genid5 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource2> . |
||||
_:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> . |
||||
_:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid4 . |
||||
_:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid5 . |
||||
_:genid7 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" . |
||||
_:genid7 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon1" . |
||||
_:genid8 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" . |
||||
_:genid8 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a . |
||||
_:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> . |
||||
_:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid7 . |
||||
_:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid8 . |
||||
_:genid10 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" . |
||||
_:genid10 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon2" . |
||||
_:genid11 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" . |
||||
_:genid11 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a . |
||||
_:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> . |
||||
_:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid10 . |
||||
_:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid11 . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSet> . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#size> "4"^^<http://www.w3.org/2001/XMLSchema#integer> . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "x" . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "y" . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid3 . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid6 . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid9 . |
||||
<http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid12 . |
@ -1,39 +0,0 @@
@@ -1,39 +0,0 @@
|
||||
# from http://www.w3.org/2003/03/rdfqr-tests/recording-query-results.html |
||||
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
||||
@prefix rs: <http://jena.hpl.hp.com/2003/03/result-set#> . |
||||
|
||||
|
||||
<> 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 <http://example.com/resource1> ] |
||||
] ; |
||||
|
||||
rs:solution |
||||
[ rdf:type rs:ResultSolution ; |
||||
rs:binding [ rs:variable "x" ; |
||||
rs:value "2003-01-21" ] ; |
||||
rs:binding [ rs:variable "y" ; |
||||
rs:value <http://example.com/resource2> ] |
||||
] ; |
||||
|
||||
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 ] |
||||
] ; |
||||
. |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue