Skip to content

conversion:IncludesLODLinks

Tim L edited this page Aug 8, 2013 · 3 revisions

What is first

What we will cover

Let's get to it

conversion:links_via is used to find owl:sameAs links based on the cell value lookup. By default, the graph gathered is not included in the output. Adding a rdf:type conversion:IncludesLODLinks to the enhancement will pass the collected links_via graph through into the converted data output.

      conversion:enhance [
         ov:csvCol          5;
         ov:csvHeader       "Core Facilities";
         conversion:label   "Core Facilities";
         conversion:comment "";
         conversion:delimits_object ",\\s*";
         conversion:range   rdfs:Resource;
         conversion:range_name "Facility";
         a conversion:CaseInsensitiveLODLink;
         a conversion:IncludesLODLinks;
         conversion:links_via <http://logd.tw.rpi.edu:8890/sparql?query=...>;
      ];

What is next

Clone this wiki locally