Interface OntModelCache

    • Method Detail

      • getOntModel

        org.apache.jena.ontology.OntModel getOntModel​(String name)
        Get the model with this name (URI). If such a model does not exist, it will be created.
      • getModelNames

        SortedSet<String> getModelNames()
        Get the names of all existing models.