Skip to content

Conversion process phase: tweak enhancement parameters

timrdf edited this page Feb 19, 2011 · 24 revisions

[up](Conversion process phases)

What's first?

How to tweak enhancement parameters.

When you pulled the conversion trigger the first time, the automation created the initial verbatim interpretations as RDF Turtle files in automatic/. It also saw that you didn't have any enhancement parameters available for each file you converted, so it created a template for you in manual/. Once these enhancement parameters are there, the automation will not modify them again -- the ball is in your court.

Using the example from A quick and easy conversion.

First, make sure you are in a conversion cockpit:

$bash cd ~/Desktop/source/SSS/DDD/version/VVV

Then change the enhancement parameters:

$bash vi manual/some.e1.params.ttl
<change an enhancement>
:wq

conversion:Enhancement shows the most popular changes that you can specify.

Then pull the same conversion trigger:

$bash ./convert-*.sh

The conversion triggers sees 1) the initial conversions exist and 2) the enhancement parameters exist and 3) the enhancement parameters are different from the original template that it created for you earlier. So, it uses the enhancement parameters in manual/ to create a new conversion in automatic/.

What's next?

Clone this wiki locally