Uses of Interface
org.eclipse.rdf4j.model.Triple
Packages that use Triple
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.
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
Parser/writer for the RDF4J binary RDF format.
Provides helpers classes for Rio.
Parser/writer for the Turtle format.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
MemoryStore-specific implementations of the core RDF model objects.
-
Uses of Triple in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type Triple -
Uses of Triple in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return TripleModifier and TypeMethodDescriptiondefault Triple
ValueFactory.createTriple
(Resource subject, IRI predicate, Value object) Creates a new RDF-star triple with the supplied subject, predicate and object. -
Uses of Triple in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement TripleModifier and TypeClassDescriptionclass
Base class forTriple
, offering common functionality.(package private) static class
Methods in org.eclipse.rdf4j.model.base that return TripleModifier and TypeMethodDescriptionAbstractValueFactory.createTriple
(Resource subject, IRI predicate, Value object) -
Uses of Triple in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement TripleMethods in org.eclipse.rdf4j.model.impl that return TripleModifier and TypeMethodDescriptionSimpleValueFactory.createTriple
(Resource subject, IRI predicate, Value object) ValidatingValueFactory.createTriple
(Resource subject, IRI predicate, Value object) -
Uses of Triple in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util with type parameters of type TripleMethods in org.eclipse.rdf4j.model.util that return TripleModifier and TypeMethodDescriptionstatic Triple
Deprecated.static Triple
Statements.toTriple
(ValueFactory vf, Statement statement) Deprecated.UseValues.triple(ValueFactory, Statement)
insteadstatic Triple
Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.static Triple
Creates a newRDF-star embedded triple
using the subject, predicate and object from the suppliedStatement
.static Triple
Values.triple
(ValueFactory vf, Resource subject, IRI predicate, Value object) Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.static Triple
Values.triple
(ValueFactory vf, Statement statement) Creates a newRDF-star embedded triple
using the subject, predicate and object from the suppliedStatement
.Methods in org.eclipse.rdf4j.model.util with parameters of type TripleModifier and TypeMethodDescriptionprivate int
LexicalValueComparator.compareTriples
(Triple leftTriple, Triple rightTriple) private static Resource
Statements.createReifiedStatement
(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Triple triple, Resource context, Consumer<Statement> consumer) Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.static Statement
Create aStatement
from the suppliedRDF-star triple
static Statement
Create aStatement
from the suppliedRDF-star triple
and context.static Statement
Statements.statement
(ValueFactory vf, Triple triple, Resource context) Create aStatement
from the suppliedRDF-star triple
and context.static Statement
Statements.toStatement
(Triple triple) Deprecated.UseStatements.statement(Triple)
insteadstatic Statement
Statements.toStatement
(Triple triple, Resource context) Deprecated.since 3.7.0 - useStatements.statement(Triple, Resource)
insteadstatic Statement
Statements.toStatement
(ValueFactory vf, Triple triple, Resource context) Deprecated.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type TripleModifier and TypeMethodDescriptionstatic void
Statements.convertRDFStarToReification
(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Statement st, Consumer<Statement> consumer) Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.private static Resource
Statements.createReifiedStatement
(ValueFactory vf, Function<Triple, Resource> reifiedIdMapper, Triple triple, Resource context, Consumer<Statement> consumer) Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer. -
Uses of Triple in org.eclipse.rdf4j.query.algebra.evaluation
Fields in org.eclipse.rdf4j.query.algebra.evaluation with type parameters of type TripleModifier and TypeFieldDescriptionstatic final EmptyIteration
<? extends Triple, QueryEvaluationException> TripleSource.EMPTY_TRIPLE_ITERATION
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type TripleModifier and TypeMethodDescriptionCloseableIteration
<? extends Triple, QueryEvaluationException> RDFStarTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) Gets all Triple nodes that have a specific subject, predicate and/or object. -
Uses of Triple in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type TripleModifier and TypeMethodDescriptionprivate int
ValueComparator.compareTriples
(Triple leftTriple, Triple rightTriple) -
Uses of Triple in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return TripleMethods in org.eclipse.rdf4j.query.resultio.binary with parameters of type TripleModifier and TypeMethodDescriptionprivate void
BinaryQueryResultWriter.writeTriple
(Triple triple) -
Uses of Triple in org.eclipse.rdf4j.query.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TripleModifier and TypeMethodDescriptionprivate Triple
AbstractSPARQLJSONParser.parseStardogTripleValue
(com.fasterxml.jackson.core.JsonParser jp, String fieldName) protected Triple
AbstractSPARQLJSONParser.parseTripleValue
(com.fasterxml.jackson.core.JsonParser jp, String fieldName) protected Triple
SPARQLResultsJSONParser.parseTripleValue
(com.fasterxml.jackson.core.JsonParser jp, String fieldName) -
Uses of Triple in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type TripleModifier and TypeMethodDescriptionprivate void
AbstractSPARQLXMLWriter.writeTriple
(Triple triple) -
Uses of Triple in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that return TripleMethods in org.eclipse.rdf4j.rio.binary with parameters of type Triple -
Uses of Triple in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as TripleMethods in org.eclipse.rdf4j.rio.helpers that return TripleModifier and TypeMethodDescriptionRDFStarDecodingValueFactory.createTriple
(Resource subject, IRI predicate, Value object) static Triple
NTriplesUtil.parseTriple
(String nTriplesTriple, ValueFactory valueFactory) Parses an RDF-star triple (non-standard N-Triples), creates an object for it using the supplied ValueFactory and returns this object.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type TripleModifier and TypeMethodDescriptionstatic void
NTriplesUtil.append
(Triple triple, Appendable appendable) Appends the N-Triples (non-standard) representation of the givenTriple
to the givenAppendable
.static String
NTriplesUtil.toNTriplesString
(Triple triple) Creates an N-Triples (non-standard) string for the supplied RDF-star triple.Constructors in org.eclipse.rdf4j.rio.helpers with parameters of type Triple -
Uses of Triple in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar with parameters of type TripleModifier and TypeMethodDescriptionprotected void
TriGStarWriter.writeTriple
(Triple triple, boolean canShorten) -
Uses of Triple in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that return TripleModifier and TypeMethodDescriptionprotected Triple
TurtleParser.parseTripleValue()
Parser an RDF-star triple value and returns it.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type TripleModifier and TypeMethodDescriptionprotected void
TurtleWriter.writeTriple
(Triple triple, boolean canShorten) protected void
TurtleWriter.writeTripleRDFStar
(Triple triple, boolean canShorten) -
Uses of Triple in org.eclipse.rdf4j.rio.turtlestar
Methods in org.eclipse.rdf4j.rio.turtlestar with parameters of type TripleModifier and TypeMethodDescriptionprotected void
TurtleStarWriter.writeTriple
(Triple triple, boolean canShorten) -
Uses of Triple in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base with type parameters of type TripleModifier and TypeFieldDescriptionprivate static final EmptyIteration
<Triple, SailException> SailDatasetImpl.TRIPLE_EMPTY_ITERATION
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type TripleModifier and TypeMethodDescriptionChangeset.getApprovedTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Triple, QueryEvaluationException> SailDatasetTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Triple, SailException> DelegatingSailDataset.getTriples
(Resource subj, IRI pred, Value obj) default CloseableIteration
<? extends Triple, SailException> SailDataset.getTriples
(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.getTriples
(Resource subj, IRI pred, Value obj) CloseableIteration
<? extends Triple, SailException> UnionSailDataset.getTriples
(Resource subj, IRI pred, Value obj) private CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) Methods in org.eclipse.rdf4j.sail.base with parameters of type TripleModifier and TypeMethodDescriptionprivate boolean
SailDatasetImpl.isDeprecated
(Triple triple, List<Statement> deprecatedStatements) Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type TripleModifier and TypeMethodDescriptionprivate CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) private CloseableIteration
<? extends Triple, SailException> SailDatasetImpl.triplesDifference
(CloseableIteration<? extends Triple, SailException> result, Function<Triple, Boolean> excluded) -
Uses of Triple in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement TripleFields in org.eclipse.rdf4j.sail.memory.model with type parameters of type TripleModifier and TypeFieldDescriptionprivate final WeakObjectRegistry
<Triple, MemTriple> MemValueFactory.tripleRegistry
Registry containing the set of MemTriple objects as used by a MemoryStore.Methods in org.eclipse.rdf4j.sail.memory.model that return TripleModifier and TypeMethodDescriptionMemValueFactory.createTriple
(Resource subject, IRI predicate, Value object) Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type TripleModifier and TypeMethodDescriptionprivate MemTriple
MemValueFactory.getMemTriple
(Triple triple) MemValueFactory.getOrCreateMemTriple
(Triple triple) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.private boolean
MemValueFactory.isOwnMemTriple
(Triple value)
Values.triple(Statement)
instead