1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-28 00:35:18 +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,2 @@
# prefix name must end in a :
@prefix a <#> .

View File

@@ -0,0 +1,3 @@
# Forbidden by RDF - predicate cannot be blank
@prefix : <http://example.org/base#> .
:a [ :b :c ] :d .

View File

@@ -0,0 +1,3 @@
# Forbidden by RDF - predicate cannot be blank
@prefix : <http://example.org/base#> .
:a [] :b .

View File

@@ -0,0 +1,3 @@
# 'a' only allowed as a predicate
@prefix : <http://example.org/base#> .
a :a :b .

View File

@@ -0,0 +1,3 @@
# No comma is allowed in collections
@prefix : <http://example.org/stuff/1.0/> .
:a :b ( "apple", "banana" ) .

View File

@@ -0,0 +1,4 @@
# N3 {}s are not in Turtle
@prefix : <http://example.org/stuff/1.0/> .
{ :a :b :c . } :d :e .

View File

@@ -0,0 +1,3 @@
# is and of are not in turtle
@prefix : <http://example.org/stuff/1.0/> .
:a is :b of :c .

View File

@@ -0,0 +1,4 @@
# paths are not in turtle
@prefix : <http://example.org/stuff/1.0/> .
:a.:b.:c .
:a^:b^:c .

View File

@@ -0,0 +1,2 @@
@keywords something.
# @keywords is not in turtle

View File

@@ -0,0 +1,3 @@
# implies is not in turtle
@prefix : <http://example.org/stuff/1.0/> .
:a => :b .

View File

@@ -0,0 +1,3 @@
# equivalence is not in turtle
@prefix : <http://example.org/stuff/1.0/> .
:a = :b .

View File

@@ -0,0 +1,3 @@
# @forAll is not in turtle
@prefix : <http://example.org/stuff/1.0/> .
@forAll :x .

View File

@@ -0,0 +1,3 @@
# @forSome is not in turtle
@prefix : <http://example.org/stuff/1.0/> .
@forSome :x .

View File

@@ -0,0 +1,3 @@
# <= is not in turtle
@prefix : <http://example.org/stuff/1.0/> .
:a <= :b .

View File

@@ -0,0 +1,6 @@
# Test long literals with missing end
@prefix : <http://example.org/ex#> .
:a :b """a long
literal
with
newlines

View File

@@ -0,0 +1 @@
@base "I'm quite certain this is not a URI" .

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org/> .
_:.bad a eg:Thing .

View File

@@ -0,0 +1 @@
<> <http://example.org/pred> "hello"^^"not-a-uri" .

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:thing [ eg:comment "Thing"

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:comment """\uA

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:comment "That ain't no language"@en-x-x

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:comment "That ain't no language"@a

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:thing ( eg:car eg:cdr

View File

@@ -0,0 +1,2 @@
@prefix eg: <http://example.org/> .
<> eg:p eg:o ,

View File

@@ -0,0 +1,2 @@
@prefix eg: <http://example.org/> .
<> eg:p eg:o ; eg:p1 eg:o2 ,

View File

@@ -0,0 +1,2 @@
@prefix eg: <http://example.org/> .
<> eg:p eg:o ;

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:comment "This is the string that never ends

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:comment """Hello""

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:uri <http://example.org/dontstop

View File

@@ -0,0 +1 @@
<http://example.org/thing> <http://example.org/comment> """\!""" .

View File

@@ -0,0 +1 @@
<http://example.org/thing> <http://example.org/comment> "\uABCG" .

View File

@@ -0,0 +1,2 @@
_:b1 a _:b2 .
_:b2 a _:B1 .

View File

@@ -0,0 +1 @@
<> <http://example.org/pred> "hello"@\bad .

View File

@@ -0,0 +1 @@
<> <http://example.org/pred> <http://example.org/valid> , invalid .

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org> .
<> eg:thing ( .

View File

@@ -0,0 +1 @@
@prefix eg: "what?" .

View File

@@ -0,0 +1 @@
<> a badprefix:Thing .

View File

@@ -0,0 +1 @@
<> <http://example.org/pred> .hello .

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org/> .
eg:thing a four .

View File

@@ -0,0 +1,3 @@
@prefix eg: <http://example.org/> .
eg:thing a fives .

View File

@@ -0,0 +1 @@
@prefix _invalid <http://example.org/> .

View File

@@ -0,0 +1 @@
<> <http://example.org/pred> "hello

View File

@@ -0,0 +1 @@
invalid.:thing a invalid.Thing .

View File

@@ -0,0 +1 @@
<http://example.org/thing> <http://example.org/comment> <http://example.org/\!> .

View File

@@ -0,0 +1,2 @@
@prefix a: <http://example.org/> .
a:thing x a:Thing .