Skip to content

Commit

Permalink
add 003
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoqi Zhao committed Jan 15, 2024
1 parent 6404e42 commit fc255d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified LearningSPARQL.pptx
Binary file not shown.
4 changes: 2 additions & 2 deletions ch01/ex001.rq
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PREFIX d: <http://learningsparql.com/ns/addressbook#>
PREFIX ab: <http://learningsparql.com/ns/addressbook#>
SELECT ?person
WHERE
{
?person d:hometel "(229) 276-5135" .
?person ab:hometel "(229) 276-5135" .
}

0 comments on commit fc255d2

Please sign in to comment.