| Package | Description |
|---|---|
| io.konig.core | |
| io.konig.core.impl | |
| io.konig.core.io | |
| io.konig.shacl.io |
| Modifier and Type | Method and Description |
|---|---|
void |
NamespaceReasoner.gatherAllNamespaces(ContextManager contextManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClasspathContextManager
A ContextManager that loads JSON-LD context resources from the classpath.
|
class |
MemoryContextManager |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonldLoader.load(InputStream input,
Graph graph,
ContextManager contextManager,
NamespaceManager nsManager) |
void |
JsonldLoader.load(Reader reader,
Graph graph,
ContextManager contextManager) |
void |
JsonldLoader.load(Reader reader,
Graph graph,
ContextManager contextManager,
NamespaceManager nsManager) |
protected void |
BaseGraphReader.read(byte[] data,
ContextManager manager)
Read binary data into a specified Graph.
|
void |
GraphReader.read(byte[] data,
Graph graph,
ContextManager manager)
Read binary data into a specified Graph.
|
void |
GraphBuffer.readGraph(byte[] data,
Graph graph,
ContextManager manager)
Deprecated.
|
String |
DebugGraphReader.toDebugString(byte[] array,
ContextManager manager) |
void |
GraphBufferJsonWriter.write(byte[] data,
ContextManager manager,
com.fasterxml.jackson.core.JsonGenerator json)
Write binary graph data to a JSON document.
|
void |
GraphBuffer.writeJSON(byte[] data,
ContextManager manager,
com.fasterxml.jackson.core.JsonGenerator generator)
Deprecated.
|
| Constructor and Description |
|---|
ContextReader(ContextManager contextManager) |
JsonldParser(ContextManager contextManager) |
JsonldParser(ContextManager contextManager,
NamespaceManager nsManager) |
JsonldParser(ContextManager contextManager,
NamespaceManager namespaceManager,
org.openrdf.model.ValueFactory valueFactory) |
JsonldParser(ContextManager contextManager,
org.openrdf.model.ValueFactory valueFactory) |
| Modifier and Type | Method and Description |
|---|---|
ContextManager |
ShapeLoader.getContextManager() |
| Constructor and Description |
|---|
ShapeLoader(ContextManager contextManager,
ShapeManager shapeManager) |
ShapeLoader(ContextManager contextManager,
ShapeManager shapeManager,
NamespaceManager namespaceManager) |
ShapeLoader(ContextManager contextManager,
ShapeManager shapeManager,
NamespaceManager namespaceManager,
org.openrdf.model.ValueFactory valueFactory) |
Copyright © 2019. All rights reserved.