Sparqlify icon indicating copy to clipboard operation
Sparqlify copied to clipboard

Sparql -> SQL Rewriter enabling virtual RDB -> RDF mappings

Results 53 Sparqlify issues
Sort by recently updated
recently updated
newest added

Please advise if Sparqlify is capable for query rewriting without graph materialization? I am looking for a way to translate the following SPARQL query ... SELECT ?interface ?ip WHERE {...

Bumps [h2](https://github.com/h2database/h2database) from 1.4.196 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...

dependencies

Bumps [jetty-http](https://github.com/eclipse/jetty.project) from 9.4.8.v20171121 to 9.4.48.v20220622. Release notes Sourced from jetty-http's releases. 9.4.48.v20220622 End of Life Notice eclipse/jetty.project#7958 - Jetty 9.4.x is now at End of Community Support. (See issue...

dependencies

Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.8.v20171121 to 9.4.34.v20201102. Release notes Sourced from jetty-webapp's releases. 9.4.34.v20201102 Bugs #5320 : Using WebSocketClient with jetty-websocket-httpclient.xml in a Jetty web application causes ClassCastException #5521 : ResourceCollection...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.7 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps hive-jdbc from 2.3.2 to 2.3.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hive:hive-jdbc&package-manager=maven&previous-version=2.3.2&new-version=2.3.4)](https://help.github.com/articles/configuring-automated-security-fixes) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies

The following deb package download links are dead: - Via the [Linked Data Stack](http://stack.linkeddata.org/) (recommended) - Download from the [Sparqlify website's download section](http://sparqlify.org/downloads/releases).

Using this tool https://www.bottlecaps.de/convert/ we can see a railroad diagram for the grammar in `sparqlify-core/src/main/javacc/SparqlifyConfig.jj` copy and paste the EBNF shown bellow on https://www.bottlecaps.de/rr/ui in the tab Edit Grammar then...

After `git clone` and `mvn clean install`: ``` WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [echo] Creating target/generated-sources/jaxb [mkdir] Created dir: /home/konrad/opt/sparqlify/sparqlify-core/target/generated-sources/jaxb [INFO] Executed tasks...

I have a column that contains URIs that are already prefixed, such as `owl:Class` or `foaf:Person`. Using `uri(?column)`, I then get `` instead of just `owl:Class`.

bug