Skip to content

Commit

Permalink
improving documentation to queries 209 and 406.
Browse files Browse the repository at this point in the history
  • Loading branch information
ddtxra committed Apr 11, 2016
1 parent bb8663f commit 157255f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default/queries/q0209.rq
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ select ?pet where {
# but you could see the potential of union in a real scenario, where we would have many owners and we would
# like to filter just a few of them
#
# Alternatively you can also use the keyword VALUES (faster option)
# Alternatively you can also use the keyword VALUES that sets what the values of ?owner could be (faster option)
#
# select ?owner ?pet where {
# VALUES (?owner) { (ttr:William) (ttr:John) }
Expand Down
2 changes: 1 addition & 1 deletion default/queries/q0406.rq
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#title:Get Harrison Ford's pets and birth date
#comment:Some information is retrieved from dbpedia (name, birth date) using a federated query
#comment:The birthday variable is retrieved from dbpedia using a federated query
#comment:through the SERVICE keyword. The graph retrieved is combined with the local graph
#comment:and solutions are built from the distant and local graph pattern matching processes.
#comment:The local graph pattern
Expand Down
Binary file modified sparql-playground.war
Binary file not shown.

0 comments on commit 157255f

Please sign in to comment.