fadmaa / grefine-rdf-extension

An extension to Google Refine that enables graphical mapping of Google Refine project data to an RDF skeleton and then exporting it in RDF format
http://refine.deri.ie
Other
94 stars 55 forks source link

This project adds a graphical user interface(GUI) for exporting data of Google Refine projects in RDF format. The export is based on mapping the data to a template graph using the GUI.

License

this is available under BSD 2-clause license.

INSTALL

you need to have the code of Google Refine http://code.google.com/p/google-refine/source/checkout . Then pull the code of this extension into the extensions folder available with Google Refine code. see http://code.google.com/p/google-refine/wiki/WriteAnExtension

The two lines that need to be added are:

<ant dir="rdf-export/" target="clean" />

the whole file is shown below: