annotate src/serd-0.18.2/tests/test-prefix.ttl @ 79:91c729825bca
pa_catalina
Update build for AUDIO_COMPONENT_FIX
author |
Chris Cannam |
date |
Wed, 30 Oct 2019 12:40:34 +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> .
|