-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
RDF Transform is a RDF data transformer with advanced features such as an exportable template to use with other project, extensive RDF Export formats, universal controls across all nodes and properties, and enhanced export buffering.
Resizable dialogs with scrolling panels are a nice feature too!
This project uses a graphical user interface (GUI) for transforming OpenRefine project data to RDF-based formats. The transform maps the data with a template graph designed using the GUI.
RDF Transform is based on the venerable "RDF Extension" (grefine-rdf-extension). However, it has been thoroughly rewritten to incorporate the newer Java and JavaScript technologies, techniques, and processing enhancements.
NOTE: The latest releases (2.2.2 and above) only works with OpenRefine 3.6 or better due to upgraded Apache Jena library features that are not backward compatible. The features are related to the RIOT RDFFormat values used to export RDF data. All used RDFFormat values must be present during initialization of the Exporters. Otherwise, the RDF Transform initialization will fail and the server-side system will not properly start. Checks are processed in an attempt to report success or failure.
The release catalog lists the latest and previous releases.
v2.2.2
v2.2.1
v2.2.0
v2.1.1-beta
v2.1.0-beta
v2.0.5-alpha
v2.0.4-beta
v2.0.3-alpha
v2.0.2-alpha
v2.0.1-alpha
v2.0.0-alpha
To update version information for a new release, search all the files for the term "RDF Transform Version Control". This should list all files that require updated version control information--a change to the version number or an addition of new version information for a release.
To make a version change, after a version is published for user download, immediately change the version numbering in preperation for the next release. The related project files are:
- pom.xml
- src/main/resources/module/scripts/rdf-transform.js
- src/main/java/org/openrefine/rdf/RDFTransform.java
To release the version, change the following related project files to document the release:
- README.md
- website/index.html
- website/content/home-text.html
- Home.md (this wiki file)
See the sidebar for links to the various topics.