| 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 |
|---|---|
Statement |
ValueFactory.createStatement(Resource subject,
IRI predicate,
Value object)
Creates a new statement with the supplied subject, predicate and object.
|
Statement |
ValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context)
Creates a new statement with the supplied subject, predicate and object and associated context.
|
default Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object)
Deprecated.
Use
ValueFactory.createStatement(Resource, IRI, Value) instead. |
default Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default Iterable<Statement> |
Model.getStatements(Resource subject,
IRI predicate,
Value object,
Resource... contexts)
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatement
Base class for
Statement, offering common functionality. |
| Modifier and Type | Method and Description |
|---|---|
Statement |
AbstractValueFactory.createStatement(Resource subject,
IRI predicate,
Value object) |
Statement |
AbstractValueFactory.createStatement(Resource subject,
IRI predicate,
Value object,
Resource context) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.