Package | Description |
---|---|
org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
org.apache.commons.rdf.rdf4j.impl |
Modifier and Type | Method and Description |
---|---|
RDF4JTriple |
RDF4J.asTriple(org.eclipse.rdf4j.model.Statement statement)
Adapt a RDF4J
Statement as a Commons RDF Triple . |
RDF4JTriple |
RDF4J.createTriple(BlankNodeOrIRI subject,
IRI predicate,
RDFTerm object) |
Modifier and Type | Method and Description |
---|---|
Stream<RDF4JTriple> |
RDF4JGraph.stream()
Gets all triples contained by the graph.
|
Stream<RDF4JTriple> |
RDF4JGraph.stream(BlankNodeOrIRI subject,
IRI predicate,
RDFTerm object)
Gets all triples contained by the graph matched with the pattern.
|
Modifier and Type | Method and Description |
---|---|
RDF4JTriple |
InternalRDF4JFactory.createTripleImpl(org.eclipse.rdf4j.model.Statement statement,
UUID salt)
Construct a
RDF4JTriple from a RDF4J Statement . |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.