Uses of Interface
org.eclipse.rdf4j.model.BNode
Packages that use 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
Methods in org.eclipse.rdf4j.federated.util with parameters of type BNodeModifier 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
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return BNodeModifier 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
Classes in org.eclipse.rdf4j.model.base that implement BNodeMethods in org.eclipse.rdf4j.model.base that return BNodeModifier and TypeMethodDescriptionAbstractValueFactory.createBNode()
AbstractValueFactory.createBNode
(String nodeID) -
Uses of BNode in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement BNodeMethods in org.eclipse.rdf4j.model.impl that return BNodeModifier and TypeMethodDescriptionSimpleValueFactory.createBNode()
SimpleValueFactory.createBNode
(String nodeID) ValidatingValueFactory.createBNode()
ValidatingValueFactory.createBNode
(String nodeID) -
Uses of BNode in org.eclipse.rdf4j.model.util
Methods in org.eclipse.rdf4j.model.util that return BNodeModifier 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.Methods in org.eclipse.rdf4j.model.util that return types with arguments of type BNodeModifier 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
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type BNode -
Uses of BNode in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return BNodeModifier 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.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type BNodeModifier 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
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type BNodeModifier 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
Methods in org.eclipse.rdf4j.rio.turtle with parameters of type BNodeModifier 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
Classes in org.eclipse.rdf4j.sail.lmdb.model that implement BNode -
Uses of BNode in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement BNodeModifier and TypeClassDescriptionclass
A MemoryStore-specific extension of BNodeImpl giving it node properties.Methods in org.eclipse.rdf4j.sail.memory.model that return BNodeMethods in org.eclipse.rdf4j.sail.memory.model with parameters of type BNodeModifier 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
Methods in org.eclipse.rdf4j.sail.nativerdf with parameters of type BNodeModifier 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
Classes in org.eclipse.rdf4j.sail.nativerdf.model that implement BNode -
Uses of BNode in org.eclipse.rdf4j.spring.dao.support
Methods in org.eclipse.rdf4j.spring.dao.support that return BNode -
Uses of BNode in org.eclipse.rdf4j.testsuite.model
Fields in org.eclipse.rdf4j.testsuite.model declared as BNode
TurtleWriter.writeBNode(BNode, boolean)
instead.