converters
Class Convert

java.lang.Object
  extended by converters.Convert

public class Convert
extends java.lang.Object

This class is part of the YAGO converters (http://mpii.de/yago). It is licensed under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0) by the YAGO team (http://mpii.de/yago). This class calls the appropriate class method for conversions to XML, RDFS, N3 and SQL

Author:
Fabian M. Suchanek

Constructor Summary
Convert()
           
 
Method Summary
static void main(java.lang.String[] args)
          Start the porgram, one can eiter provide a ini file or the choice.
static void main2(java.lang.String[] args)
          Calls the appropriate class method for conversions to XML, RDFS and SQL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Convert

public Convert()
Method Detail

main2

public static void main2(java.lang.String[] args)
                  throws java.lang.Exception
Calls the appropriate class method for conversions to XML, RDFS and SQL

Throws:
java.lang.Exception

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Start the porgram, one can eiter provide a ini file or the choice. or all required parameters are requested.

Throws:
java.lang.Exception