diff options
author | David Robillard <d@drobilla.net> | 2013-03-04 04:42:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-03-04 04:42:56 +0000 |
commit | a27bd15451c9c27c25d3429badfe90cc2b0e9b82 (patch) | |
tree | cbd245a816ded86b5fb9058f696fabcfcbbb0961 /tests/extra/turtle-syntax-ln-colons.ttl | |
parent | 3a4d1a415691e45ffef6f64c32c0301fef577458 (diff) | |
download | serd-a27bd15451c9c27c25d3429badfe90cc2b0e9b82.tar.gz serd-a27bd15451c9c27c25d3429badfe90cc2b0e9b82.tar.bz2 serd-a27bd15451c9c27c25d3429badfe90cc2b0e9b82.zip |
Support dots and colons in pnames.
git-svn-id: http://svn.drobilla.net/serd/trunk@436 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'tests/extra/turtle-syntax-ln-colons.ttl')
-rw-r--r-- | tests/extra/turtle-syntax-ln-colons.ttl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extra/turtle-syntax-ln-colons.ttl b/tests/extra/turtle-syntax-ln-colons.ttl new file mode 100644 index 00000000..397989db --- /dev/null +++ b/tests/extra/turtle-syntax-ln-colons.ttl @@ -0,0 +1,6 @@ +@prefix : <http://example/> . +:s:1 :p:1 :o:1 . +:s::2 :p::2 :o::2 . +:3:s :3:p :3 . +::s ::p ::o . +::s: ::p: ::o: . |