trueSparqlRequest request = new SparqlRequest("sitac"); request.addSelect("elt"); WhereForm form = request.getWhereForm(); OperationResult<Property> property = request.addType("elt", "Aircraft"); property.setComment("the comment of the type"); String query = request.getSPARQL(); // serialize the SPARQL request without commments request.resetSPARQLContent(); // clear the cached result query = request.getSPARQL(true); // serialize the SPARQL request with commments
Copyright 2025 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence
Project Web Hosted by
Copyright 1999-2010 -
Geeknet, Inc., All Rights Reserved
About
-
Legal
-
Help