| Package | Description |
|---|---|
| org.eclipse.rdf4j.model |
The RDF Model API
|
| Modifier and Type | Method and Description |
|---|---|
Model |
ModelFactory.createEmptyModel() |
Model |
Model.filter(Resource subj,
IRI pred,
Value obj,
Resource... contexts)
Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.
|
default Model |
Model.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
Model |
Model.unmodifiable()
Returns an unmodifiable view of this model.
|
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.