Fork of https://github.com/oxigraph/oxigraph.git for the purpose of NextGraph project
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
oxigraph/testsuite/serd-tests/good/test-pretty.ttl

44 lines
347 B

@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 ]
) .