Versions Compared

Key

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

...

Code, tools, parsers, utilities based on RDF 1.0 should not be used with Vitro and VIVO 21.010. 0.  All code, tools, parsers, and utilities must support RDF 1.1.

On start-up of version 21.0.010, the triple store is checked to insure that it has been upgraded.  If untyped literals are found in the triple store, an error message will appear in the browser and the application will not start.  The test applies only to the content store.  It is possible that your content store could pass this test, but your configuration triple store remains incompatible with Jena 3 and RDF 1.1.  In such a case, your application may become unstable.  The procedure below will upgrade both your configuration triple store and your content triple store.  

...

Use your local procedure for shutting down Tomcat.  Tomcat must be shut down for the upgrade process to proceed.

Step 2: Install VIVO

...

1.

...

10

Download 2.0.0 beta 1.10 beta from GitHub.  Follow the instructions for installing VIVO. Stop prior to starting Tomcat.

...

To export your triples store, use the jena2tools utility provided with VIVO 21.0.010, in <vivo home dir>/bin, specifying the export command, as shown below.

...

Having exported your Jena 2 triple stores, you can reload them using jena3tools, also available with VIVO 21.0.010, specifying the import command.

...

jena3tools will be present in <vivo home dir>/bin when you install the 21.0.0 beta10 beta. Alternatively, it can be downloaded from GitHub.

...