Project

General

Profile

« Previous | Next » 

Revision 11060

schemas/VegCore/ERD/VegCore.ERD.mwb: dataset.parent: documented that this provides a containment relationship, which differs from the attribution relationship provided by source (inherited from traceable). e.g. the GBIF.ARIZ dataset is contained within the GBIF dataset (the parent), but was obtained from ARIZ (the source).

View differences:

VegCore.pg.sql
128 128
/*!40101 SET character_set_client = utf8 */;
129 129
CREATE TABLE "dataset" (
130 130
  "id" text NOT NULL,
131
  "parent" text DEFAULT NULL,
131
  "parent" text DEFAULT NULL /*COMMENT 'this provides a containment relationship, which differs from the attribution relationship provided by source (inherited from traceable). e.g. the GBIF.ARIZ dataset is contained within the GBIF dataset (the parent), but was obtained from ARIZ (the source).'*/,
132 132
  "metadata_source" text DEFAULT NULL /*COMMENT 'where the information *about* the dataset came from (as opposed to where the dataset came from)'*/,
133 133
  "first_publisher" text DEFAULT NULL,
134 134
  "data_owners" text DEFAULT NULL /*COMMENT 'parties who must be given attribution, such as copyrightholders'*/,

Also available in: Unified diff