aboutsummaryrefslogtreecommitdiffstats
path: root/test/sort/input.trig
diff options
context:
space:
mode:
Diffstat (limited to 'test/sort/input.trig')
-rw-r--r--test/sort/input.trig19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/sort/input.trig b/test/sort/input.trig
new file mode 100644
index 00000000..154a9fb8
--- /dev/null
+++ b/test/sort/input.trig
@@ -0,0 +1,19 @@
+@prefix eg: <http://example.org/> .
+
+eg:graph1 {
+eg:s
+ eg:blank [
+ eg:with eg:aProperty ,
+ eg:orAnother
+ ] ;
+ eg:list (
+ 1
+ 2
+ ) ;
+ eg:literal "s1" .
+}
+
+eg:graph2 {
+eg:a
+ eg:b eg:c .
+}