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.

47 lines
3.2KB

  1. <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.org/isA> <http://example.org/List> .
  2. _:b1 <http://example.org/isA> <http://example.org/Blank> .
  3. <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> <http://example.org/sameAs> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
  4. _:b2 <http://example.org/sameAs> _:b3 .
  5. _:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
  6. _:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b5 .
  7. _:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
  8. _:b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b6 .
  9. _:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "pear" .
  10. _:b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
  11. _:b4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/List> .
  12. _:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b8 .
  13. _:b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/a> .
  14. _:b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b9 .
  15. _:b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/b> .
  16. _:b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
  17. _:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b10 .
  18. _:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b11 .
  19. _:b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/c> .
  20. _:b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b12 .
  21. _:b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://example.org/d> .
  22. _:b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
  23. _:b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
  24. _:b7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/List> .
  25. _:b13 <http://example.org/list> _:b14 .
  26. _:b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
  27. _:b14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b15 .
  28. _:b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
  29. _:b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b16 .
  30. _:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "pear" .
  31. _:b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
  32. _:b17 <http://example.org/a> <http://example.org/b> .
  33. _:b17 <http://example.org/a> <http://example.org/c> .
  34. _:b17 <http://example.org/a> <http://example.org/d> .
  35. _:b18 <http://example.org/a> _:b19 .
  36. _:b19 <http://example.org/b> <http://example.org/c> .
  37. _:b19 <http://example.org/d> <http://example.org/e> .
  38. _:b18 <http://example.org/a> _:b20 .
  39. _:b20 <http://example.org/f> <http://example.org/g> .
  40. _:b21 <http://example.org/list> _:b22 .
  41. _:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b23 .
  42. _:b23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Apple> .
  43. _:b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b24 .
  44. _:b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:b25 .
  45. _:b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.org/Banana> .
  46. _:b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .