public class RDFDataset
extends java.util.LinkedHashMap<java.lang.String,java.lang.Object>
| Modifier and Type | Class and Description |
|---|---|
static class |
RDFDataset.BlankNode |
static class |
RDFDataset.IRI |
static class |
RDFDataset.Literal |
static class |
RDFDataset.Node |
static class |
RDFDataset.Quad |
| Constructor and Description |
|---|
RDFDataset() |
RDFDataset(JsonLdApi jsonLdApi) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearNamespaces()
clears all the namespaces in this dataset.
|
java.util.Map<java.lang.String,java.lang.Object> |
getContext()
Returns a valid context containing any namespaces set.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic RDFDataset()
public RDFDataset(JsonLdApi jsonLdApi)