| Package | Description |
|---|---|
| gate.creole.ontology.impl.sesame | |
| gate.creole.ontology.owlim |
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectSesameOntology
An ontology LR that allows to connect to a repository containing an
ontology.
|
class |
CreateSesameOntology
An ontology LR that creates a repository based on a config template file.
|
class |
OntologyLR
The common abstract base class for all ontology LRs in this implementation.
|
class |
OWLIMOntology
This ontology LR allows the creation of an ontology backed by a local
Sesame OWLIM repository.
|
| Modifier and Type | Field and Description |
|---|---|
AbstractOntologyImplSesame |
OntologyServiceImplSesame.ontology |
| Modifier and Type | Method and Description |
|---|---|
static OntologyServiceImplSesame |
OntologyServiceImplSesame.createForRepository(AbstractOntologyImplSesame ontology,
File dataDir,
String configData)
Create an unmanaged repository in the given data directory from the
given configuration data string.
|
static OntologyServiceImplSesame |
OntologyServiceImplSesame.createForRepositoryConnection(AbstractOntologyImplSesame ontology,
URL repositoryURL,
String repositoryID)
Connect to the repository with the given repository ID
at the given repository URL location, which could
be either a directory or a sesame server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OWLIMOntologyLR
This ontology LR behaves identically to
OWLIMOntology
but uses the same package and class name as the LR in OntologyOWLIM2. |