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 |
---|---|
Graph |
RDF.createGraph()
Create a new graph.
|
default Graph |
RDFTermFactory.createGraph()
Deprecated.
|
Graph |
Dataset.getGraph()
Get the default graph of this dataset.
|
Modifier and Type | Method and Description |
---|---|
Optional<Graph> |
Dataset.getGraph(BlankNodeOrIRI graphName)
Get a named graph in this dataset.
|
Modifier and Type | Method and Description |
---|---|
default RDFParser |
RDFParser.target(Graph graph)
Specify a
Graph to add parsed triples to. |
Modifier and Type | Interface and Description |
---|---|
interface |
JenaGraph
A Jena-backed
Graph . |
Modifier and Type | Method and Description |
---|---|
org.apache.jena.graph.Graph |
JenaRDF.asJenaGraph(Graph graph)
Convert a CommonsRDF Graph to a Jena Graph.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JsonLdGraph
A
Graph view of a JsonLd RDFDataset . |
interface |
JsonLdUnionGraph
A union graph representation of a JsonLd
RDFDataset . |
Modifier and Type | Interface and Description |
---|---|
interface |
RDF4JGraph
Marker interface for RDF4J implementations of Graph.
|
Modifier and Type | Class and Description |
---|---|
class |
DatasetGraphView
|
Modifier and Type | Method and Description |
---|---|
Graph |
SimpleRDF.createGraph() |
Graph |
SimpleRDFTermFactory.createGraph()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Optional<Graph> |
AbstractRDFParser.getTargetGraph()
Get the target graph as set by
AbstractRDFParser.target(Graph) . |
Modifier and Type | Method and Description |
---|---|
T |
AbstractRDFParser.target(Graph graph) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.