Mercurial > hg > sv-dependency-builds
annotate src/serd-0.18.2/tests/test-prefix.ttl @ 36:55ece8862b6d
Merge
author | Chris Cannam |
---|---|
date | Wed, 11 Mar 2015 13:32:44 +0000 |
parents | c7265573341e |
children |
rev | line source |
---|---|
Chris@0 | 1 @prefix eg: <http://example.org/a/> . |
Chris@0 | 2 |
Chris@0 | 3 <http://example.org/a/b> a <http://example.org/Thing> . |
Chris@0 | 4 <http://example.org/a/b/c> a <http://example.org/Thing> . |
Chris@0 | 5 <http://example.org/a/num0num> a <http://example.org/Thing> . |
Chris@0 | 6 <http://example.org/a/under_under> a <http://example.org/Thing> . |
Chris@0 | 7 <http://example.org/a/dash-dash> a <http://example.org/Thing> . |
Chris@0 | 8 <http://example.org/a/.invalidname.> a <http://example.org/Thing> . |