Skip to content

Instantly share code, notes, and snippets.

@schani
Created July 19, 2009 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schani/149938 to your computer and use it in GitHub Desktop.
Save schani/149938 to your computer and use it in GitHub Desktop.
PREFIX test: <http://www.tracker-project.org/ontologies/test#>
SELECT ?n1,?n2,?n3,?n4,?n5,?n6,?n7,?n8,?n9,?n10,?n11,?n12,?n13,?n14,?n15,?n16,?n17,?n18,?n19
WHERE {
<test:n0> test:edge ?n1 .
?n1 test:edge ?n2 .
?n2 test:edge ?n3 .
?n3 test:edge ?n4 .
?n4 test:edge ?n5 .
?n5 test:edge ?n6 .
?n6 test:edge ?n7 .
?n7 test:edge ?n8 .
?n8 test:edge ?n9 .
?n9 test:edge ?n10 .
?n10 test:edge ?n11 .
?n11 test:edge ?n12 .
?n12 test:edge ?n13 .
?n13 test:edge ?n14 .
?n14 test:edge ?n15 .
?n15 test:edge ?n16 .
?n16 test:edge ?n17 .
?n17 test:edge ?n18 .
?n18 test:edge ?n19 .
?n19 test:edge <test:n20> }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment