| Package | Description |
|---|---|
| org.apache.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
| org.apache.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
| Modifier and Type | Method and Description |
|---|---|
ModelGetter |
OntModelSpec.getImportModelGetter() |
| Modifier and Type | Method and Description |
|---|---|
void |
OntModelSpec.setImportModelGetter(ModelGetter mg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModelMaker
A ModelMaker contains a collection of named models, methods for creating
new models [both named and anonymous] and opening previously-named
models, removing models, and accessing a single "default" Model for this
Maker.
|
interface |
ModelSource
The revised and soon-to-be-core interface for sources of models,
typically generated from RDF descriptions.
|
Licenced under the Apache License, Version 2.0