-
Notifications
You must be signed in to change notification settings - Fork 35
Examples versus Samples
timrdf edited this page May 1, 2011
·
18 revisions
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;
];
Sample data come from sample rows, which are the first N rows in a CSV file. 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