Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/white-gecko/virtuosomodeldeployment
https://github.com/white-gecko/virtuosomodeldeployment
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/white-gecko/virtuosomodeldeployment
- Owner: white-gecko
- Created: 2014-08-12T13:15:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-16T10:10:42.000Z (almost 10 years ago)
- Last Synced: 2023-03-12T13:35:32.902Z (over 1 year ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This collection of scripts can be used to import and backup models managed in virtuoso.
For each model you have to maintain a `model.ttl` file and a`model.ttl.graph` file, which contains the graph URI.You have to define the `dump_one_graph` command in virtuoso before [Bulk Loading RDF Source Files into one or more Graph IRIs](http://virtuoso.openlinksw.com/dataspace/doc/dav/wiki/Main/VirtBulkRDFLoader).
The `normalize.sh` script is for sorting the triples and transforming them into a format that after running the `backup.sh` the resulting diff will be as minimal as possible.