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 DocumentGraphRepository
GraphRepository.createGraphDocumentRepository
(Supplier<org.apache.jena.graph.Graph> factory) A factory method to createsGraphRepository
instance that loads graphs on demand from the given location.static DocumentGraphRepository
GraphRepository.createGraphDocumentRepositoryMem()
A factory method to createGraphRepository
instance 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).