| Package | Description |
|---|---|
| io.konig.core | |
| io.konig.core.impl | |
| io.konig.core.io | |
| io.konig.core.io.impl | |
| io.konig.core.path | |
| io.konig.core.util | |
| io.konig.formula | |
| io.konig.rio.turtle | |
| io.konig.shacl | |
| io.konig.shacl.jsonld |
| Modifier and Type | Method and Description |
|---|---|
Context |
Path.getContext() |
Context |
ContextBuilder.getContext() |
Context |
ContextManager.getContextByMediaType(String mediaType) |
Context |
ContextManager.getContextByURI(String contextURI) |
Context |
ContextManager.getContextByURI(org.openrdf.model.URI contextURI) |
Context |
ContextManager.getContextByVersionNumber(long versionNumber) |
Context |
ContextManager.getUniversalContext()
Get a JSON-LD context which contains simple terms for every namespace, class, property, and taxon.
|
Context |
Context.inverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextManager.add(Context context) |
void |
NamespaceReasoner.gatherNamespaces(Context context) |
void |
Path.setContext(Context context) |
| Constructor and Description |
|---|
ContextBuilder(Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicContext |
class |
ChainedContext |
class |
CompositeContext |
| Modifier and Type | Method and Description |
|---|---|
Context |
ClasspathContextManager.getContextByMediaType(String mediaType) |
Context |
MemoryContextManager.getContextByMediaType(String mediaType) |
Context |
ClasspathContextManager.getContextByURI(String contextURI) |
Context |
MemoryContextManager.getContextByURI(String contextURI) |
Context |
ClasspathContextManager.getContextByURI(org.openrdf.model.URI contextURI) |
Context |
MemoryContextManager.getContextByURI(org.openrdf.model.URI contextURI) |
Context |
ClasspathContextManager.getContextByVersionNumber(long versionNumber) |
Context |
MemoryContextManager.getContextByVersionNumber(long versionNumber) |
Context |
ChainedContext.getDefaultContext() |
Context |
ChainedContext.getParent() |
Context |
ClasspathContextManager.getUniversalContext() |
Context |
MemoryContextManager.getUniversalContext() |
Context |
CompositeContext.inverse() |
Context |
ChainedContext.inverse() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClasspathContextManager.add(Context context) |
void |
MemoryContextManager.add(Context context) |
void |
CompositeContext.append(Context context) |
void |
ContextTransformService.append(Context source,
Context target) |
static String |
RdfUtil.compactName(Context context,
org.openrdf.model.URI resource) |
| Constructor and Description |
|---|
ChainedContext(Context parent,
Context self) |
MemoryContextManager(Context summary) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
BaseGraphReader.context |
| Modifier and Type | Method and Description |
|---|---|
Context |
PrettyPrintWriter.getLastWrittenContext() |
Context |
ContextReader.parse(com.fasterxml.jackson.databind.node.ObjectNode node) |
Context |
ContextReader.read(InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GraphBufferJsonWriter.handleContext(Context context) |
protected void |
BaseGraphReader.handleContext(Context context) |
void |
PrettyPrintWriter.setLastWrittenContext(Context lastWrittenContext) |
void |
ContextWriter.write(Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
ContextWriter.write(Context context,
OutputStream out) |
void |
ContextWriter.write(Context context,
Writer writer) |
byte[] |
BinaryGraphWriter.write(Graph source,
Context context) |
void |
JsonldGraphWriter.write(Graph graph,
Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
void |
ContextWriter.writeContext(Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
byte[] |
GraphBuffer.writeGraph(Graph graph,
Context context)
Deprecated.
|
| Constructor and Description |
|---|
GraphWriter(Graph graph,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
static Context |
JsonUtil.createContext(Collection<org.openrdf.model.Namespace> set) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonldGraphWriterImpl.write(Graph graph,
Context context,
com.fasterxml.jackson.core.JsonGenerator json) |
| Modifier and Type | Method and Description |
|---|---|
static Context |
PathContextBuilder.buildContext(Path path,
NamespaceManager nsManager) |
Context |
PathImpl.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
PathImpl.setContext(Context context) |
String |
InStep.toString(Context context) |
String |
Step.toString(Context context) |
String |
HasStep.toString(Context context) |
String |
VertexStep.toString(Context context) |
String |
OutStep.toString(Context context) |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextExtender.extend(Context baseline,
Context extraTerms)
Extend a baseline JSON-LD context by adding extra terms contained
in another context.
|
Context |
IriTemplate.getContext() |
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextExtender.extend(Context baseline,
Context extraTerms)
Extend a baseline JSON-LD context by adding extra terms contained
in another context.
|
static String |
TurtleElements.iri(Context context,
org.openrdf.model.URI resource) |
static String |
TurtleElements.literal(Context context,
org.openrdf.model.Literal literal) |
void |
IriTemplate.setContext(Context context) |
static String |
TurtleElements.value(Context context,
org.openrdf.model.Value value) |
| Constructor and Description |
|---|
IriTemplate(Context context,
String text) |
| Modifier and Type | Field and Description |
|---|---|
protected Context |
Expression.context |
| Modifier and Type | Method and Description |
|---|---|
Context |
CurieValue.getContext() |
Context |
Expression.getContext() |
Context |
LocalNameTerm.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Expression.setContext(Context context) |
| Constructor and Description |
|---|
ConditionalOrExpression(Context context,
List<ConditionalAndExpression> list) |
CurieValue(Context context,
String namespacePrefix,
String localName) |
Expression(Context context,
List<ConditionalAndExpression> orList) |
LocalNameTerm(Context context,
String localName) |
QuantifiedExpression(Context context,
List<ConditionalAndExpression> orList,
List<Triple> statementList) |
| Modifier and Type | Method and Description |
|---|---|
protected Context |
SeaTurtleParser.getContext() |
| Modifier and Type | Method and Description |
|---|---|
Context |
Shape.getJsonldContext()
Get the default JSON-LD context for this shape.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Shape.setJsonldContext(Context jsonldContext)
Set the default JSON-LD context for this shape
|
| Modifier and Type | Method and Description |
|---|---|
Context |
ContextGenerator.forShape(Shape shape) |
Copyright © 2019. All rights reserved.