ODM2 [ODM2_DBWrench_Schema.xml] |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
RelatedCitations | Information about relationships among citations |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| RelationID | Integer |
| Primary key for a relationship table (i.e. named "Related..."). | |||
CitationID | Integer | Foreign key identifier for a Citation |
|
||||
RelationshipTypeCV | VarChar(255) | CV term describing the relationship between Citations (e.g., "IsSupplementTo" or "IsPartOf"), largely conforming to CV used by DataCite.org. |
|
||||
RelatedCitationID | Integer | Foreign key identifier for a Citation that is related to the Citation identified by CitationID |
|
Indexes (none) |
Foreign Keys | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_RelatedCitations_Citations | ODM2Provenance.Citations | ODM2Provenance.RelatedCitations | CitationID | CitationID |
fk_RelatedCitations_Citations_AreRelated | ODM2Provenance.Citations | ODM2Provenance.RelatedCitations | CitationID | RelatedCitationID |
fk_RelatedCitations_CV_RelationshipType | ODM2CV.CV_RelationshipType | ODM2Provenance.RelatedCitations | Name | RelationshipTypeCV |
Parent Relations (none) |
Used in Diagrams |
Diagram Name |
ODM2Provenance |