Skip to content

conversion:ExampleResource

Tim L edited this page Aug 14, 2013 · 19 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)

See conversion:Enhancement.

<http://logd.tw.rpi.edu/source/ncbi-nlm-nih-gov/dataset/homologene/version/2011-Feb-15/conversion/enhancement/1>
   conversion:conversion_process [
      a conversion:EnhancementConversionProcess;
      conversion:enhancement_identifier "1";
      conversion:enhance [
         ov:csvRow 1,2,3,4,5,6,7,8,9,
                   10,11,12,13,14,15,16,17,18,19,
                   20,21,22,23,24,25,26,27,28,29,
                   30,31,32,33,34,35,36,37,38,39,
                   40,41;
         a conversion:ExampleResource;
         rdfs:comment "build64 and build65 build three clusters within the first 41 rows.";
      ];

Subjects of the first, last and every hand-selected row will become void:exampleResources:

<http://logd.tw.rpi.edu/source/ncbi-nlm-nih-gov/dataset/homologene/version/2011-Feb-15/conversion/enhancement/1>
  a void:Dataset;
  void:exampleResource homologene:homologyCluster_3 , 
                       homologene:homologyCluster_5 , 
                       homologene:homologyCluster_6 ,
                       homologene:homologyCluster_128030
.

Using row ranges

      conversion:enhance [
         conversion:fromRow 16; conversion:toRow 29;
         a conversion:ExampleResource;
      ];

See also

Clone this wiki locally