Uses of Class
org.apache.jena.ontapi.impl.repositories.DocumentGraphRepository
Packages that use DocumentGraphRepository
-
Uses of DocumentGraphRepository in org.apache.jena.ontapi
Methods in org.apache.jena.ontapi that return DocumentGraphRepositoryModifier and TypeMethodDescriptionstatic DocumentGraphRepositoryGraphRepository.createGraphDocumentRepository(Supplier<org.apache.jena.graph.Graph> factory) A factory method to createsGraphRepositoryinstance that loads graphs on demand from the given location.static DocumentGraphRepositoryGraphRepository.createGraphDocumentRepositoryMem()A factory method to createGraphRepositoryinstance that loads graphs on demand from the given location. -
Uses of DocumentGraphRepository in org.apache.jena.ontapi.impl.repositories
Methods in org.apache.jena.ontapi.impl.repositories that return DocumentGraphRepositoryModifier and TypeMethodDescriptionDocumentGraphRepository.addMapping(String id, String uriOrFile) Adds mapping Graph's ID <-> source document location, which can be an OS file path, class-resource path, or URI (ftp or http).