| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
The RDF Model API
|
| org.eclipse.rdf4j.model.base |
Abstract base classes for RDF Model API interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
default Triple |
ValueFactory.createTriple(Resource subject,
IRI predicate,
Value object)
Creates a new RDF* triple with the supplied subject, predicate and object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTriple
Base class for
Triple, offering common functionality. |
| Modifier and Type | Method and Description |
|---|---|
Triple |
AbstractValueFactory.createTriple(Resource subject,
IRI predicate,
Value object) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.