Package org.topbraid.core.io

Interface Summary
IGraphStore An interface for objects implementing the graphStore extension point.
 

Class Summary
AbstractGraphStore  
Files  
GraphStores A Singleton to conveniently access the registered GraphStores.
IO  
JenaFileGraphStore  
N3GraphStore A JenaFileGraphStore based on the N3 serialization.
NTripleGraphStore A JenaFileGraphStore based on the N3 serialization.
PrettyN3Writer A more reliable N3 writer that sorts resources and prefixes.
URLRegistry A singleton that maintains a mapping from URIs to the URLs where an ontology is physically stored.
XMLBaseExtractor