Skip to content

Commit

Permalink
Issue eclipse-rdf4j#780: Update Turtle testsuite
Browse files Browse the repository at this point in the history
Signed-off-by: James Leigh <james.leigh@ontotext.com>

Signed-off-by: Heshan Jayasinghe <shanujse@gmail.com>
  • Loading branch information
James Leigh committed Jun 1, 2017
1 parent 95f198e commit 4216546
Show file tree
Hide file tree
Showing 419 changed files with 476 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public abstract class TurtleParserTestCase {
/**
* Base directory for W3C Turtle tests
*/
private static String TEST_W3C_FILE_BASE_PATH = "/testcases/turtle/tests-ttl-w3c-20131121/";
private static String TEST_W3C_FILE_BASE_PATH = "/testcases/turtle/tests-ttl-w3c-20170126/";

private static String TEST_W3C_MANIFEST_URL = TEST_W3C_FILE_BASE_PATH + "manifest.ttl";

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<urn:ex:s001> <urn:ex:p> <g:h>.
<urn:ex:s002> <urn:ex:p> <http://a/bb/ccc/g>.
<urn:ex:s003> <urn:ex:p> <http://a/bb/ccc/g>.
<urn:ex:s004> <urn:ex:p> <http://a/bb/ccc/g/>.
<urn:ex:s005> <urn:ex:p> <http://a/g>.
<urn:ex:s006> <urn:ex:p> <http://g>.
<urn:ex:s007> <urn:ex:p> <http://a/bb/ccc/d;p?y>.
<urn:ex:s008> <urn:ex:p> <http://a/bb/ccc/g?y>.
<urn:ex:s009> <urn:ex:p> <http://a/bb/ccc/d;p?q#s>.
<urn:ex:s010> <urn:ex:p> <http://a/bb/ccc/g#s>.
<urn:ex:s011> <urn:ex:p> <http://a/bb/ccc/g?y#s>.
<urn:ex:s012> <urn:ex:p> <http://a/bb/ccc/;x>.
<urn:ex:s013> <urn:ex:p> <http://a/bb/ccc/g;x>.
<urn:ex:s014> <urn:ex:p> <http://a/bb/ccc/g;x?y#s>.
<urn:ex:s015> <urn:ex:p> <http://a/bb/ccc/d;p?q>.
<urn:ex:s016> <urn:ex:p> <http://a/bb/ccc/>.
<urn:ex:s017> <urn:ex:p> <http://a/bb/ccc/>.
<urn:ex:s018> <urn:ex:p> <http://a/bb/>.
<urn:ex:s019> <urn:ex:p> <http://a/bb/>.
<urn:ex:s020> <urn:ex:p> <http://a/bb/g>.
<urn:ex:s021> <urn:ex:p> <http://a/>.
<urn:ex:s022> <urn:ex:p> <http://a/>.
<urn:ex:s023> <urn:ex:p> <http://a/g>.

<urn:ex:s024> <urn:ex:p> <http://a/g>.
<urn:ex:s025> <urn:ex:p> <http://a/g>.
<urn:ex:s026> <urn:ex:p> <http://a/g>.
<urn:ex:s027> <urn:ex:p> <http://a/g>.
<urn:ex:s028> <urn:ex:p> <http://a/bb/ccc/g.>.
<urn:ex:s029> <urn:ex:p> <http://a/bb/ccc/.g>.
<urn:ex:s030> <urn:ex:p> <http://a/bb/ccc/g..>.
<urn:ex:s031> <urn:ex:p> <http://a/bb/ccc/..g>.
<urn:ex:s032> <urn:ex:p> <http://a/bb/g>.
<urn:ex:s033> <urn:ex:p> <http://a/bb/ccc/g/>.
<urn:ex:s034> <urn:ex:p> <http://a/bb/ccc/g/h>.
<urn:ex:s035> <urn:ex:p> <http://a/bb/ccc/h>.
<urn:ex:s036> <urn:ex:p> <http://a/bb/ccc/g;x=1/y>.
<urn:ex:s037> <urn:ex:p> <http://a/bb/ccc/y>.
<urn:ex:s038> <urn:ex:p> <http://a/bb/ccc/g?y/./x>.
<urn:ex:s039> <urn:ex:p> <http://a/bb/ccc/g?y/../x>.
<urn:ex:s040> <urn:ex:p> <http://a/bb/ccc/g#s/./x>.
<urn:ex:s041> <urn:ex:p> <http://a/bb/ccc/g#s/../x>.
<urn:ex:s042> <urn:ex:p> <http:g>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
@base <http://a/bb/ccc/d;p?q>.

<urn:ex:s001> <urn:ex:p> <g:h>.
<urn:ex:s002> <urn:ex:p> <g>.
<urn:ex:s003> <urn:ex:p> <./g>.
<urn:ex:s004> <urn:ex:p> <g/>.
<urn:ex:s005> <urn:ex:p> </g>.
<urn:ex:s006> <urn:ex:p> <//g>.
<urn:ex:s007> <urn:ex:p> <?y>.
<urn:ex:s008> <urn:ex:p> <g?y>.
<urn:ex:s009> <urn:ex:p> <#s>.
<urn:ex:s010> <urn:ex:p> <g#s>.
<urn:ex:s011> <urn:ex:p> <g?y#s>.
<urn:ex:s012> <urn:ex:p> <;x>.
<urn:ex:s013> <urn:ex:p> <g;x>.
<urn:ex:s014> <urn:ex:p> <g;x?y#s>.
<urn:ex:s015> <urn:ex:p> <>.
<urn:ex:s016> <urn:ex:p> <.>.
<urn:ex:s017> <urn:ex:p> <./>.
<urn:ex:s018> <urn:ex:p> <..>.
<urn:ex:s019> <urn:ex:p> <../>.
<urn:ex:s020> <urn:ex:p> <../g>.
<urn:ex:s021> <urn:ex:p> <../..>.
<urn:ex:s022> <urn:ex:p> <../../>.
<urn:ex:s023> <urn:ex:p> <../../g>.

<urn:ex:s024> <urn:ex:p> <../../../g>.
<urn:ex:s025> <urn:ex:p> <../../../../g>.
<urn:ex:s026> <urn:ex:p> </./g>.
<urn:ex:s027> <urn:ex:p> </../g>.
<urn:ex:s028> <urn:ex:p> <g.>.
<urn:ex:s029> <urn:ex:p> <.g>.
<urn:ex:s030> <urn:ex:p> <g..>.
<urn:ex:s031> <urn:ex:p> <..g>.
<urn:ex:s032> <urn:ex:p> <./../g>.
<urn:ex:s033> <urn:ex:p> <./g/.>.
<urn:ex:s034> <urn:ex:p> <g/./h>.
<urn:ex:s035> <urn:ex:p> <g/../h>.
<urn:ex:s036> <urn:ex:p> <g;x=1/./y>.
<urn:ex:s037> <urn:ex:p> <g;x=1/../y>.
<urn:ex:s038> <urn:ex:p> <g?y/./x>.
<urn:ex:s039> <urn:ex:p> <g?y/../x>.
<urn:ex:s040> <urn:ex:p> <g#s/./x>.
<urn:ex:s041> <urn:ex:p> <g#s/../x>.
<urn:ex:s042> <urn:ex:p> <http:g>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<urn:ex:s043> <urn:ex:p> <g:h>.
<urn:ex:s044> <urn:ex:p> <http://a/bb/ccc/d/g>.
<urn:ex:s045> <urn:ex:p> <http://a/bb/ccc/d/g>.
<urn:ex:s046> <urn:ex:p> <http://a/bb/ccc/d/g/>.
<urn:ex:s047> <urn:ex:p> <http://a/g>.
<urn:ex:s048> <urn:ex:p> <http://g>.
<urn:ex:s049> <urn:ex:p> <http://a/bb/ccc/d/?y>.
<urn:ex:s050> <urn:ex:p> <http://a/bb/ccc/d/g?y>.
<urn:ex:s051> <urn:ex:p> <http://a/bb/ccc/d/#s>.
<urn:ex:s052> <urn:ex:p> <http://a/bb/ccc/d/g#s>.
<urn:ex:s053> <urn:ex:p> <http://a/bb/ccc/d/g?y#s>.
<urn:ex:s054> <urn:ex:p> <http://a/bb/ccc/d/;x>.
<urn:ex:s055> <urn:ex:p> <http://a/bb/ccc/d/g;x>.
<urn:ex:s056> <urn:ex:p> <http://a/bb/ccc/d/g;x?y#s>.
<urn:ex:s057> <urn:ex:p> <http://a/bb/ccc/d/>.
<urn:ex:s058> <urn:ex:p> <http://a/bb/ccc/d/>.
<urn:ex:s059> <urn:ex:p> <http://a/bb/ccc/d/>.
<urn:ex:s060> <urn:ex:p> <http://a/bb/ccc/>.
<urn:ex:s061> <urn:ex:p> <http://a/bb/ccc/>.
<urn:ex:s062> <urn:ex:p> <http://a/bb/ccc/g>.
<urn:ex:s063> <urn:ex:p> <http://a/bb/>.
<urn:ex:s064> <urn:ex:p> <http://a/bb/>.
<urn:ex:s065> <urn:ex:p> <http://a/bb/g>.

<urn:ex:s066> <urn:ex:p> <http://a/g>.
<urn:ex:s067> <urn:ex:p> <http://a/g>.
<urn:ex:s068> <urn:ex:p> <http://a/g>.
<urn:ex:s069> <urn:ex:p> <http://a/g>.
<urn:ex:s070> <urn:ex:p> <http://a/bb/ccc/d/g.>.
<urn:ex:s071> <urn:ex:p> <http://a/bb/ccc/d/.g>.
<urn:ex:s072> <urn:ex:p> <http://a/bb/ccc/d/g..>.
<urn:ex:s073> <urn:ex:p> <http://a/bb/ccc/d/..g>.
<urn:ex:s074> <urn:ex:p> <http://a/bb/ccc/g>.
<urn:ex:s075> <urn:ex:p> <http://a/bb/ccc/d/g/>.
<urn:ex:s076> <urn:ex:p> <http://a/bb/ccc/d/g/h>.
<urn:ex:s077> <urn:ex:p> <http://a/bb/ccc/d/h>.
<urn:ex:s078> <urn:ex:p> <http://a/bb/ccc/d/g;x=1/y>.
<urn:ex:s079> <urn:ex:p> <http://a/bb/ccc/d/y>.
<urn:ex:s080> <urn:ex:p> <http://a/bb/ccc/d/g?y/./x>.
<urn:ex:s081> <urn:ex:p> <http://a/bb/ccc/d/g?y/../x>.
<urn:ex:s082> <urn:ex:p> <http://a/bb/ccc/d/g#s/./x>.
<urn:ex:s083> <urn:ex:p> <http://a/bb/ccc/d/g#s/../x>.
<urn:ex:s084> <urn:ex:p> <http:g>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
@base <http://a/bb/ccc/d/>.

<urn:ex:s043> <urn:ex:p> <g:h>.
<urn:ex:s044> <urn:ex:p> <g>.
<urn:ex:s045> <urn:ex:p> <./g>.
<urn:ex:s046> <urn:ex:p> <g/>.
<urn:ex:s047> <urn:ex:p> </g>.
<urn:ex:s048> <urn:ex:p> <//g>.
<urn:ex:s049> <urn:ex:p> <?y>.
<urn:ex:s050> <urn:ex:p> <g?y>.
<urn:ex:s051> <urn:ex:p> <#s>.
<urn:ex:s052> <urn:ex:p> <g#s>.
<urn:ex:s053> <urn:ex:p> <g?y#s>.
<urn:ex:s054> <urn:ex:p> <;x>.
<urn:ex:s055> <urn:ex:p> <g;x>.
<urn:ex:s056> <urn:ex:p> <g;x?y#s>.
<urn:ex:s057> <urn:ex:p> <>.
<urn:ex:s058> <urn:ex:p> <.>.
<urn:ex:s059> <urn:ex:p> <./>.
<urn:ex:s060> <urn:ex:p> <..>.
<urn:ex:s061> <urn:ex:p> <../>.
<urn:ex:s062> <urn:ex:p> <../g>.
<urn:ex:s063> <urn:ex:p> <../..>.
<urn:ex:s064> <urn:ex:p> <../../>.
<urn:ex:s065> <urn:ex:p> <../../g>.

<urn:ex:s066> <urn:ex:p> <../../../g>.
<urn:ex:s067> <urn:ex:p> <../../../../g>.
<urn:ex:s068> <urn:ex:p> </./g>.
<urn:ex:s069> <urn:ex:p> </../g>.
<urn:ex:s070> <urn:ex:p> <g.>.
<urn:ex:s071> <urn:ex:p> <.g>.
<urn:ex:s072> <urn:ex:p> <g..>.
<urn:ex:s073> <urn:ex:p> <..g>.
<urn:ex:s074> <urn:ex:p> <./../g>.
<urn:ex:s075> <urn:ex:p> <./g/.>.
<urn:ex:s076> <urn:ex:p> <g/./h>.
<urn:ex:s077> <urn:ex:p> <g/../h>.
<urn:ex:s078> <urn:ex:p> <g;x=1/./y>.
<urn:ex:s079> <urn:ex:p> <g;x=1/../y>.
<urn:ex:s080> <urn:ex:p> <g?y/./x>.
<urn:ex:s081> <urn:ex:p> <g?y/../x>.
<urn:ex:s082> <urn:ex:p> <g#s/./x>.
<urn:ex:s083> <urn:ex:p> <g#s/../x>.
<urn:ex:s084> <urn:ex:p> <http:g>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<urn:ex:s253> <urn:ex:p> <g:h>.
<urn:ex:s254> <urn:ex:p> <file:///a/bb/ccc/g>.
<urn:ex:s255> <urn:ex:p> <file:///a/bb/ccc/g>.
<urn:ex:s256> <urn:ex:p> <file:///a/bb/ccc/g/>.
<urn:ex:s257> <urn:ex:p> <file:///g>.
<urn:ex:s258> <urn:ex:p> <file://g>.
<urn:ex:s259> <urn:ex:p> <file:///a/bb/ccc/d;p?y>.
<urn:ex:s260> <urn:ex:p> <file:///a/bb/ccc/g?y>.
<urn:ex:s261> <urn:ex:p> <file:///a/bb/ccc/d;p?q#s>.
<urn:ex:s262> <urn:ex:p> <file:///a/bb/ccc/g#s>.
<urn:ex:s263> <urn:ex:p> <file:///a/bb/ccc/g?y#s>.
<urn:ex:s264> <urn:ex:p> <file:///a/bb/ccc/;x>.
<urn:ex:s265> <urn:ex:p> <file:///a/bb/ccc/g;x>.
<urn:ex:s266> <urn:ex:p> <file:///a/bb/ccc/g;x?y#s>.
<urn:ex:s267> <urn:ex:p> <file:///a/bb/ccc/d;p?q>.
<urn:ex:s268> <urn:ex:p> <file:///a/bb/ccc/>.
<urn:ex:s269> <urn:ex:p> <file:///a/bb/ccc/>.
<urn:ex:s270> <urn:ex:p> <file:///a/bb/>.
<urn:ex:s271> <urn:ex:p> <file:///a/bb/>.
<urn:ex:s272> <urn:ex:p> <file:///a/bb/g>.
<urn:ex:s273> <urn:ex:p> <file:///a/>.
<urn:ex:s274> <urn:ex:p> <file:///a/>.
<urn:ex:s275> <urn:ex:p> <file:///a/g>.

<urn:ex:s276> <urn:ex:p> <file:///g>.
<urn:ex:s277> <urn:ex:p> <file:///g>.
<urn:ex:s278> <urn:ex:p> <file:///g>.
<urn:ex:s279> <urn:ex:p> <file:///g>.
<urn:ex:s280> <urn:ex:p> <file:///a/bb/ccc/g.>.
<urn:ex:s281> <urn:ex:p> <file:///a/bb/ccc/.g>.
<urn:ex:s282> <urn:ex:p> <file:///a/bb/ccc/g..>.
<urn:ex:s283> <urn:ex:p> <file:///a/bb/ccc/..g>.
<urn:ex:s284> <urn:ex:p> <file:///a/bb/g>.
<urn:ex:s285> <urn:ex:p> <file:///a/bb/ccc/g/>.
<urn:ex:s286> <urn:ex:p> <file:///a/bb/ccc/g/h>.
<urn:ex:s287> <urn:ex:p> <file:///a/bb/ccc/h>.
<urn:ex:s288> <urn:ex:p> <file:///a/bb/ccc/g;x=1/y>.
<urn:ex:s289> <urn:ex:p> <file:///a/bb/ccc/y>.
<urn:ex:s290> <urn:ex:p> <file:///a/bb/ccc/g?y/./x>.
<urn:ex:s291> <urn:ex:p> <file:///a/bb/ccc/g?y/../x>.
<urn:ex:s292> <urn:ex:p> <file:///a/bb/ccc/g#s/./x>.
<urn:ex:s293> <urn:ex:p> <file:///a/bb/ccc/g#s/../x>.
<urn:ex:s294> <urn:ex:p> <http:g>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
@base <file:///a/bb/ccc/d;p?q>.

<urn:ex:s253> <urn:ex:p> <g:h>.
<urn:ex:s254> <urn:ex:p> <g>.
<urn:ex:s255> <urn:ex:p> <./g>.
<urn:ex:s256> <urn:ex:p> <g/>.
<urn:ex:s257> <urn:ex:p> </g>.
<urn:ex:s258> <urn:ex:p> <//g>.
<urn:ex:s259> <urn:ex:p> <?y>.
<urn:ex:s260> <urn:ex:p> <g?y>.
<urn:ex:s261> <urn:ex:p> <#s>.
<urn:ex:s262> <urn:ex:p> <g#s>.
<urn:ex:s263> <urn:ex:p> <g?y#s>.
<urn:ex:s264> <urn:ex:p> <;x>.
<urn:ex:s265> <urn:ex:p> <g;x>.
<urn:ex:s266> <urn:ex:p> <g;x?y#s>.
<urn:ex:s267> <urn:ex:p> <>.
<urn:ex:s268> <urn:ex:p> <.>.
<urn:ex:s269> <urn:ex:p> <./>.
<urn:ex:s270> <urn:ex:p> <..>.
<urn:ex:s271> <urn:ex:p> <../>.
<urn:ex:s272> <urn:ex:p> <../g>.
<urn:ex:s273> <urn:ex:p> <../..>.
<urn:ex:s274> <urn:ex:p> <../../>.
<urn:ex:s275> <urn:ex:p> <../../g>.

<urn:ex:s276> <urn:ex:p> <../../../g>.
<urn:ex:s277> <urn:ex:p> <../../../../g>.
<urn:ex:s278> <urn:ex:p> </./g>.
<urn:ex:s279> <urn:ex:p> </../g>.
<urn:ex:s280> <urn:ex:p> <g.>.
<urn:ex:s281> <urn:ex:p> <.g>.
<urn:ex:s282> <urn:ex:p> <g..>.
<urn:ex:s283> <urn:ex:p> <..g>.
<urn:ex:s284> <urn:ex:p> <./../g>.
<urn:ex:s285> <urn:ex:p> <./g/.>.
<urn:ex:s286> <urn:ex:p> <g/./h>.
<urn:ex:s287> <urn:ex:p> <g/../h>.
<urn:ex:s288> <urn:ex:p> <g;x=1/./y>.
<urn:ex:s289> <urn:ex:p> <g;x=1/../y>.
<urn:ex:s290> <urn:ex:p> <g?y/./x>.
<urn:ex:s291> <urn:ex:p> <g?y/../x>.
<urn:ex:s292> <urn:ex:p> <g#s/./x>.
<urn:ex:s293> <urn:ex:p> <g#s/../x>.
<urn:ex:s294> <urn:ex:p> <http:g>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<urn:ex:s295> <urn:ex:p> <http://abc/def/>.
<urn:ex:s296> <urn:ex:p> <http://abc/def/?a=b>.
<urn:ex:s297> <urn:ex:p> <http://abc/def/#a=b>.
<urn:ex:s298> <urn:ex:p> <http://abc/>.
<urn:ex:s299> <urn:ex:p> <http://abc/?a=b>.
<urn:ex:s300> <urn:ex:p> <http://abc/#a=b>.

<urn:ex:s301> <urn:ex:p> <http://ab//de//xyz>.
<urn:ex:s302> <urn:ex:p> <http://ab//de//xyz>.
<urn:ex:s303> <urn:ex:p> <http://ab//de/xyz>.

<urn:ex:s304> <urn:ex:p> <http://abc/d:f/xyz>.
<urn:ex:s305> <urn:ex:p> <http://abc/d:f/xyz>.
<urn:ex:s306> <urn:ex:p> <http://abc/xyz>.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@base <http://abc/def/ghi>.
<urn:ex:s295> <urn:ex:p> <.>.
<urn:ex:s296> <urn:ex:p> <.?a=b>.
<urn:ex:s297> <urn:ex:p> <.#a=b>.
<urn:ex:s298> <urn:ex:p> <..>.
<urn:ex:s299> <urn:ex:p> <..?a=b>.
<urn:ex:s300> <urn:ex:p> <..#a=b>.

@base <http://ab//de//ghi>.
<urn:ex:s301> <urn:ex:p> <xyz>.
<urn:ex:s302> <urn:ex:p> <./xyz>.
<urn:ex:s303> <urn:ex:p> <../xyz>.

@base <http://abc/d:f/ghi>.
<urn:ex:s304> <urn:ex:p> <xyz>.
<urn:ex:s305> <urn:ex:p> <./xyz>.
<urn:ex:s306> <urn:ex:p> <../xyz>.
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
This README is for the W3C RDF Working Group's Turtle test suite.
This test suite contains three kinds of tests:
This test suite contains four kinds of tests:

Evaluation (rdft:TestTurtleEval) - a pair of an input turtle file
and reference ntriples file.
132 Evaluation (rdft:TestTurtleEval) - a pair of an input turtle
file and reference ntriples file.

Positive syntax (rdft:TestTurtlePositiveSyntax) - an input turtle
77 Positive syntax (rdft:TestTurtlePositiveSyntax) - an input turtle
file with no syntax errors.

Negative syntax (rdft:TestTurtleNegativeSyntax) - an input turtle
78 Negative syntax (rdft:TestTurtleNegativeSyntax) - an input turtle
file with at least one syntax error.

4 Negative Evaluation (rdft:TestTurtleNegativeEval) - a pair of an
input turtle file and reference ntriples file. These tests have the
same properties as rdft:TestTurtleNegativeSyntax.

The manifest.ttl file in this directory lists all of the tests in the
RDF WG's Turtle test suite. Each test is one of the above tests. All
tests have a name (mf:name) and an input (mf:action). The Evaluation
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<http://a.example/s> <http://a.example/p> _:b1 .
_:b1 <http://a.example/p2> <http://a.example/o> .
_:b1 <http://a.example/p2> <http://a.example/o2> .
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<http://a.example/s> <http://a.example/p> [ <http://a.example/p2> <http://a.example/o>,<http://a.example/o2> ] .
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<http://a.example/s> <http://a.example/p> _:b1 .
_:b1 <http://a.example/p2> <http://a.example/o> .
<http://a.example/s> <http://a.example/p> <http://a.example/o2> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<http://a.example/s> <http://a.example/p> [ <http://a.example/p2> <http://a.example/o> ]
, <http://a.example/o2> .
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u037F\u1FFF\u200C\u200D\u2070\u218F\u2C00\u2FEF\u3001\uD7FF\uF900\uFDCF\uFDF0\uFFEF\U00010000\U000EFFFD> .
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@prefix p: <http://a.example/> .
<http://a.example/s> <http://a.example/p> p:AZazÀÖØöø˿ͰͽͿ῿‌‍⁰↏Ⰰ⿯、퟿豈﷏ﷰ￯𐀀󯿽 .
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u0384\u1FFE\u200C\u200D\u2070\u2189\u2C00\u2FD5\u3001\uD7FB\uFA0E\uFDC7\uFDF0\uFFEF\U00010000\U000E01EF> .
<http://a.example/s> <http://a.example/p> <http://a.example/AZaz\u00C0\u00D6\u00D8\u00F6\u00F8\u02FF\u0370\u037D\u0384\u1FFE\u200C\u200D\u2070\u2189\u2C00\u2FD5\u3001\uD7FB\uFA0E\uFDC7\uFDF0\uFFEF\U00010000\U0002FA1D> .
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@prefix p: <http://a.example/> .
<http://a.example/s> <http://a.example/p> p:AZazÀÖØöø˿Ͱͽ΄῾‌‍⁰↉Ⰰ⿕、ퟻ﨎ﷇﷰ￯𐀀󠇯 .
<http://a.example/s> <http://a.example/p> p:AZazÀÖØöø˿Ͱͽ΄῾‌‍⁰↉Ⰰ⿕、ퟻ﨎ﷇﷰ￯𐀀𪘀 .
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<http://a.example/a\u00b7\u0300\u036f\u203f\u002e\u2040> <http://a.example/p> <http://a.example/o> .
Loading

0 comments on commit 4216546

Please sign in to comment.