public interface Dataset
Modifier and Type | Method and Description |
---|---|
Set<IRI> |
getDefaultGraphs()
Gets the default graph URIs of this dataset.
|
IRI |
getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.
|
Set<IRI> |
getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.
|
Set<IRI> |
getNamedGraphs()
Gets the named graph URIs of this dataset.
|
Set<IRI> getDefaultRemoveGraphs()
IRI getDefaultInsertGraph()
Set<IRI> getDefaultGraphs()
Set<IRI> getNamedGraphs()
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.