Versions Compared

Key

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

...

to this:

Creating the DataGetter

...

Associating a DataGetter with a Freemarker template may cause queries that contain ?individualURI to fail. This has been resolved as of v1.8.1.

...

VIVO

...

VIVO allows you to define and use DataGetter objects in several contexts. DataGetters come in many flavors, but the most commonly used is the SparqlQueryDataGetter, which lets you define a SPARQL query, and store the results of that query for your Freemarker template to display.

...

Insert these lines between lines 19 17 and 2018:

Code Block
        <#if (updatedInfo?first.updater)??>
            | Updated by ${updatedInfo?first.updater}
        </#if>

...