-
Notifications
You must be signed in to change notification settings - Fork 35
conversion:predicate
timrdf edited this page Feb 18, 2011
·
25 revisions
Arbitrary "attribute-value" descriptions can be added to 1) the subjects created from a particular row and 2) the objects created from a particular cell.
For a given conversion:predicate/conversion:object pair, the default behavior is to annotate the rdfs:Resource resulting from promoting the cell value. This is the case for columns 1 and greater. Note that the conversion:range must be rdfs:Resource to promote the cell's value to a resource.
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.