public class JSONLD extends Object
Constant FORMAT
is a local alias for the JSON-LD RDFFormat defined in
RDFFormat.JSONLD
. Constant ROOT_TYPES
is an optional setting controlling the
writing of JSON-LD data by JSONLDWriter
.
Modifier and Type | Field and Description |
---|---|
static org.openrdf.rio.RDFFormat |
FORMAT
RDFFormat constant for the JSON-LD format (alias of
RDFFormat.JSONLD ). |
static org.openrdf.rio.RioSetting<Set<org.openrdf.model.URI>> |
ROOT_TYPES
Optional setting specifying the
rdf:type (s) of RDF resources to be emitted as top
level JSONLD nodes. |
Constructor and Description |
---|
JSONLD() |
public static final org.openrdf.rio.RDFFormat FORMAT
RDFFormat.JSONLD
).public static final org.openrdf.rio.RioSetting<Set<org.openrdf.model.URI>> ROOT_TYPES
rdf:type
(s) of RDF resources to be emitted as top
level JSONLD nodes.Copyright © 2015–2016 FBK-irst. All rights reserved.