-
Notifications
You must be signed in to change notification settings - Fork 35
conversion:predicate
timrdf edited this page Feb 18, 2011
·
25 revisions
The subjects created from a particular row, and the objects created from a particular cell, can be annotated with arbitrary descriptions.
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";
];
see Enhancement pattern: adding units to measurements for an example.
See also conversion:object.