ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXProvenance"."MethodCitations_BridgeID_seq"'::regclass) | Primary key for a bridge table, enabling many-to-many joins. | ||
MethodID | Integer | Foreign key identifier for a Method |
|
||||
RelationshipTypeCV | VarChar() | CV term describing the relationship between the Methods and the Citation (e.g., "References" or "isDocumentedBy"), largely conforming to CV used by DataCite.org. |
|
||||
CitationID | Integer | Foreign key identifier for a Citation that is associated with the Method identified by MethodID |
|
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MethodCitations_Citations | ODMXProvenance.Citations | ODMXProvenance.MethodCitations | CitationID | CitationID |
fk_MethodCitations_CV_RelationshipType | ODMXCV.CV_RelationshipType | ODMXProvenance.MethodCitations | Term | RelationshipTypeCV |
fk_MethodCitations_Methods | ODMXCore.Methods | ODMXProvenance.MethodCitations | MethodID | MethodID |
(none)
Diagram Name |
ODMXProvenance |