Skip to content

Commit

Permalink
Merge pull request #59 from kuzudb/semihsalihoglu-uw-patch-2
Browse files Browse the repository at this point in the history
Update 2024-03-28-in-praise-of-rdf.md
  • Loading branch information
prrao87 committed May 5, 2024
2 parents 4f24d98 + 6bbdfca commit a62e211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/post/2024-03-28-in-praise-of-rdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ green boxes are above not green boxes". We could do this in SPARQL as follows:
SELECT count(*) WHERE {
?box1 xyz:color "green" .
?box1 xyz:ontopOf ?box2 .
?box2 xyz:ontopOf ?box1 .
?box2 xyz:color "not green" .
}
```
No system that I know of can evaluate this query to return the correct answer,
Expand Down

0 comments on commit a62e211

Please sign in to comment.