-
-
Notifications
You must be signed in to change notification settings - Fork 10
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.
The release catalog lists the latest and previous releases.
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 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)
See the sidebar for links to the various topics.