ODMX [ODMX_DBWrench_Schema.xml]
Information about relationships among DataSets
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| RelationID | Integer |
| nextval('"ODMXProvenance"."RelatedDatasets_RelationID_seq"'::regclass) | Primary key for a relationship table (i.e. named "Related..."). | ||
DataSetID | Integer | Foreign key identifier for a DataSet |
|
||||
RelationshipTypeCV | VarChar() | CV term describing the relationship between DataSets (e.g., "IsNewVersionOf" or "Continues"), largely conforming to CV used by DataCite.org. |
|
||||
RelatedDatasetID | Integer | Foreign key identifier for a DataSet related to the DataSet identified by DataSetID |
|
||||
VersionCode | VarChar() |
| Text version number/code that can be specified if the DataSet is an explicit version of another DataSet and where the RelationshipTypeCV = "isNewVersionOf". |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_RelatedDatasets_CV_RelationshipType | ODMXCV.CV_RelationshipType | ODMXProvenance.RelatedDatasets | Term | RelationshipTypeCV |
fk_RelatedDatasets_DataSets | ODMXCore.Datasets | ODMXProvenance.RelatedDatasets | DatasetID | DataSetID |
fk_RelatedDatasets_DataSets_AreRelated | ODMXCore.Datasets | ODMXProvenance.RelatedDatasets | DatasetID | RelatedDatasetID |
(none)
Diagram Name |
ODMXProvenance |
ODMXSimulation |