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

Possibility to use Describe instead of Construct in Criteria Execution #19

Open
fonji opened this issue Sep 30, 2013 · 0 comments
Open

Comments

@fonji
Copy link

fonji commented Sep 30, 2013

Hello,

Person.find(uri) will build a "Construct" sparql statement.
Person.all.resources will build a "Describe" statement, which gets way more data and so may be way slower (which is, in my case, for data I don't need).

Did I miss a CriteriaExecution option to chose which kind of statement is executed?
If not, does it make any sense? Can it be added?
I'll try to offer a solution...

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