diff options
Diffstat (limited to 'test/extra/good/test-lang.nt')
-rw-r--r-- | test/extra/good/test-lang.nt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/extra/good/test-lang.nt b/test/extra/good/test-lang.nt index 61daecb3..26db2c03 100644 --- a/test/extra/good/test-lang.nt +++ b/test/extra/good/test-lang.nt @@ -1,5 +1,5 @@ -<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Hello"@en . -<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Howdy"@en-us . -<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Bonjour"@fr . -<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "Guten Tag"@de-latn-de . -<http://example.org/test-lang#thing> <http://example.org/test-lang#greeting> "HEY MAN"@en-crazy0place . +<http://example.org/eg#s> <http://example.org/eg#p> "Hello"@en . +<http://example.org/eg#s> <http://example.org/eg#p> "Howdy"@en-us . +<http://example.org/eg#s> <http://example.org/eg#p> "Bonjour"@fr . +<http://example.org/eg#s> <http://example.org/eg#p> "Gueten Tag"@de-latn-de . +<http://example.org/eg#s> <http://example.org/eg#p> "HEY"@en-s0mewh3re . |