Skip to content

Commit 7f9cc6f

Browse files
fix context syntax
1 parent 0f9737f commit 7f9cc6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ns/bookmark.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"xsd": "http://www.w3.org/2001/XMLSchema#",
1212

1313
"Bookmark": "bookmark:Bookmark",
14-
"references": {"@id": "dc:references", "@type": "@id"}
15-
"recalls": {"@id": "bookmark:recalls", "@type": "@id"}
14+
"references": {"@id": "dc:references", "@type": "@id"},
15+
"recalls": {"@id": "bookmark:recalls", "@type": "@id"},
1616
"title": "dc:title",
1717
"created": {"@id": "dc:created", "@type": "xsd:dateTime"},
1818
"creator": {"@id": "dc:creator", "@type": "@id"}

0 commit comments

Comments
 (0)