Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Sparql queries with named graph #13

Open
nicolasGuillouet opened this issue Dec 19, 2014 · 0 comments
Open

Problem with Sparql queries with named graph #13

nicolasGuillouet opened this issue Dec 19, 2014 · 0 comments

Comments

@nicolasGuillouet
Copy link

Hi Kevin,

I have a problem with querying on KB :
I create some Jena KB, with many named models. Then I want to make some named graph sparql queries on all the dataset (the query can for example use two differents graphs).
I tried to do things without success :-(.

After exploring code, i can see :

(defn jena-query-setup [kb query-string]
(QueryExecutionFactory/create (QueryFactory/create query-string)
(model! kb)))

Where the function use the default model and then not all the dataset.

Is it possible to complete this function and having a third parameter if we want to use all the dataset ?

Nicolas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant