Skip to content

conversion:Anonymous

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

conversion:Anonymous is a conversion:Enhancement.

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

For example,

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:

:thing_2
   foaf:name "Tim" ;
   foaf:knows _:node183pq4b9fx1;

_:node183ppoo0ux1 
   e1:friend_first "John" .
   e1:friend_last "Smith" .
Clone this wiki locally