Mercurial > hg > sv-dependency-builds
annotate src/serd-0.18.2/tests/test-prefix.ttl @ 8:c29fa680fb5a
Add sord, serd
author | Chris Cannam |
---|---|
date | Wed, 20 Mar 2013 15:23:43 +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> . |