public interface ImportsExpander
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.graph.Graph |
expandImports(String baseURI,
org.apache.jena.graph.Graph baseGraph)
Starting with a given base Graph (and its URI), this method creates a new
Graph that also includes the owl:imports of the base Graph.
|
org.apache.jena.graph.Graph expandImports(String baseURI, org.apache.jena.graph.Graph baseGraph)
baseURI - the base URI of the base GraphbaseGraph - the base GraphCopyright © 2017 TopQuadrant, Inc.. All rights reserved.