ImportResult |
DataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph,
boolean translateAssertions,
ResourceValue destinationGraph,
UpdateType updateType) |
Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.
|
ImportResult |
DataStoreConnection.importAxiomsFromTriples(ResourceValue sourceGraph,
boolean translateAssertions,
ResourceValue destinationGraph,
UpdateType updateType,
ImportNotificationMonitor importNotificationMonitor) |
Parses the given source graph into OWL axioms, and imports the axioms into the destination graph.
|
ImportResult |
DataStoreConnection.importData(ResourceValue defaultGraph,
UpdateType updateType,
java.io.File file) |
Imports the data from the given file into the current data store.
|
ImportResult |
DataStoreConnection.importData(ResourceValue defaultGraph,
UpdateType updateType,
java.io.InputStream inputStream) |
Imports the data from the given input stream into the current data store.
|
ImportResult |
DataStoreConnection.importData(ResourceValue defaultGraph,
UpdateType updateType,
java.lang.String content) |
Imports the data from the given string into the current data store.
|
ImportResult |
DataStoreConnection.importData(ResourceValue defaultGraph,
UpdateType updateType,
java.util.Collection<InputSourceFactory> inputSourceFactories,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) |
Imports the data described by the given input source factories into the current data store.
|
ImportResult |
DataStoreConnection.importData(ResourceValue defaultGraph,
UpdateType updateType,
InputSourceFactory inputSourceFactory,
java.lang.String formatName,
ImportNotificationMonitor importNotificationMonitor) |
Imports the data described by the given input source factory into the current data store
Triples in the default graph will be put into the named graph specified using the defaultGraph parameter.
|