tripod icon indicating copy to clipboard operation
tripod copied to clipboard

Possibility to use Describe instead of Construct in Criteria Execution

Open fonji opened this issue 12 years ago • 0 comments

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...

fonji avatar Sep 30 '13 13:09 fonji