Google Refine extension for adding columns (extending data) from DBpedia
sparkica/dbpedia-extension
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
This project is an extension for Google Refine and provides easy way to add columns from DBpedia to reconciled data (columns). Data has to be reconciled with DBpedia or SPARQL endpoint, which returns DBpedia resource types. INSTALL 1. Before installing this extension download Google Refine code from http://code.google.com/p/google-refine/source/checkout. 2. Pull this extension's code into folder dbpedia-extension under folder /extensions. For more information on how to write a Google Refine extensions and where to put the files see http://code.google.com/p/google-refine/wiki/WriteAnExtension The folder structure should resemble this: grefine-all/ ----------/extensions --------------/dbpedia-extension ------------------/module ------------------/src ------------------build.xml ------------------README (this file) 3. Update build.xml in folder /extensions with build and clean ant tasks for dbpedia-extension: <project name="google-refine-extensions" default="build" basedir="."> <target name="build"> <echo message="Building extensions" /> <ant dir="sample/" target="build" /> <ant dir="jython/" target="build" /> <ant dir="freebase/" target="build" /> <ant dir="gdata/" target="build" /> <ant dir="dbpedia-extension/" target="build" /> </target> <target name="clean"> <echo message="cleaning extensions" /> <ant dir="sample/" target="clean" /> <ant dir="jython/" target="clean" /> <ant dir="freebase/" target="clean" /> <ant dir="gdata/" target="clean" /> <ant dir="dbpedia-extension/" target="clean" /> </target> </project> 4. If using Eclipse, make sure that you build project with ant
About
Google Refine extension for adding columns (extending data) from DBpedia
Resources
Stars
Watchers
Forks
Packages 0
No packages published