Skip to content
/ vivo-io Public

Import and export of VIVO data (part of agINFRA tools)

Notifications You must be signed in to change notification settings

ieru/vivo-io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

vivo-io

Import and export of VIVO data (part of agINFRA tools)

This tool allows to port a VIVO instance to a grid using the import and add new information from a database to a VIVO instance using the export.

INSTRUCTIONS

The import is used to port a VIVO instance to a Grid by command line.

java -jar agVivoImport.jar VIVOInstanceURL user_name password

eg. java -jar agVivoImport.jar http://vivo.iu.edu/individual/IndianaUniversity/IndianaUniversity.rdf "Alberto Nogales" "password"

The export is used to add new data stored in a database to a VIVO instance. It has to be run as a Java Project as it has been developed for a specifical example. The case study is adding references to a paper stored in a VIVO instance using the ObjectPropery "cites". The point is that you can configure it to retrieve the information you need and add it to your ontology just changing some code.

About

Import and export of VIVO data (part of agINFRA tools)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages