Package | Description |
---|---|
eu.transformproject.provenance.reasoning |
Provides the classes necessary for reasoning about the provenance data.
|
eu.transformproject.provenance.reasoning.inProvStore | |
eu.transformproject.provenance.service |
Provides the classes necessary to configure and install this provenance service.
|
Modifier and Type | Class and Description |
---|---|
class |
Onto
This class contains useful methods for loading an ontology and the easy recovery of its definitions through URIs.
|
Modifier and Type | Method and Description |
---|---|
AbstractOnto[] |
Ontologies.getOntologies() |
AbstractOnto |
Ontologies.getOntoOfProp(java.lang.String iriproperty) |
Constructor and Description |
---|
Ontologies(java.util.HashSet<AbstractOnto> minimalOntoSet) |
Modifier and Type | Class and Description |
---|---|
class |
UpdatableOntoInProvStore |
Modifier and Type | Method and Description |
---|---|
AbstractOnto[] |
UpdatableOntologies.getOntologies() |
AbstractOnto |
UpdatableOntologies.getOntoOfProp(java.lang.String iriproperty) |
Modifier and Type | Field and Description |
---|---|
static java.util.HashSet<AbstractOnto> |
ProvenanceServer.MINIMAL_PROV_ONTOS |