Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openrefine/sparqlextension
Extension which lets you create an OpenRefine project from a SPARQL query
https://github.com/openrefine/sparqlextension
Last synced: about 2 months ago
JSON representation
Extension which lets you create an OpenRefine project from a SPARQL query
- Host: GitHub
- URL: https://github.com/openrefine/sparqlextension
- Owner: OpenRefine
- License: bsd-3-clause
- Created: 2022-06-10T19:40:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T18:56:11.000Z (over 2 years ago)
- Last Synced: 2024-11-11T21:17:58.522Z (about 2 months ago)
- Language: Java
- Size: 133 KB
- Stars: 5
- Watchers: 27
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
SPARQL extension
=================This is a skeleton of OpenRefine extension for SPARQL import, in the form of an independent Maven project.
It works with OpenRefine 3.5.2Building it
-----------Run
```
mvn package
```This creates a zip file in the `target` folder, which can then be [installed in OpenRefine](https://docs.openrefine.org/manual/installing#installing-extensions).
Developing it
-------------To avoid having to unzip the extension in the corresponding directory every time you want to test it, you can also use another set up: simply create a symbolic link from your extensions folder in OpenRefine to the local copy of this repository. With this setup, you do not need to run `mvn package` when making changes to the extension, but you will still to compile it with `mvn compile` if you are making changes to Java files, and restart OpenRefine if you make changes to any files.