Audio plugin host https://kx.studio/carla
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.

test-pretty.ttl 347B

12 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @prefix : <http://example.org/> .
  2. () :isA :List .
  3. [] :isA :Blank .
  4. () :sameAs () .
  5. [] :sameAs [] .
  6. (
  7. "apple"
  8. "banana"
  9. "pear"
  10. ) a :List .
  11. (
  12. (:a :b)
  13. (:c :d)
  14. ) a :List .
  15. []
  16. :list (
  17. "apple"
  18. "banana"
  19. "pear"
  20. ) .
  21. []
  22. :a :b , :c , :d .
  23. []
  24. :a [
  25. :b :c ;
  26. :d :e ;
  27. ] , [
  28. :f :g
  29. ] .
  30. []
  31. :list (
  32. [ a :Apple ]
  33. [ a :Banana ]
  34. ) .