Gets a specific item from the cache. If not cached yet, the information will be fetched from Knora.
the id of the item to be returned.
true if the item to be returned is a dependency of another item (recursive call to this method).
the requested item.
Gets an ontology from the cache including its direct dependencies.
The ontology Iris are the keys of the resulting Map.
the Iri of the ontology.
the requested ontology and its direct dependencies.
Gets a resource class definition including the property definitions the resource class has cardinalities for.
This method does not return third party ontology entities, e.g., rdfs.
Deletes an existing entry in the cache and requests information from Knora.
the id of the information to be returned.
the item.
Generated using TypeDoc
Caches ontologies obtained from Knora and handles direct dependencies between ontologies.