Old Release

This documentation relates to an old version of VIVO, version 1.9.x. Looking for another version? See all documentation.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

Data packages are sets of data represented using VIVO RDF in one of the supported VIVO RDF file formats – Turtle (.ttl), Triples (.nt), Notation3 (.n3) or RDF-XML (.rdf) Data packages are typically produced as semi-static – they can be loaded into VIVO and updated as needed.  Data packages typically deliver statements about entities outside the management of the particular VIVO.

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

Loading a data package

To load a data package,

  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.

Updating a data package

 

 

  • No labels