public class RDFDatasetUtils extends Object
| Constructor and Description |
|---|
RDFDatasetUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escape(String str) |
static RDFDataset |
parseNQuads(String input)
Parses RDF in the form of N-Quads.
|
static String |
toNQuads(RDFDataset dataset) |
static String |
unescape(String str) |
public static String toNQuads(RDFDataset dataset)
public static RDFDataset parseNQuads(String input) throws JsonLdError
input - the N-Quads input to parse.JsonLdError - If there was an error parsing the N-Quads document.Copyright © 2015. All rights reserved.