|
58 | 58 | SELECT ?name_1, ?name_2 |
59 | 59 | FROM ?g |
60 | 60 | WHERE { |
61 | | - /u<joe> \"parent_of\"@[] ?c ID ?name_1 . |
62 | | - /u<joe> \"parent_of\"@[] ?c ID ?name_2 |
| 61 | + /u<joe> \"parent_of\"@[] ?c1 ID ?name_1 . |
| 62 | + /u<joe> \"parent_of\"@[] ?c2 ID ?name_2 |
63 | 63 | } |
64 | 64 | ORDER BY ?name_1 ASC, ?name_2 ASC;", |
65 | 65 | "WillFail": false, |
|
89 | 89 | FROM ?g |
90 | 90 | WHERE { |
91 | 91 | /u<joe> \"parent_of\"@[] ?c . |
92 | | - ?c \"parent_of\"@[] ?gc ID ?name_1 . |
93 | | - ?c \"parent_of\"@[] ?gc ID ?name_2 |
| 92 | + ?c \"parent_of\"@[] ?gc1 ID ?name_1 . |
| 93 | + ?c \"parent_of\"@[] ?gc2 ID ?name_2 |
94 | 94 | } |
95 | 95 | ORDER BY ?name_1 ASC, ?name_2 ASC;", |
96 | 96 | "WillFail": false, |
|
164 | 164 | FROM ?g |
165 | 165 | WHERE { |
166 | 166 | /u<joe> \"parent_of\"@[] ?c . |
167 | | - ?c \"parent_of\"@[] ?gc ID ?name_1 . |
168 | | - ?c \"parent_of\"@[] ?gc ID ?name_2 |
| 167 | + ?c \"parent_of\"@[] ?gc1 ID ?name_1 . |
| 168 | + ?c \"parent_of\"@[] ?gc2 ID ?name_2 |
169 | 169 | } |
170 | 170 | ORDER BY ?name_1 ASC, ?name_2 ASC |
171 | 171 | HAVING NOT(?name_1 = ?name_2);", |
|
188 | 188 | FROM ?g |
189 | 189 | WHERE { |
190 | 190 | /u<joe> \"parent_of\"@[] ?c . |
191 | | - ?c \"parent_of\"@[] ?gc ID ?name_1 . |
192 | | - ?c \"parent_of\"@[] ?gc ID ?name_2 |
| 191 | + ?c \"parent_of\"@[] ?gc1 ID ?name_1 . |
| 192 | + ?c \"parent_of\"@[] ?gc2 ID ?name_2 |
193 | 193 | } |
194 | 194 | ORDER BY ?name_1 ASC, ?name_2 ASC |
195 | 195 | HAVING ?name_1 < ?name_2;", |
|
0 commit comments