Package | Description |
---|---|
org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
Modifier and Type | Method and Description |
---|---|
static RDF4J.Option |
RDF4J.Option.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDF4J.Option[] |
RDF4J.Option.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RDF4JDataset |
RDF4J.asDataset(org.eclipse.rdf4j.repository.Repository repository,
RDF4J.Option... options)
Adapt an RDF4J
Repository as a Commons RDF Dataset . |
RDF4JGraph |
RDF4J.asGraph(org.eclipse.rdf4j.repository.Repository repository,
RDF4J.Option... options)
Adapt an RDF4J
Repository as a Commons RDF Graph . |
RDF4JGraph |
RDF4J.asGraph(org.eclipse.rdf4j.repository.Repository repository,
Set<? extends BlankNodeOrIRI> contexts,
RDF4J.Option... option)
Adapt an RDF4J
Repository as a Commons RDF Graph . |
RDF4JGraph |
RDF4J.asGraphUnion(org.eclipse.rdf4j.repository.Repository repository,
RDF4J.Option... options)
Adapt an RDF4J
Repository as a Commons RDF Graph . |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.