ODMX [ODMX_DBWrench_Schema.xml]
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| BridgeID | Integer |
| nextval('"ODMXExternalIdentifiers"."CitationExternalIdentifiers_BridgeID_seq"'::regclass) | |||
CitationID | Integer | Forign key of the Citation linked to the external identifer |
|
||||
ExternalIdentifierSystemID | Integer | Foreign Key to ExternalIdentifierSystems |
|
||||
CitationExternalIdentifier | VarChar() | A resolvable, globally unique ID, such as a DOI. Could be a Uniform Resource Name (URN). | |||||
CitationExternalIdentifierURI | VarChar() |
| Uniform Resource Identifier (URI), preferably in the form of a persistent URL that is self-documenting and maintained by the external identifier system. |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_CitationExternalIdentifiers_Citations | ODMXProvenance.Citations | ODMXExternalIdentifiers.CitationExternalIdentifiers | CitationID | CitationID |
fk_CitationExternalIdentifiers_ExternalIdentifierSystems | ODMXExternalIdentifiers.ExternalIdentifierSystems | ODMXExternalIdentifiers.CitationExternalIdentifiers | ExternalIdentifierSystemID | ExternalIdentifierSystemID |
(none)
Diagram Name |
ODMXExternalIdentifiers |