Open
Description
With the recent version update, it is now possible to submit JSON-LD docs which includes an @graph
key. However, named graphs are not handled yet. (More precisely, if there is a top level @id
then the @graph
value is just ignored).
Given the discussion on levelgraph/levelgraph#43 I'm thinking of first implementing this using a graph
triple property for put
, and a slow filter
JS-land approach for get
.
The performance penalty will be big on anything that tries to use named graphs but it's probably good to start here before doing anything more involved. Things will probably take shape as I implement but does this make sense @mcollina ?
Metadata
Metadata
Assignees
Labels
No labels