1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 06:09:47 +02:00
audacity/lib-src/lv2/serd/tests/good/test-pretty.ttl

44 lines
347 B
Turtle

@prefix : <http://example.org/> .
() :isA :List .
[] :isA :Blank .
() :sameAs () .
[] :sameAs [] .
(
"apple"
"banana"
"pear"
) a :List .
(
(:a :b)
(:c :d)
) a :List .
[]
:list (
"apple"
"banana"
"pear"
) .
[]
:a :b , :c , :d .
[]
:a [
:b :c ;
:d :e ;
] , [
:f :g
] .
[]
:list (
[ a :Apple ]
[ a :Banana ]
) .