WaMDaM_v1.05 [WaMDaM_DBWrench_Schema_v1.05.xml]
A Method refers to how a quantitative or qualitative data values of an attribute where created or generated and by whom. A Method helps users understand the procedure that was used to create data and realize its limitations.
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| MethodID | Integer |
| Primary key identifier | |||
MethodName | VarChar(255) | Full text name of the method | |||||
MethodWebpage | VarChar(255) |
| A URL to a full description of the method | ||||
MethodCitation | VarChar(500) |
| a text of the proper citation of the method | ||||
MethodTypeCV | VarChar(255) |
| CV term of the method type used to report or generate a data value |
|
|||
DataQuality | Text |
| Document the quality of data and any associated uncertainty | ||||
PersonID | Integer | Foreign key identifier for a person |
|
||||
Description | Text |
| Full text description of the method |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_Methods_CV_MethodType | CVs.CV_MethodType | Metadata.Methods | Name | MethodTypeCV |
fk_Methods_People | Metadata.People | Metadata.Methods | PersonID | PersonID |
(none)
Diagram Name |
01_WaMDaM |
02_WaMDaM_WCVs |