Uses of Interface
org.apache.commons.rdfrdf4j.RDF4JGraph
-
Uses of RDF4JGraph in org.apache.commons.rdfrdf4j
Modifier and TypeMethodDescriptionRDF4J.asGraph
(org.eclipse.rdf4j.model.Model model) Adapt an RDF4JModel
as a Commons RDFGraph
.RDF4J.asGraph
(org.eclipse.rdf4j.repository.Repository repository, Set<? extends org.apache.commons.rdf.api.BlankNodeOrIRI> contexts, RDF4J.Option... option) Adapt an RDF4JRepository
as a Commons RDFGraph
.RDF4J.asGraph
(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepository
as a Commons RDFGraph
.RDF4J.asGraphUnion
(org.eclipse.rdf4j.repository.Repository repository, RDF4J.Option... options) Adapt an RDF4JRepository
as a Commons RDFGraph
.RDF4J.createGraph()
-
Uses of RDF4JGraph in org.apache.commons.rdfrdf4j.impl
Modifier and TypeMethodDescriptionInternalRDF4JFactory.createModelGraphImpl
(org.eclipse.rdf4j.model.Model model, RDF4J rdf4jTermFactory) Constructs aRDF4JGraph
from a RDF4JModel
.InternalRDF4JFactory.createRepositoryGraphImpl
(org.eclipse.rdf4j.repository.Repository repository, boolean handleInitAndShutdown, boolean includeInferred, org.eclipse.rdf4j.model.Resource... contextMask) Constructs aRDF4JGraph
from a RDF4JModel
.