| Package | Description |
|---|---|
| org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
| org.apache.commons.rdf.jena | |
| org.apache.commons.rdf.jena.experimental |
Experimental Commons RDF Jena implementations.
|
| org.apache.commons.rdf.jsonldjava |
Integration with jsonld-java
|
| org.apache.commons.rdf.rdf4j |
Commons RDF integration with RDF4J.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Quad
A Quad is a statement in a
RDF-1.1
Dataset, as defined by RDF-1.1 Concepts and Abstract Syntax, a W3C Working Group Note published
on 25 February 2014.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JenaGeneralizedQuadLike
A generalized quad representation.
|
interface |
JenaQuad
A Jena-backed
Quad. |
interface |
JenaQuadLike<G extends RDFTerm>
A
QuadLike wrapper of a Jena Quad. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.riot.system.StreamRDF |
JenaRDF.streamJenaToGeneralizedQuad(Consumer<QuadLike<RDFTerm>> generalizedConsumer)
Create a
StreamRDF instance that inserts generalized
QuadLikes. |
| Modifier and Type | Method and Description |
|---|---|
JenaRDFParser |
JenaRDFParser.targetGeneralizedQuad(Consumer<QuadLike<RDFTerm>> consumer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JsonLdQuad |
interface |
JsonLdQuadLike<G extends RDFTerm> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RDF4JQuad
Marker interface for RDF4J implementations of Quad.
|
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.