Skip to content

conversion:Anonymous

Tim L edited this page Sep 6, 2013 · 6 revisions

Typing a conversion:ImplicitBundle to conversion:Anonymous will cause the implicit bundle to be a bnode.

Person,Friend First,Friend Last,Place
Tim,John,Smith,New York

with eparams:

:a_bundle
   a conversion:ImplicitBundle, conversion:Anonymous;
   conversion:property_name foaf:knows;
.
...
      conversion:enhance [
         ov:csvCol          2, 3;
         conversion:bundled_by :a_bundle;
      ...

results in:

_:node183ppoo0ux1 e1:friend_first "John" .

_:node183ppoo0ux2 e1:friend_last "Smith" .

Clone this wiki locally