Home
Categories
Dictionary
Download
Project Details
Changes Log
FAQ
License

SPARQL Request usages


The SPARQLRequest class is a model of a SPARQL request. There are two ways to get a SPARQLRequest:

Overview

The SPARQLRequest class allows to create SPARQL requests easily without having to write the request "by hand".

After having created the request, you can call the SPARQLRequest.toString() method to generate the SPARQL request as a String.
querytostring
The SPARQLParser class allows to parse SPARQL requests expressed as a String, and generate a SPARQLRequest.
parsequery

Categories: Requestcreation | Requestparsing

Copyright 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence