Uses of Interface
org.apache.jena.rdf.model.ReifiedStatement
Packages that use ReifiedStatement
Package
Description
A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
-
Uses of ReifiedStatement in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return ReifiedStatementModifier and TypeMethodDescriptionModel.createReifiedStatement
(String uri, Statement s) answer a ReifiedStatement that encodes _s_, belongs to this Model, and is a Resource with that _uri_.Model.createReifiedStatement
(Statement s) Answer a ReifiedStatement that encodes _s_ and belongs to this Model.Statement.createReifiedStatement()
answer a ReifiedStatement object that embodies this Statement and is in the same Model (if any).Statement.createReifiedStatement
(String uri) answer a ReifiedStatement object that embodies this Statement, has the same Model, and has the givenuri
.RSIterator.nextRS()
return the next object, cast to a ReifedStatementMethods in org.apache.jena.rdf.model with parameters of type ReifiedStatementModifier and TypeMethodDescriptionvoid
Model.removeReification
(ReifiedStatement rs) Remove a particular reificiation. -
Uses of ReifiedStatement in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement ReifiedStatementModifier and TypeClassDescriptionclass
A ReifiedStatementImpl encodes a Statement and behaves as a Resource.Methods in org.apache.jena.rdf.model.impl that return ReifiedStatementModifier and TypeMethodDescriptionstatic ReifiedStatement
factory method.static ReifiedStatement
ReifiedStatementImpl.createExistingReifiedStatement
(ModelCom model, Node n) ModelCom.createReifiedStatement
(String uri, Statement s) ModelCom.createReifiedStatement
(Statement s) create a ReifiedStatement that encodes _s_ and belongs to this Model.ModelReifier.createReifiedStatement
(String uri, Statement s) Answer a reification of a statement with a given uri.ModelReifier.createReifiedStatement
(Statement s) Answer a fresh reification of a statement associated with a fresh bnode.StatementImpl.createReifiedStatement()
create a ReifiedStatement corresponding to this StatementStatementImpl.createReifiedStatement
(String uri) create a ReifiedStatement corresponding to this Statement and with the given _uri_.RSIteratorImpl.nextRS()
Methods in org.apache.jena.rdf.model.impl with parameters of type ReifiedStatementModifier and TypeMethodDescriptionvoid
ModelCom.removeReification
(ReifiedStatement rs) void
ModelReifier.removeReification
(ReifiedStatement rs) Remove a given reification from this model.Constructor parameters in org.apache.jena.rdf.model.impl with type arguments of type ReifiedStatement