Class STRequests.InputOutput
Defined in: STRequests.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Method Attributes | Method Name and Description |
---|---|
<static> |
STRequests.InputOutput.clearRepository()
clears all data in current ontology.
|
<static> |
STRequests.InputOutput.loadRepository(file, baseUri)
loads data from an RDF file.
|
<static> |
STRequests.InputOutput.saveRepository(file)
saves an RDF file with the content of current ontology.
|
Method Detail
<static>
STRequests.InputOutput.clearRepository()
clears all data in current ontology. It leaves only baseuri and namespace unchanged
Defined in: SERVICE_InputOutput.js.
Defined in: SERVICE_InputOutput.js.
- Returns:
<static>
STRequests.InputOutput.loadRepository(file, baseUri)
loads data from an RDF file. The extension of the file determines the format for reading data
Defined in: SERVICE_InputOutput.js.
Defined in: SERVICE_InputOutput.js.
- Parameters:
- file
- baseUri
- Returns:
<static>
STRequests.InputOutput.saveRepository(file)
saves an RDF file with the content of current ontology.
The chosen extension for the file determines the format for the output
Defined in: SERVICE_InputOutput.js.
The chosen extension for the file determines the format for the output
Defined in: SERVICE_InputOutput.js.
- Parameters:
- file
- Returns: