Skip to content

Commit 9ea81cb

Browse files
rubensworksgkellogg
authored andcommitted
Fix triple patterns being commented in queries for test 0325
1 parent 16820b5 commit 9ea81cb

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BASE <http://example.org/>
22
PREFIX schema: <http://schema.org/>
33
ASK WHERE {
4-
#foo schema:refers-to _:p .
5-
#bar schema:refers-to _:p .
4+
<#foo> schema:refers-to _:p .
5+
<#bar> schema:refers-to _:p .
66
_:p schema:name "Amanda" .
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BASE <http://example.org/>
22
PREFIX schema: <http://schema.org/>
33
ASK WHERE {
4-
#foo schema:refers-to _:p .
5-
#bar schema:refers-to _:p .
4+
<#foo> schema:refers-to _:p .
5+
<#bar> schema:refers-to _:p .
66
_:p schema:name "Amanda" .
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BASE <http://example.org/>
22
PREFIX schema: <http://schema.org/>
33
ASK WHERE {
4-
#foo schema:refers-to _:p .
5-
#bar schema:refers-to _:p .
4+
<#foo> schema:refers-to _:p .
5+
<#bar> schema:refers-to _:p .
66
_:p schema:name "Amanda" .
77
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
BASE <http://example.org/>
22
PREFIX schema: <http://schema.org/>
33
ASK WHERE {
4-
#foo schema:refers-to _:p .
5-
#bar schema:refers-to _:p .
4+
<#foo> schema:refers-to _:p .
5+
<#bar> schema:refers-to _:p .
66
_:p schema:name "Amanda" .
77
}

0 commit comments

Comments
 (0)