org.topbraid.core.io
Class NTripleGraphStore

java.lang.Object
  extended by org.topbraid.core.io.AbstractGraphStore
      extended by org.topbraid.core.io.JenaFileGraphStore
          extended by org.topbraid.core.io.NTripleGraphStore
All Implemented Interfaces:
IGraphStore

public class NTripleGraphStore
extends JenaFileGraphStore

A JenaFileGraphStore based on the N3 serialization.

Author:
Holger Knublauch

Field Summary
static java.lang.String SUFFIX
           
 
Constructor Summary
NTripleGraphStore()
           
 
Method Summary
 
Methods inherited from class org.topbraid.core.io.JenaFileGraphStore
close, doSave, getBaseURI, getImageMetadata, isReadOnly, load, save, saveAs
 
Methods inherited from class org.topbraid.core.io.AbstractGraphStore
getFileExtensions, loadN3, loadProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SUFFIX

public static final java.lang.String SUFFIX
See Also:
Constant Field Values
Constructor Detail

NTripleGraphStore

public NTripleGraphStore()