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
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 TripleMethods 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 TypeMethodDescriptionstatic 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. -
Uses of Triple in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation that return types with arguments of type TripleModifier and TypeMethodDescriptionCloseableIteration
<? extends Triple> 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.resultio.sparqljson
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TripleModifier and TypeMethodDescriptionprotected 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.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return TripleModifier and TypeMethodDescriptionstatic 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. -
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
Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type TripleModifier and TypeMethodDescriptionCloseableIteration
<? extends Triple> SailDatasetTripleSource.getRdfStarTriples
(Resource subj, IRI pred, Value obj) default CloseableIteration
<? extends Triple> SailDataset.getTriples
(Resource subj, IRI pred, Value obj) Gets all RDF-star triples that have a specific subject, predicate and/or object. -
Uses of Triple in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement TripleMethods 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 TypeMethodDescriptionMemValueFactory.getOrCreateMemTriple
(Triple triple) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.
Values.triple(Statement)
instead