Uses of Interface
org.eclipse.rdf4j.model.Triple
-
-
Uses of Triple in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type Triple Modifier and Type Method Description protected void
TransactionWriter. serialize(Triple triple, XMLWriter xmlWriter)
-
Uses of Triple in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Triple Modifier and Type Method Description default 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 Triple Modifier and Type Class Description class
AbstractTriple
Base class forTriple
, offering common functionality.(package private) static class
AbstractTriple.GenericTriple
Methods in org.eclipse.rdf4j.model.base that return Triple Modifier and Type Method Description Triple
AbstractValueFactory. 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 Triple Modifier and Type Class Description class
SimpleTriple
A simple default implementation of theTriple
interface.Methods in org.eclipse.rdf4j.model.impl that return Triple Modifier and Type Method Description Triple
SimpleValueFactory. createTriple(Resource subject, IRI predicate, Value object)
Triple
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 Triple Modifier and Type Field Description static java.util.function.Function<Triple,Resource>
Statements. TRIPLE_BNODE_MAPPER
Methods in org.eclipse.rdf4j.model.util that return Triple Modifier and Type Method Description static Triple
Statements. toTriple(Statement statement)
Deprecated.UseValues.triple(Statement)
insteadstatic Triple
Statements. toTriple(ValueFactory vf, Statement statement)
Deprecated.UseValues.triple(ValueFactory, Statement)
insteadstatic Triple
Values. triple(Resource subject, IRI predicate, Value object)
Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.static Triple
Values. triple(Statement statement)
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 Triple Modifier and Type Method Description private int
LexicalValueComparator. compareTriples(Triple leftTriple, Triple rightTriple)
private static Resource
Statements. createReifiedStatement(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Triple triple, Resource context, java.util.function.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
Statements. statement(Triple triple)
Create aStatement
from the suppliedRDF-star triple
static Statement
Statements. statement(Triple triple, Resource context)
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 Triple Modifier and Type Method Description static void
Statements. convertRDFStarToReification(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Statement st, java.util.function.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, java.util.function.Function<Triple,Resource> reifiedIdMapper, Triple triple, Resource context, java.util.function.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 Triple Modifier and Type Field Description static EmptyIteration<? extends Triple,QueryEvaluationException>
TripleSource. EMPTY_TRIPLE_ITERATION
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type Triple Modifier and Type Method Description CloseableIteration<? 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 Triple Modifier and Type Method Description private 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 Triple Modifier and Type Method Description private Triple
BinaryQueryResultParser. readTriple()
Methods in org.eclipse.rdf4j.query.resultio.binary with parameters of type Triple Modifier and Type Method Description private 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 Triple Modifier and Type Method Description private Triple
AbstractSPARQLJSONParser. parseStardogTripleValue(com.fasterxml.jackson.core.JsonParser jp, java.lang.String fieldName)
protected Triple
AbstractSPARQLJSONParser. parseTripleValue(com.fasterxml.jackson.core.JsonParser jp, java.lang.String fieldName)
protected Triple
SPARQLResultsJSONParser. parseTripleValue(com.fasterxml.jackson.core.JsonParser jp, java.lang.String fieldName)
-
Uses of Triple in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type Triple Modifier and Type Method Description private void
AbstractSPARQLXMLWriter. writeTriple(Triple triple)
-
Uses of Triple in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that return Triple Modifier and Type Method Description private Triple
BinaryRDFParser. readTriple()
Methods in org.eclipse.rdf4j.rio.binary with parameters of type Triple Modifier and Type Method Description private void
BinaryRDFWriter. writeTriple(Triple triple)
-
Uses of Triple in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as Triple Modifier and Type Field Description (package private) Triple
NTriplesUtil.TripleMatch. triple
Methods in org.eclipse.rdf4j.rio.helpers that return Triple Modifier and Type Method Description Triple
RDFStarDecodingValueFactory. createTriple(Resource subject, IRI predicate, Value object)
static Triple
NTriplesUtil. parseTriple(java.lang.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 Triple Modifier and Type Method Description static void
NTriplesUtil. append(Triple triple, java.lang.Appendable appendable)
Appends the N-Triples (non-standard) representation of the givenTriple
to the givenAppendable
.static java.lang.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 Constructor Description TripleMatch(Triple triple, int length)
-
Uses of Triple in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar with parameters of type Triple Modifier and Type Method Description protected 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 Triple Modifier and Type Method Description protected Triple
TurtleParser. parseTripleValue()
Parser an RDF-star triple value and returns it.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type Triple Modifier and Type Method Description protected 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 Triple Modifier and Type Method Description protected 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 Triple Modifier and Type Field Description private static EmptyIteration<Triple,SailException>
SailDatasetImpl. TRIPLE_EMPTY_ITERATION
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type Triple Modifier and Type Method Description (package private) java.lang.Iterable<Triple>
Changeset. 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, java.util.function.Function<Triple,java.lang.Boolean> excluded)
Methods in org.eclipse.rdf4j.sail.base with parameters of type Triple Modifier and Type Method Description private boolean
SailDatasetImpl. isDeprecated(Triple triple, java.util.List<Statement> deprecatedStatements)
Method parameters in org.eclipse.rdf4j.sail.base with type arguments of type Triple Modifier and Type Method Description private CloseableIteration<? extends Triple,SailException>
SailDatasetImpl. triplesDifference(CloseableIteration<? extends Triple,SailException> result, java.util.function.Function<Triple,java.lang.Boolean> excluded)
private CloseableIteration<? extends Triple,SailException>
SailDatasetImpl. triplesDifference(CloseableIteration<? extends Triple,SailException> result, java.util.function.Function<Triple,java.lang.Boolean> excluded)
-
Uses of Triple in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement Triple Modifier and Type Class Description class
MemTriple
A MemoryStore-specific implementation ofTriple
.Fields in org.eclipse.rdf4j.sail.memory.model with type parameters of type Triple Modifier and Type Field Description private 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 Triple Modifier and Type Method Description Triple
MemValueFactory. createTriple(Resource subject, IRI predicate, Value object)
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type Triple Modifier and Type Method Description private MemTriple
MemValueFactory. getMemTriple(Triple triple)
MemTriple
MemValueFactory. getOrCreateMemTriple(Triple triple)
SeeMemValueFactory.getOrCreateMemValue(Value)
for description.private boolean
MemValueFactory. isOwnMemTriple(Triple value)
-