-
Notifications
You must be signed in to change notification settings - Fork 35
conversion:subject_discriminator
timrdf edited this page Mar 18, 2011
·
6 revisions
Why was the table (indentified by conversion:subject_discriminator) tucked between dataset/ and version/?
- The ordering of components used to construct the URI of the dataset follows a decompositional metaphor.
- i.e.,
source/s are grouped by the the aggregator'sbase_uri;datasets/s are grouped by theirsource/s; dataset components/tables/files/discriminators/subdatasets are grouped by theirdataset/s;version/s are grouped by theirdataset/s (or subdatasets); and entities are grouped by (initially) the versioned datasets or (eventually) the abstract datasets.
- i.e.,
- individual tables are also more of a part of the dataset than a part of the version.
- We assume that the tables (i.e., the individual csv files) will persist across multiple versions.
- This design was guided by logical organization and NOT physical organization of the data.
Keeping it or removing it affects the URIs for the entities named during conversion.