-
Notifications
You must be signed in to change notification settings - Fork 36
conversion:IncludesLODLinks
Tim L edited this page Aug 8, 2013
·
3 revisions
- This conversion:Enhancement was created to address #274.
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=...>;
];