1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-29 01:05:35 +02:00

Update lilv, lv2, serd, sord, sratom, and add suil.

This commit is contained in:
yam
2015-04-07 23:19:22 -05:00
parent f88b27e6d8
commit 57fb87e96d
1460 changed files with 64512 additions and 10876 deletions

View File

@@ -0,0 +1,44 @@
@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 ]
) .