Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rdf4j-dev] Projecting a graph

Managed to hit send there a bit early. Sorry.

Has anyone developed a sail or anything like this? Or anyone got any ideas on which level I should develop this on? 

Cheers,
Håvard M. Ottestad



On 17 Jul 2018, at 17:41, Håvard Ottestad <hmottestad@xxxxxxxxx> wrote:

Hi,

I’ve come upon a requirement for “projecting” a graph, so that all operations like get/delete/insert/update/query run against a single graph in the store without them knowing. 

Example.

<http://example1> rdf:type rdfs:Resource <http://graph1>

When you specify <http://graph1> as the current graph, then getStatement(null, null, null) will return "<http://example1> rdf:type rdfs:Resource” without the graph part.


Back to the top