public final class RDFMimeTypes extends Object
Some static constants to ease use of mime types appropriate for handles of type TriplesReadHandle (used in GraphManager.GraphManager.read/ GraphManager.write/ GraphManager.merge methods). Using SPARQLQueryManager and GraphManager all mimetypes can be written to or read from the server except TRIG which can only be written to the server.
| Modifier and Type | Field and Description |
|---|---|
static String |
N3 |
static String |
NQUADS |
static String |
NTRIPLES |
static String |
RDFJSON |
static String |
RDFXML |
static String |
TRIG |
static String |
TRIPLEXML |
static String |
TURTLE |
| Constructor and Description |
|---|
RDFMimeTypes() |
public static final String NTRIPLES
public static final String TURTLE
public static final String N3
public static final String RDFXML
public static final String RDFJSON
public static final String NQUADS
public static final String TRIG
public static final String TRIPLEXML
Copyright © 2013-2017 MarkLogic Corporation.