aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-lang.ttl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-lang.ttl b/tests/test-lang.ttl
new file mode 100644
index 00000000..407cc6e6
--- /dev/null
+++ b/tests/test-lang.ttl
@@ -0,0 +1,4 @@
+@prefix : <http://example.org/test-lang#> .
+
+:thing :greeting "Hello"@en ;
+ :greeting "Bonjour"@fr .