Issue type:
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
Issue type:
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:
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