Skip to content

Examples versus Samples

timrdf edited this page May 1, 2011 · 18 revisions

Examples

Example data come from example rows, which are explicitly (manually) annotated in the enhancement parameters using conversion:ExampleResource. RDF resulting from example rows become void:exampleResources.

      conversion:enhance [
         ov:csvRow 40040;
         a conversion:ExampleResource;
      ];

Samples

Sample data come from sample rows, which are the first N rows in a CSV file (where N is specified by CSV2RDF4LOD_CONVERT_NUMBER_SAMPLE_ROWS). Generating a sample conversion using only a subset of data and CSV2RDF4LOD_CONVERT_EXAMPLE_SUBSET_ONLY relate to sample data.

TODO: https://github.com/timrdf/csv2rdf4lod-automation/issues#issue/51

Clone this wiki locally