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.

37 lines
3.3KB

  1. _:genid1 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
  2. _:genid1 <http://jena.hpl.hp.com/2003/03/result-set#value> "123"^^<http://www.w3.org/2001/XMLSchema#integer> .
  3. _:genid2 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
  4. _:genid2 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource1> .
  5. _:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
  6. _:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid1 .
  7. _:genid3 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid2 .
  8. _:genid4 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
  9. _:genid4 <http://jena.hpl.hp.com/2003/03/result-set#value> "2003-01-21" .
  10. _:genid5 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
  11. _:genid5 <http://jena.hpl.hp.com/2003/03/result-set#value> <http://example.com/resource2> .
  12. _:genid6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
  13. _:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid4 .
  14. _:genid6 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid5 .
  15. _:genid7 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
  16. _:genid7 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon1" .
  17. _:genid8 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
  18. _:genid8 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a .
  19. _:genid9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
  20. _:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid7 .
  21. _:genid9 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid8 .
  22. _:genid10 <http://jena.hpl.hp.com/2003/03/result-set#variable> "x" .
  23. _:genid10 <http://jena.hpl.hp.com/2003/03/result-set#value> "anon2" .
  24. _:genid11 <http://jena.hpl.hp.com/2003/03/result-set#variable> "y" .
  25. _:genid11 <http://jena.hpl.hp.com/2003/03/result-set#value> _:a .
  26. _:genid12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSolution> .
  27. _:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid10 .
  28. _:genid12 <http://jena.hpl.hp.com/2003/03/result-set#binding> _:genid11 .
  29. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://jena.hpl.hp.com/2003/03/result-set#ResultSet> .
  30. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#size> "4"^^<http://www.w3.org/2001/XMLSchema#integer> .
  31. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "x" .
  32. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#resultVariable> "y" .
  33. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid3 .
  34. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid6 .
  35. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid9 .
  36. <http://www.w3.org/2001/sw/DataAccess/df1/tests/rdfq-results.ttl> <http://jena.hpl.hp.com/2003/03/result-set#solution> _:genid12 .