Package | Description |
---|---|
org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
org.apache.commons.rdf.rdf4j.impl |
Modifier and Type | Method and Description |
---|---|
RDF4JQuad |
RDF4J.asQuad(org.eclipse.rdf4j.model.Statement statement)
Adapt a RDF4J
Statement as a Commons RDF Quad . |
Modifier and Type | Method and Description |
---|---|
Stream<RDF4JQuad> |
RDF4JDataset.stream()
Get all quads contained by the dataset.
|
Stream<RDF4JQuad> |
RDF4JDataset.stream(Optional<BlankNodeOrIRI> graphName,
BlankNodeOrIRI subject,
IRI predicate,
RDFTerm object)
Get all quads contained by the dataset matched with the pattern.
|
Modifier and Type | Method and Description |
---|---|
RDF4JQuad |
InternalRDF4JFactory.createQuadImpl(org.eclipse.rdf4j.model.Statement statement,
UUID salt)
Construct a
RDF4JQuad from a RDF4J Statement . |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.