Class N3ToRdf

  • java.lang.Object
    • org.qmul.eecs.c4dm.sia.N3ToRdf


  • public class N3ToRdf
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      N3ToRdf() 
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      void run(java.lang.String n3ontology, java.lang.String rdfFileName) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • N3ToRdf

        public N3ToRdf()
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
        Parameters:
        args -
      • run

        public void run(java.lang.String n3ontology,
                        java.lang.String rdfFileName)