Package | Description |
---|---|
org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
Modifier and Type | Method and Description |
---|---|
ClosableIterable<Quad> |
RDF4JDataset.iterate()
Get an Iterable for iterating over all quads in the dataset.
|
ClosableIterable<Triple> |
RDF4JGraph.iterate()
Gets an Iterable for iterating over all triples in the graph.
|
ClosableIterable<Triple> |
RDF4JGraph.iterate(BlankNodeOrIRI subject,
IRI predicate,
RDFTerm object)
Gets an Iterable for iterating over the triples in the graph that match
the pattern.
|
ClosableIterable<Quad> |
RDF4JDataset.iterate(Optional<BlankNodeOrIRI> graphName,
BlankNodeOrIRI subject,
IRI predicate,
RDFTerm object)
Get an Iterable for iterating over the quads in the dataset that match
the pattern.
|
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.