Package | Description |
---|---|
com.github.jsonldjava.core | |
com.github.jsonldjava.impl |
Modifier and Type | Method and Description |
---|---|
static Object |
JsonLdProcessor.fromRDF(Object input,
JsonLdOptions options,
RDFParser parser)
Converts an RDF dataset to JSON-LD, using a specific instance of
RDFParser . |
static Object |
JsonLdProcessor.fromRDF(Object input,
RDFParser parser)
Converts an RDF dataset to JSON-LD, using a specific instance of
RDFParser , and the default JsonLdOptions . |
static void |
JsonLdProcessor.registerRDFParser(String format,
RDFParser parser) |
Modifier and Type | Class and Description |
---|---|
class |
NQuadRDFParser |
class |
TurtleRDFParser
A (probably terribly slow) Parser for turtle.
|
Copyright © 2016. All rights reserved.