Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 801 Bytes

File metadata and controls

18 lines (12 loc) · 801 Bytes

IMDb-To-RDF-Parser

#What does it do? 'IMDb-To-RDF-Parser' transforms the available IMDb dump to valid RDF triples. Right now it supports the majority of important dump files that like actors, producers, movie titles and more. With the latest data base patch, more than 72 million triples could be created.

#Supported Platforms

  • Linux
  • Unix

At the current stage, Windows is not supported as the application makes heavy use of the command line, where most of the commands aren't available on Windows.

Install

Simply download/clone this repository and import it as a Java project into your favourite IDE (eg. Netbeans, Eclipse).

Execute

Either start the Application from within your IDE via the "CmdRunner.java" class or create a JAR-file and execute it from command line.