jena-sparql-api icon indicating copy to clipboard operation
jena-sparql-api copied to clipboard

A collection of Jena-extensions for hiding SPARQL-complexity from the application layer

Results 27 jena-sparql-api issues
Sort by recently updated
recently updated
newest added

Hi, I need to check if two sparql queries are equivalent and I think this library is useful for that. Nonetheless, I am using the tryMatch function from `SparqlQueryContainmentUtils` class,...

A function for parsing dates should be implemented.

```java class LsqQuery { @Iri(LSQ.Strs.hasRemoteExec) Set getRemoteExecutions(Class itemClazz); // This method has the same bean property name as the one above! Set getRemoteExecutions(); } ``` Method descriptors are correctly genererated,...

I did not add `throws`, because I assume it will break things... https://github.com/SmartDataAnalytics/jena-sparql-api/blob/1936665ab1bc89ef7d8b6ee9c3d8ebe645c36e4c/jena-sparql-api-core/src/main/java/org/aksw/jena_sparql_api/stmt/SparqlStmtIterator.java#L95

_lookup method in CacheCoreH2 creates a RuntimeException with the message "Deprecated; do not use"

Releases are expected to contain a brief description of the changes done for that release at a high-level. The releases are not containing the notes. It would be helpful if...