Skip to content
Keven Ates edited this page Apr 26, 2022 · 35 revisions

The RDF Transform Wiki!

Where you can find "the juice!"

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.

Releases

The release catalog lists the latest and previous releases.

Latest Release

v2.0.4-beta

Previous Releases

v2.0.3-alpha
v2.0.2-alpha
v2.0.1-alpha
v2.0.0-alpha

Release Version Control

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 conrol 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)

Sidebar

See the sidebar for links to the various topics.

Clone this wiki locally