| 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 | Method and Description |
|---|---|
Model |
ModelGetter.getModel(String URL,
ModelReader loadIfAbsent)
Answer a model appropriate for
URL, If none is to hand,
and it's possible to create one, create it and load it using loadIfAbsent. |
| Modifier and Type | Method and Description |
|---|---|
Model |
MemoryModelGetter.getModel(String URL,
ModelReader loadIfAbsent) |
Model |
ModelMakerImpl.getModel(String URL,
ModelReader loadIfAbsent) |
Licenced under the Apache License, Version 2.0