Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

An example of a data package would be the Grid data, representing the research organizations of the world.  This data set, maintained by Digital Science, contains more than 65,000 university, research institutes, funding agencies and other organizations involved in research across the world.  The data set contains the official name and alternate names as well as abbreviations of names of the each organization, its geographic location, its type, date of founding, parent, child and affiliated organizations, as well as persistent identifiers for the organization.  The data is available as a data package for VIVO at https://github.com/openvivo/grid-rdf

...

Add a data package

To add a data package to VIVO,

  1. Place a copy of the data package file in vivo/home/rdf/abox/filegraph
  2. Restart Tomcat.  VIVO will add a new graph to the triple store containing the asserted triples in the data package file.  See Graph Reference for additional detail.  The VIVO inferencer will infer additional triples regarding the data package and add those triples to the vitro-kb-info graph.  Again see Graph Reference.  Note:  the inferencer may take quite awhile to complete.  Adding a package with tens of thousands of new entities, each with dozens of attributes may take hours to reinference.

...

Update a data package

To update a data package:

  1. Place a copy of the updated data package file in vivo/home/rdf/abox/filegraph
  2. Restart Tomcat.  VIVO will compare the contents of the triple store with the contents of the data package file, and update the triples in the associate graph as needed.  VIVO will then reinference the triple store.  Note:  the inferencer may take quite awhile to complete.

...

Delete a data package

To delete a data package:

...