Uses of Interface
org.eclipse.rdf4j.model.BNode
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Provides helpers classes for Rio.
Parser/writer for the RDF/XML format.
Parser/writer for the Turtle format.
Lmdb implementations of the RDF Model interfaces.
MemoryStore-specific implementations of the core RDF model objects.
The Native Store.
Native implementations of the RDF Model interfaces.
-
Uses of BNode in org.eclipse.rdf4j.federated.util
Modifier and TypeMethodDescriptionprotected static StringBuilder
QueryStringUtil.appendBNode
(StringBuilder sb, BNode bNode) Append a dummy string (seeQueryStringUtil.BNODE_URI
) to represent the BNode. -
Uses of BNode in org.eclipse.rdf4j.http.protocol.transaction
-
Uses of BNode in org.eclipse.rdf4j.model
Modifier and TypeMethodDescriptionValueFactory.createBNode()
Creates a new bNode.ValueFactory.createBNode
(String nodeID) Creates a new blank node with the given node identifier. -
Uses of BNode in org.eclipse.rdf4j.model.base
Modifier and TypeMethodDescriptionAbstractValueFactory.createBNode()
AbstractValueFactory.createBNode
(String nodeID) -
Uses of BNode in org.eclipse.rdf4j.model.impl
Modifier and TypeMethodDescriptionSimpleValueFactory.createBNode()
SimpleValueFactory.createBNode
(String nodeID) ValidatingValueFactory.createBNode()
ValidatingValueFactory.createBNode
(String nodeID) -
Uses of BNode in org.eclipse.rdf4j.model.util
Modifier and TypeMethodDescriptionstatic BNode
Values.bnode()
Creates a newBNode
static BNode
Creates a newBNode
with the supplied node identifier.static BNode
Values.bnode
(ValueFactory vf) Creates a newBNode
static BNode
Values.bnode
(ValueFactory vf, String nodeId) Creates a newBNode
with the supplied node identifier.Modifier and TypeMethodDescriptionModels.subjectBNode
(Iterable<Statement> statements) Retrieves a subjectBNode
from the supplied statements.Models.subjectBNode
(Model m) Retrieves a subjectBNode
from the statements in the given model.Models.subjectBNodes
(Iterable<Statement> statements) Retrieves all subjectBNode
s from the supplied statements.Models.subjectBNodes
(Model m) Retrieves all subjectBNode
s from the statements in the given model. -
Uses of BNode in org.eclipse.rdf4j.query.resultio.text.csv
-
Uses of BNode in org.eclipse.rdf4j.query.resultio.text.tsv
-
Uses of BNode in org.eclipse.rdf4j.rio.helpers
Modifier and TypeMethodDescriptionprotected BNode
AbstractRDFParser.createBNode()
Deprecated.protected BNode
AbstractRDFParser.createBNode
(String nodeID) Deprecated.static BNode
NTriplesUtil.parseBNode
(String nTriplesBNode, ValueFactory valueFactory) Parses an N-Triples bNode, creates an object for it using the supplied ValueFactory and returns this object.Modifier and TypeMethodDescriptionstatic void
NTriplesUtil.append
(BNode bNode, Appendable appendable) Appends the N-Triples representation of the givenBNode
to the givenAppendable
.static String
NTriplesUtil.toNTriplesString
(BNode bNode) Creates an N-Triples string for the supplied blank node. -
Uses of BNode in org.eclipse.rdf4j.rio.rdfxml
Modifier and TypeMethodDescriptionprotected String
RDFXMLWriter.getValidNodeId
(BNode bNode) Create a syntactically valid node id from the supplied blank node id. -
Uses of BNode in org.eclipse.rdf4j.rio.turtle
Modifier and TypeMethodDescriptionprotected void
TurtleWriter.writeBNode
(BNode bNode) Deprecated.protected void
TurtleWriter.writeBNode
(BNode bNode, boolean canShorten) -
Uses of BNode in org.eclipse.rdf4j.sail.lmdb.model
-
Uses of BNode in org.eclipse.rdf4j.sail.memory.model
Modifier and TypeClassDescriptionclass
A MemoryStore-specific extension of BNodeImpl giving it node properties.Modifier and TypeMethodDescriptionMemValueFactory.getMemBNode
(BNode bnode) See getMemValue() for description.MemValueFactory.getOrCreateMemBNode
(BNode bnode) SeeMemValueFactory.getOrCreateMemValue(Value)
for description. -
Uses of BNode in org.eclipse.rdf4j.sail.nativerdf
Modifier and TypeMethodDescriptionValueStore.getNativeBNode
(BNode bnode) Creates a NativeBNode that is equal to the supplied bnode. -
Uses of BNode in org.eclipse.rdf4j.sail.nativerdf.model
-
Uses of BNode in org.eclipse.rdf4j.spring.dao.support
-
Uses of BNode in org.eclipse.rdf4j.testsuite.model
TurtleWriter.writeBNode(BNode, boolean)
instead.