Skip to content

Commit

Permalink
Merge pull request #57 from kuzudb/semihsalihoglu-uw-patch-1
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 3, 2024
2 parents 8dfd211 + c454b7d commit 4f24d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/post/2024-03-28-in-praise-of-rdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,8 @@ the standardized `owl:sameAs` predicate. So you can simply add the single <`gc:L
Then, suppose you ask the following query to a DBMS that implements the OWL standard:

```sparql
SELECT ?material WHERE {
gc:Levis-511 sd:contains ?material
SELECT ?merchant WHERE {
gc:Levis-511 sd:merchant ?merchant
}
```

Expand Down

0 comments on commit 4f24d98

Please sign in to comment.