converters
Class DBpediaLink

java.lang.Object
  extended by converters.DBpediaLink

public class DBpediaLink
extends java.lang.Object

Class LinkingOpenData 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 produces the links between DBpedia and YAGO in the spirit of the Linking Open data project. More precisely, it produces owl:equivalentClass and owl:sameAs

Author:
Fabian M. Suchanek

Constructor Summary
DBpediaLink()
           
 
Method Summary
static void convert()
          starts to link DBpedia and YAGO
static void fromIniFile(java.io.File initFile)
          reads the parameters from an ini file
static void main(java.lang.String[] args)
          main method can either use an ini file or all parameters will be requested
static void requestInformation()
          request information instead of using yago.ini file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DBpediaLink

public DBpediaLink()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
main method can either use an ini file or all parameters will be requested

Parameters:
args -
Throws:
java.lang.Exception

requestInformation

public static void requestInformation()
                               throws java.lang.Exception
request information instead of using yago.ini file

Throws:
java.lang.Exception

fromIniFile

public static void fromIniFile(java.io.File initFile)
                        throws java.lang.Exception
reads the parameters from an ini file

Parameters:
initFile -
Throws:
java.lang.Exception

convert

public static void convert()
                    throws java.lang.Exception
starts to link DBpedia and YAGO

Throws:
java.lang.Exception