Package | Description |
---|---|
org.apache.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
org.apache.jena.rdf.model.impl |
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Statement
An RDF Statement.
|
Modifier and Type | Class and Description |
---|---|
class |
StatementImpl
An implementation of Statement.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModelReifier.isReified(FrontsTriple s)
Answer true iff a given statement is reified in this model
|
RSIterator |
ModelReifier.listReifiedStatements(FrontsTriple s)
Answer an iterator that iterates over all the reified statements in
this model that reify a given statement.
|
void |
ModelReifier.removeAllReifications(FrontsTriple s)
Remove all the reifications of a given statement in this model, whatever
their associated resources.
|
Licenced under the Apache License, Version 2.0