Package | Description |
---|---|
org.apache.commons.rdf.api |
Commons RDF, a common library of RDF 1.1 concepts.
|
org.apache.commons.rdf.api.fluentwriter | |
org.apache.commons.rdf.api.io | |
org.apache.commons.rdf.experimental |
Experimental Commons RDF features.
|
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 |
---|---|
Sync |
NeedSource.source(Graph graph) |
Modifier and Type | Method and Description |
---|---|
NeedSourceOrBase<Graph> |
ParserConfigBuilder.target(Graph graph) |
static ParserTarget<Graph> |
ParserTarget.toGraph(Graph graph) |
static ParserTarget<Graph> |
ParserTarget.toGraph(Graph graph,
IRI matchGraphName) |
static ParserTarget<Graph> |
ParserTarget.toUnionGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
NeedSourceOrBase<Graph> |
ParserConfigBuilder.target(Graph graph) |
static ParserTarget<Graph> |
ParserTarget.toGraph(Graph graph) |
static ParserTarget<Graph> |
ParserTarget.toGraph(Graph graph,
IRI matchGraphName) |
static ParserTarget<Graph> |
ParserTarget.toUnionGraph(Graph graph) |
Modifier and Type | Method and Description |
---|---|
default RDFParser |
RDFParser.target(Graph graph)
Specify a
Graph to add parsed triples to. |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.