Package | Description |
---|---|
org.apache.commons.rdf.jena | |
org.apache.commons.rdf.jena.impl |
Modifier and Type | Method and Description |
---|---|
JenaGraph |
JenaRDF.asGraph(org.apache.jena.graph.Graph graph)
Adapt an existing Jena
Graph to CommonsRDF
Graph . |
JenaGraph |
JenaRDF.asGraph(org.apache.jena.rdf.model.Model model)
Adapt an existing Jena
Model to
CommonsRDF Graph . |
JenaGraph |
JenaRDF.createGraph() |
JenaGraph |
JenaDataset.getUnionGraph()
Return a union graph view of this dataset.
|
Modifier and Type | Method and Description |
---|---|
JenaGraph |
InternalJenaFactory.createGraph(org.apache.jena.graph.Graph graph,
UUID salt) |
JenaGraph |
InternalJenaFactory.createGraph(org.apache.jena.rdf.model.Model model,
UUID salt) |
JenaGraph |
InternalJenaFactory.createGraph(UUID salt) |
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.