java.lang.Object
org.apache.jena.rdf.model.ModelExtract
ModelExtract - a wrapper for GraphExtract, allowing rooted sub-models to be
extracted from other models with some boundary condition.
-
Constructor Summary
ConstructorsConstructorDescriptionInitialise this ModelExtract with a boundary condition. -
Method Summary
-
Constructor Details
-
ModelExtract
Initialise this ModelExtract with a boundary condition.
-
-
Method Details
-
extract
Answer the rooted sub-model. -
extractInto
Answermodel
after updating it with the sub-graph ofs
rooted atr
, bounded by this instancesboundary
.
-