annotate src/serd-0.18.2/tests/test-prefix.ttl @ 71:388bd4da45bf
Opus build for Windows (MinGW)
author |
Chris Cannam |
date |
Fri, 25 Jan 2019 13:49:03 +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> .
|