Rule ReplaceValuesRule

Replaces triple values, ignore case.

Constructor default

Replace triple values and apply another rule to the replaced triple.

Sample use:

<ac:eu.annocultor.rules.ReplaceValuesRule-default>
  <ac:srcPath rdf:datatype="ac:Path"> where the values to be replaced are coming from, <code>null</code>
          means the source triple </ac:srcPath>
  <ac:rule rdf:datatype="ac:Rule"> rule that will be applied to the a triple with the replaced value </ac:rule>
  <ac:map rdf:datatype="ac:Map"> value map </ac:map>
</ac:eu.annocultor.rules.ReplaceValuesRule-default>