Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vivo-project/jenatools
Tools for importing and exporting VIVO/Vitro triple stores
https://github.com/vivo-project/jenatools
jena rdf sdb tdb vitro vivo
Last synced: 17 days ago
JSON representation
Tools for importing and exporting VIVO/Vitro triple stores
- Host: GitHub
- URL: https://github.com/vivo-project/jenatools
- Owner: vivo-project
- License: apache-2.0
- Created: 2017-03-21T15:03:46.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2022-06-20T23:25:48.000Z (over 2 years ago)
- Last Synced: 2024-03-26T20:21:49.320Z (10 months ago)
- Topics: jena, rdf, sdb, tdb, vitro, vivo
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 15
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenatools
Tools for importing and exporting VIVO and Vitro triple stores (content and configuration) to and from various RDF formats.These tools can be used to upgrade from Jena2 to Jena3 triple stores. Export to TriG format using
jenatools and import the TriG format using jena3tools.These tools can be used to export either Jena2 or Jena3 triple stores to other popular RDF formats
to create single files for sharing, and analytics.*WARNING: This is beta software. Please be sure your data is backed up and can be restored before using this software.
Please report any experiences with this software
to [[email protected]](mailto:[email protected]). Thanks!*## jena2tools
Import and export VIVO/Vitro SDB and TDB triples stores in Jena2 format from and to TriG and
other RDF formats.## jena3tools
Import and export TriG and other RDF formats to and from VIVO/Vitro SDB and TDB triple stores in
Jena3 format.## Distribution
jena2tools and jena3tools are distributed with VIVO/Vitro 2.0.0-beta releases and can be
found in \/bin## Usage
### jena2tools
java -jar jena2tools [arguments] -d home_directory
Arguments
-d, --dir REQUIRED. Specify the VIVO/Vitro home directory
-i, --import Import TriG format data to triple stores
-e, --export Export data from triple stores. Default format is TriG
-h, --help Display help text
-f, --force Force overwrite of previous exports
-o, --output Output format followed by one of nt, nq, trig, rdf, or ttl
## jena3toolsjava -jar jena3tools [arguments] -d home_directory
Arguments
-d, --dir REQUIRED. Specify the VIVO/Vitro home directory
-i, --import Import TriG format data to triple stores
-e, --export Export data from triple stores. Default format is TriG
-h, --help Display help text
-f, --force Force overwrite of previous exports
-o, --output Output format followed by one of nt, nq, jsonld, trig, rdf, or ttl