converters
Class N3Converter

java.lang.Object
  extended by converters.N3Converter

public class N3Converter
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 exports YAGO into N3.

Author:
Fabian M. Suchanek

Constructor Summary
N3Converter()
           
 
Method Summary
static void main(java.lang.String[] args)
          Produces the N3 output
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

N3Converter

public N3Converter()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Produces the N3 output

Throws:
java.lang.Exception