ECOLM - An Electronic Corpus of Lute Music

The database

Sources/Pieces

Attaching People and sources to a cluster is a similar process:

Cluster(Source | Piece) ID integer Auto-increment-generated primary key
* Cluster ID integer Join
* Source ID * Piece ID integer Join
Cluster(Source | Piece) Exemplar boolean Indicates if the piece or source could be considered exemplary to the set
Cluster(Source | Piece) Strength enum ‘Strong’, ‘Reasonable’ or ‘Weak’. Strength of relevence to cluster, subjectively
Cluster(Source | Piece) Confidence enum ‘confident’, ‘probable’ or ‘tentative’ or even ‘probably incorrect’
Cluster(Source | Piece) Comments text Unstructured data

Back to Database summary