Skip to content

conversion:predicate

timrdf edited this page Feb 18, 2011 · 25 revisions

The subjects created from a particular row or the objects created from a particular cell can be annotated with arbitrary descriptions.

Annotating the object

The default behavior is to annotate the rdfs:Resource resulting from promoting the cell value. This is the case for columns 1 and greater.

conversion:enhance [
   ov:csvCol 1;
   conversion:predicate "Predicate for subjects pointing to column 1";
   conversion:object    "Value of predicate";
];

Annotating the subject

see Enhancement pattern: adding units to measurements for an example.

See also conversion:object.

Clone this wiki locally