-
Notifications
You must be signed in to change notification settings - Fork 36
Samples versus Examples
Timothy Lebo edited this page Feb 14, 2012
·
2 revisions
csv2rdf4lod-automation is licensed under the [Apache License, Version 2.0](https://github.com/timrdf/csv2rdf4lod-automation/wiki/License)
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:exampleResource
s.
conversion:enhance [
ov:csvRow 40040;
a conversion:ExampleResource;
];