Franz Inc, AllegroGraph

com.franz.agraph.repository
Class AGRDFFormat

java.lang.Object
  extended by info.aduna.lang.FileFormat
      extended by org.openrdf.rio.RDFFormat
          extended by com.franz.agraph.repository.AGRDFFormat

public class AGRDFFormat
extends org.openrdf.rio.RDFFormat


Field Summary
static org.openrdf.rio.RDFFormat NQUADS
           
 
Fields inherited from class org.openrdf.rio.RDFFormat
BINARY, JSONLD, N3, NO_CONTEXTS, NO_NAMESPACES, NTRIPLES, RDFA, RDFJSON, RDFXML, SUPPORTS_CONTEXTS, SUPPORTS_NAMESPACES, TRIG, TRIX, TURTLE
 
Constructor Summary
AGRDFFormat(String name, String mimeType, Charset charset, String fileExtension, boolean supportsNamespaces, boolean supportsContexts)
           
 
Method Summary
 
Methods inherited from class org.openrdf.rio.RDFFormat
forFileName, forFileName, forMIMEType, forMIMEType, getAcceptParams, register, register, supportsContexts, supportsNamespaces, valueOf, values
 
Methods inherited from class info.aduna.lang.FileFormat
equals, getCharset, getDefaultFileExtension, getDefaultMIMEType, getFileExtensions, getMIMETypes, getName, hasCharset, hasDefaultFileExtension, hasDefaultMIMEType, hasFileExtension, hashCode, hasMIMEType, matchFileName, matchFileName, matchMIMEType, matchMIMEType, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NQUADS

public static org.openrdf.rio.RDFFormat NQUADS
Constructor Detail

AGRDFFormat

public AGRDFFormat(String name,
                   String mimeType,
                   Charset charset,
                   String fileExtension,
                   boolean supportsNamespaces,
                   boolean supportsContexts)

Copyright © 2008-2012 Franz Inc.