Package | Description |
---|---|
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
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.
|
org.apache.commons.rdf.simple |
A simple in-memory implementation of the Commons RDF API.
|
org.apache.commons.rdf.simple.experimental |
Experimental Commons RDF Simple implementations.
|
Modifier and Type | Method and Description |
---|---|
RDFParser |
RDFParser.rdfTermFactory(RDF rdfTermFactory)
|
Modifier and Type | Class and Description |
---|---|
class |
JenaRDF
Apache Jena RDF implementation.
|
Modifier and Type | Method and Description |
---|---|
static Quad |
JenaRDF.asQuad(RDF factory,
org.apache.jena.sparql.core.Quad quad)
Convert from Jena
Quad to a Commons
RDF Quad . |
static RDFTerm |
JenaRDF.asRDFTerm(RDF factory,
org.apache.jena.graph.Node node)
Convert from Jena
Node to any Commons RDF implementation. |
static Triple |
JenaRDF.asTriple(RDF factory,
org.apache.jena.graph.Triple triple)
Convert from Jena
Triple to a Commons RDF
Triple . |
static org.apache.jena.riot.system.StreamRDF |
JenaRDF.streamJenaToQuad(RDF factory,
Consumer<Quad> consumer)
Create a
StreamRDF instance that inserts the converted
Quad s. |
Modifier and Type | Method and Description |
---|---|
protected RDF |
JenaRDFParser.createRDFTermFactory() |
Modifier and Type | Class and Description |
---|---|
class |
JsonLdRDF
JSON-LD Java RDF implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RDF4J
RDF4J implementation of RDF.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleRDF
Simple RDF implementation.
|
Modifier and Type | Method and Description |
---|---|
protected RDF |
AbstractRDFParser.createRDFTermFactory()
Create a new
RDF for a parse session. |
Modifier and Type | Method and Description |
---|---|
Optional<RDF> |
AbstractRDFParser.getRdfTermFactory()
Get the set
RDF , if any. |
Modifier and Type | Method and Description |
---|---|
T |
AbstractRDFParser.rdfTermFactory(RDF rdfTermFactory) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.