-
Notifications
You must be signed in to change notification settings - Fork 36
Samples versus Examples
timrdf edited this page May 17, 2011
·
2 revisions
Samples and Examples are both different subsets of a fully-converted dataset.
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
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;
];