Skip to content

keep triple provenance as named graphs #123

@pchampin

Description

@pchampin

Issue type:

  • ➕ Feature request

Description:

Currently, there is no way to know from which source the link traversal retrieved a given triple.
I would like, for example, to be able to ask the following query:

PREFIX foaf: <http://xmlns.com/foaf/0.1/>

SELECT * {
    <https://champin.net/#pa> foaf:knows ?p.
    GRAPH ?g { ?p foaf:name ?name }
}

to determine whether the name of a person comes from their own profile or another source.

Of course, I would expect the default graph to be, by default, the merge of all named graphs, so that "flat" queries still work as expected.

cc @lecoqlibre @FabienGandon

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    To do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions