| Package | Description |
|---|---|
| org.apache.jena.riot | |
| org.apache.jena.riot.lang | |
| org.apache.jena.riot.system |
| Modifier and Type | Method and Description |
|---|---|
RDFParserBuilder |
RDFParserBuilder.labelToNode(LabelToNode labelToNode)
Use the given
LabelToNode, the policy for converting blank node labels in
RDF syntax to Jena's Node objects (usually a blank node). |
| Modifier and Type | Method and Description |
|---|---|
static LabelToNode |
LabelToNode.createIncremental()
Allocation, globally scoped, that uses a incrementing field to create new nodes
|
static LabelToNode |
LabelToNode.createScopeByDocumentHash()
Allocation from a single scope; just the label matters.
|
static LabelToNode |
LabelToNode.createScopeByDocumentHash(UUID seed)
Allocation from a single scope; just the label matters.
|
static LabelToNode |
LabelToNode.createScopeByGraph()
Allocation scoped by graph and label.
|
static LabelToNode |
LabelToNode.createScopeGlobal()
The policy up to jena 2.10.0 - problems at very large scale
|
static LabelToNode |
LabelToNode.createUseLabelAsGiven()
Allocation using syntax label; output is unsafe for reading (use
createUseLabelEncoded() for output-input). |
static LabelToNode |
LabelToNode.createUseLabelEncoded()
Allocation using an encoded syntax label
(i.e.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelToNode |
SyntaxLabels.createLabelToNode()
Default setup - scope by document, relabel BNodes ids to short forms
|
static LabelToNode |
SyntaxLabels.createLabelToNodeAsGiven()
Raw string label setup
|
static LabelToNode |
SyntaxLabels.createLabelToNodeRT()
Round-trip setup
|
| Modifier and Type | Method and Description |
|---|---|
static FactoryRDF |
RiotLib.factoryRDF(LabelToNode labelMapping)
Create a new (not influenced by anything else)
FactoryRDF
using the label to blank node scheme provided. |
| Constructor and Description |
|---|
FactoryRDFCaching(int cacheSize,
LabelToNode labelMapping) |
FactoryRDFCaching(LabelToNode labelMapping) |
FactoryRDFStd(LabelToNode labelMapping) |
Licenced under the Apache License, Version 2.0