Skip to content

Handle named graphs #43

Open
Open
@jmatsushita

Description

@jmatsushita

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions