Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
org.apache.commons.rdf.jena | |
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 |
---|---|
Dataset |
RDF.createDataset()
Create a new dataset.
|
Modifier and Type | Method and Description |
---|---|
default RDFParser |
RDFParser.target(Dataset dataset)
Specify a
Dataset to add parsed quads to. |
Modifier and Type | Interface and Description |
---|---|
interface |
JenaDataset
A Jena-backed
Dataset . |
Modifier and Type | Method and Description |
---|---|
org.apache.jena.query.Dataset |
JenaRDF.asJenaDataset(Dataset dataset)
Convert a CommonsRDF Dataset to a Jena Dataset.
|
org.apache.jena.sparql.core.DatasetGraph |
JenaRDF.asJenaDatasetGraph(Dataset dataset)
Convert a CommonsRDF Dataset to a Jena DatasetGraph.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonLdDataset |
Modifier and Type | Interface and Description |
---|---|
interface |
RDF4JDataset
Marker interface for RDF4J implementations of Dataset.
|
Modifier and Type | Method and Description |
---|---|
Dataset |
SimpleRDF.createDataset() |
Constructor and Description |
---|
DatasetGraphView(Dataset dataset) |
DatasetGraphView(Dataset dataset,
BlankNodeOrIRI namedGraph) |
Modifier and Type | Method and Description |
---|---|
Optional<Dataset> |
AbstractRDFParser.getTargetDataset()
Get the target dataset as set by
AbstractRDFParser.target(Dataset) . |
Modifier and Type | Method and Description |
---|---|
T |
AbstractRDFParser.target(Dataset dataset) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.