-
Notifications
You must be signed in to change notification settings - Fork 35
conversion:IncludesLODLinks
timrdf edited this page May 30, 2012
·
3 revisions
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=...>;
];