Skip to content

Commit

Permalink
Merge pull request #10 from soltanireza65/main
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong authored Nov 17, 2023
2 parents 80dc7b4 + fa69fdf commit 7c6dae5
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions bookmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@

Used `https://github.com/jeff-zucker/linked-bookmarks` as reference

implemented in `https://github.com/pondersource/soukai-solid-data-modules`

```turtle
@prefix : <#> .
@prefix bk: <http://www.w3.org/2002/01/bookmark#> .
@prefix : <#>.
@prefix bookm: <./>.
@prefix bk: <http://www.w3.org/2002/01/bookmark#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
bk:hasTopic :fiction;
a bk:BookMark;
rdfs:label "Ancient Texts";
bk:recalls <https://archive.org>
:it
a bk:Bookmark;
rdfs:label "Google";
bk:hasTopic :fiction;
bk:recalls <https://www.google.com>.
```

0 comments on commit 7c6dae5

Please sign in to comment.