java.lang.Object
org.apache.jena.riot.system.MapWithScope<org.apache.jena.graph.Node,String,org.apache.jena.graph.Node>
org.apache.jena.riot.out.NodeToLabel
public class NodeToLabel
extends MapWithScope<org.apache.jena.graph.Node,String,org.apache.jena.graph.Node>
Map nodes to string (usually, blank nodes to labels).
See
SyntaxLabels.createNodeToLabel()
for getting a default setup.-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.riot.system.MapWithScope
MapWithScope.Allocator<A,
B, S>, MapWithScope.ScopePolicy<A, B, S> -
Method Summary
Modifier and TypeMethodDescriptionstatic NodeToLabel
Allocation as per internal labelstatic NodeToLabel
Allocation as per internal labelstatic NodeToLabel
Allocation as per internal label, with an encoded safe label.static NodeToLabel
Allocation from a single scope; just the label matters.static NodeToLabel
Methods inherited from class org.apache.jena.riot.system.MapWithScope
clear, create, get
-
Method Details
-
createScopeByDocument
Allocation from a single scope; just the label matters. -
createBNodeByLabelEncoded
Allocation as per internal label, with an encoded safe label. -
createBNodeByLabelAsGiven
Allocation as per internal label -
createBNodeByIRI
Allocation as per internal label -
labelByInternal
-