summaryrefslogtreecommitdiff
path: root/tests/turtle-2013
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2013-08-10 13:12:01 -0700
committerDave Beckett <dave@dajobe.org>2013-08-11 19:46:45 -0700
commita13b8cf480faf3ef09cdba4ad085f3a02286b8be (patch)
tree8a99981d18b00fa9588650bf053ca8d279e61d9a /tests/turtle-2013
parentcd2b707af80274a78159bde10fe85c3b0c340050 (diff)
downloadraptor-a13b8cf480faf3ef09cdba4ad085f3a02286b8be.tar.gz
Add .nt versions of shared result files
Diffstat (limited to 'tests/turtle-2013')
-rw-r--r--tests/turtle-2013/IRI_subject.nt1
-rw-r--r--tests/turtle-2013/IRI_with_eight_digit_numeric_escape.nt1
-rw-r--r--tests/turtle-2013/IRI_with_four_digit_numeric_escape.nt1
-rw-r--r--tests/turtle-2013/LITERAL1_with_UTF8_boundaries.nt1
-rw-r--r--tests/turtle-2013/LITERAL2.nt1
-rw-r--r--tests/turtle-2013/LITERAL2_with_UTF8_boundaries.nt1
-rw-r--r--tests/turtle-2013/LITERAL_LONG1.nt1
-rw-r--r--tests/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.nt1
-rw-r--r--tests/turtle-2013/LITERAL_LONG2.nt1
-rw-r--r--tests/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.nt1
-rw-r--r--tests/turtle-2013/SPARQL_style_base.nt1
-rw-r--r--tests/turtle-2013/SPARQL_style_prefix.nt1
-rw-r--r--tests/turtle-2013/anonymous_blank_node_object.nt1
-rw-r--r--tests/turtle-2013/anonymous_blank_node_subject.nt1
-rw-r--r--tests/turtle-2013/bareword_integer.nt1
-rw-r--r--tests/turtle-2013/comment_following_localName.nt1
-rw-r--r--tests/turtle-2013/default_namespace_IRI.nt1
-rw-r--r--tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.nt1
-rw-r--r--tests/turtle-2013/labeled_blank_node_with_leading_digit.nt1
-rw-r--r--tests/turtle-2013/labeled_blank_node_with_leading_underscore.nt1
-rw-r--r--tests/turtle-2013/labeled_blank_node_with_non_leading_extras.nt1
-rw-r--r--tests/turtle-2013/langtagged_LONG.nt1
-rw-r--r--tests/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.nt1
-rw-r--r--tests/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.nt1
-rw-r--r--tests/turtle-2013/literal_with_escaped_FORM_FEED.nt1
-rw-r--r--tests/turtle-2013/literal_with_escaped_LINE_FEED.nt1
-rw-r--r--tests/turtle-2013/literal_with_numeric_escape8.nt1
-rw-r--r--tests/turtle-2013/old_style_base.nt1
-rw-r--r--tests/turtle-2013/old_style_prefix.nt1
-rw-r--r--tests/turtle-2013/prefix_only_IRI.nt1
-rw-r--r--tests/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.nt1
-rw-r--r--tests/turtle-2013/prefix_with_non_leading_extras.nt1
-rw-r--r--tests/turtle-2013/prefixed_IRI_object.nt1
-rw-r--r--tests/turtle-2013/prefixed_IRI_predicate.nt1
-rw-r--r--tests/turtle-2013/prefixed_name_datatype.nt1
-rw-r--r--tests/turtle-2013/repeated_semis_at_end.nt2
-rw-r--r--tests/turtle-2013/sole_blankNodePropertyList.nt1
37 files changed, 38 insertions, 0 deletions
diff --git a/tests/turtle-2013/IRI_subject.nt b/tests/turtle-2013/IRI_subject.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/IRI_subject.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/IRI_with_eight_digit_numeric_escape.nt b/tests/turtle-2013/IRI_with_eight_digit_numeric_escape.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/IRI_with_eight_digit_numeric_escape.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/IRI_with_four_digit_numeric_escape.nt b/tests/turtle-2013/IRI_with_four_digit_numeric_escape.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/IRI_with_four_digit_numeric_escape.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/LITERAL1_with_UTF8_boundaries.nt b/tests/turtle-2013/LITERAL1_with_UTF8_boundaries.nt
new file mode 100644
index 00000000..47a2527a
--- /dev/null
+++ b/tests/turtle-2013/LITERAL1_with_UTF8_boundaries.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\u0080\u07FF\u0800\u0FFF\u1000\uCFFF\uD000\uD7FF\uE000\uFFFD\U00010000\U0003FFFD\U00040000\U000FFFFD\U00100000\U0010FFFD" .
diff --git a/tests/turtle-2013/LITERAL2.nt b/tests/turtle-2013/LITERAL2.nt
new file mode 100644
index 00000000..3aba89e4
--- /dev/null
+++ b/tests/turtle-2013/LITERAL2.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "x" .
diff --git a/tests/turtle-2013/LITERAL2_with_UTF8_boundaries.nt b/tests/turtle-2013/LITERAL2_with_UTF8_boundaries.nt
new file mode 100644
index 00000000..47a2527a
--- /dev/null
+++ b/tests/turtle-2013/LITERAL2_with_UTF8_boundaries.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\u0080\u07FF\u0800\u0FFF\u1000\uCFFF\uD000\uD7FF\uE000\uFFFD\U00010000\U0003FFFD\U00040000\U000FFFFD\U00100000\U0010FFFD" .
diff --git a/tests/turtle-2013/LITERAL_LONG1.nt b/tests/turtle-2013/LITERAL_LONG1.nt
new file mode 100644
index 00000000..3aba89e4
--- /dev/null
+++ b/tests/turtle-2013/LITERAL_LONG1.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "x" .
diff --git a/tests/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.nt b/tests/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.nt
new file mode 100644
index 00000000..47a2527a
--- /dev/null
+++ b/tests/turtle-2013/LITERAL_LONG1_with_UTF8_boundaries.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\u0080\u07FF\u0800\u0FFF\u1000\uCFFF\uD000\uD7FF\uE000\uFFFD\U00010000\U0003FFFD\U00040000\U000FFFFD\U00100000\U0010FFFD" .
diff --git a/tests/turtle-2013/LITERAL_LONG2.nt b/tests/turtle-2013/LITERAL_LONG2.nt
new file mode 100644
index 00000000..3aba89e4
--- /dev/null
+++ b/tests/turtle-2013/LITERAL_LONG2.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "x" .
diff --git a/tests/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.nt b/tests/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.nt
new file mode 100644
index 00000000..47a2527a
--- /dev/null
+++ b/tests/turtle-2013/LITERAL_LONG2_with_UTF8_boundaries.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\u0080\u07FF\u0800\u0FFF\u1000\uCFFF\uD000\uD7FF\uE000\uFFFD\U00010000\U0003FFFD\U00040000\U000FFFFD\U00100000\U0010FFFD" .
diff --git a/tests/turtle-2013/SPARQL_style_base.nt b/tests/turtle-2013/SPARQL_style_base.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/SPARQL_style_base.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/SPARQL_style_prefix.nt b/tests/turtle-2013/SPARQL_style_prefix.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/SPARQL_style_prefix.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/anonymous_blank_node_object.nt b/tests/turtle-2013/anonymous_blank_node_object.nt
new file mode 100644
index 00000000..89e88f63
--- /dev/null
+++ b/tests/turtle-2013/anonymous_blank_node_object.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> _:b1 .
diff --git a/tests/turtle-2013/anonymous_blank_node_subject.nt b/tests/turtle-2013/anonymous_blank_node_subject.nt
new file mode 100644
index 00000000..b48df9a7
--- /dev/null
+++ b/tests/turtle-2013/anonymous_blank_node_subject.nt
@@ -0,0 +1 @@
+_:b1 <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/bareword_integer.nt b/tests/turtle-2013/bareword_integer.nt
new file mode 100644
index 00000000..c333a5f6
--- /dev/null
+++ b/tests/turtle-2013/bareword_integer.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
diff --git a/tests/turtle-2013/comment_following_localName.nt b/tests/turtle-2013/comment_following_localName.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/comment_following_localName.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/default_namespace_IRI.nt b/tests/turtle-2013/default_namespace_IRI.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/default_namespace_IRI.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.nt b/tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.nt
new file mode 100644
index 00000000..89e88f63
--- /dev/null
+++ b/tests/turtle-2013/labeled_blank_node_with_PN_CHARS_BASE_character_boundaries.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> _:b1 .
diff --git a/tests/turtle-2013/labeled_blank_node_with_leading_digit.nt b/tests/turtle-2013/labeled_blank_node_with_leading_digit.nt
new file mode 100644
index 00000000..89e88f63
--- /dev/null
+++ b/tests/turtle-2013/labeled_blank_node_with_leading_digit.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> _:b1 .
diff --git a/tests/turtle-2013/labeled_blank_node_with_leading_underscore.nt b/tests/turtle-2013/labeled_blank_node_with_leading_underscore.nt
new file mode 100644
index 00000000..89e88f63
--- /dev/null
+++ b/tests/turtle-2013/labeled_blank_node_with_leading_underscore.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> _:b1 .
diff --git a/tests/turtle-2013/labeled_blank_node_with_non_leading_extras.nt b/tests/turtle-2013/labeled_blank_node_with_non_leading_extras.nt
new file mode 100644
index 00000000..89e88f63
--- /dev/null
+++ b/tests/turtle-2013/labeled_blank_node_with_non_leading_extras.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> _:b1 .
diff --git a/tests/turtle-2013/langtagged_LONG.nt b/tests/turtle-2013/langtagged_LONG.nt
new file mode 100644
index 00000000..1bddb04e
--- /dev/null
+++ b/tests/turtle-2013/langtagged_LONG.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "chat"@en .
diff --git a/tests/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.nt b/tests/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.nt
new file mode 100644
index 00000000..91b85c89
--- /dev/null
+++ b/tests/turtle-2013/literal_with_escaped_CARRIAGE_RETURN.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\r" .
diff --git a/tests/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.nt b/tests/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.nt
new file mode 100644
index 00000000..a6a9d9f0
--- /dev/null
+++ b/tests/turtle-2013/literal_with_escaped_CHARACTER_TABULATION.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\t" .
diff --git a/tests/turtle-2013/literal_with_escaped_FORM_FEED.nt b/tests/turtle-2013/literal_with_escaped_FORM_FEED.nt
new file mode 100644
index 00000000..2a4490b3
--- /dev/null
+++ b/tests/turtle-2013/literal_with_escaped_FORM_FEED.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\u000C" .
diff --git a/tests/turtle-2013/literal_with_escaped_LINE_FEED.nt b/tests/turtle-2013/literal_with_escaped_LINE_FEED.nt
new file mode 100644
index 00000000..462f97ac
--- /dev/null
+++ b/tests/turtle-2013/literal_with_escaped_LINE_FEED.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "\n" .
diff --git a/tests/turtle-2013/literal_with_numeric_escape8.nt b/tests/turtle-2013/literal_with_numeric_escape8.nt
new file mode 100644
index 00000000..0b35a89a
--- /dev/null
+++ b/tests/turtle-2013/literal_with_numeric_escape8.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "o" .
diff --git a/tests/turtle-2013/old_style_base.nt b/tests/turtle-2013/old_style_base.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/old_style_base.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/old_style_prefix.nt b/tests/turtle-2013/old_style_prefix.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/old_style_prefix.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/prefix_only_IRI.nt b/tests/turtle-2013/prefix_only_IRI.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/prefix_only_IRI.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.nt b/tests/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/prefix_with_PN_CHARS_BASE_character_boundaries.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/prefix_with_non_leading_extras.nt b/tests/turtle-2013/prefix_with_non_leading_extras.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/prefix_with_non_leading_extras.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/prefixed_IRI_object.nt b/tests/turtle-2013/prefixed_IRI_object.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/prefixed_IRI_object.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/prefixed_IRI_predicate.nt b/tests/turtle-2013/prefixed_IRI_predicate.nt
new file mode 100644
index 00000000..01125e50
--- /dev/null
+++ b/tests/turtle-2013/prefixed_IRI_predicate.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> <http://a.example/o> .
diff --git a/tests/turtle-2013/prefixed_name_datatype.nt b/tests/turtle-2013/prefixed_name_datatype.nt
new file mode 100644
index 00000000..c333a5f6
--- /dev/null
+++ b/tests/turtle-2013/prefixed_name_datatype.nt
@@ -0,0 +1 @@
+<http://a.example/s> <http://a.example/p> "1"^^<http://www.w3.org/2001/XMLSchema#integer> .
diff --git a/tests/turtle-2013/repeated_semis_at_end.nt b/tests/turtle-2013/repeated_semis_at_end.nt
new file mode 100644
index 00000000..274182c7
--- /dev/null
+++ b/tests/turtle-2013/repeated_semis_at_end.nt
@@ -0,0 +1,2 @@
+<http://a.example/s> <http://a.example/p1> <http://a.example/o1> .
+<http://a.example/s> <http://a.example/p2> <http://a.example/o2> .
diff --git a/tests/turtle-2013/sole_blankNodePropertyList.nt b/tests/turtle-2013/sole_blankNodePropertyList.nt
new file mode 100644
index 00000000..b48df9a7
--- /dev/null
+++ b/tests/turtle-2013/sole_blankNodePropertyList.nt
@@ -0,0 +1 @@
+_:b1 <http://a.example/p> <http://a.example/o> .