30 lines
1.4 KiB
PHP
30 lines
1.4 KiB
PHP
<?PHP
|
|
declare(strict_types = 1);
|
|
$concordance = array (
|
|
'concordance_checker' => 'Concordance checker',
|
|
'MDConcActor' => 'Actor roles (to event types)',
|
|
'MDConcCheckTypes' => 'Types of checks performed on an object',
|
|
'MDConcCloserLocationTypes' => 'Types of closer location data in the object context',
|
|
'MDConcColors' => 'Colors',
|
|
'MDConcCurrencies' => 'Currencies',
|
|
'MDConcDamageTypes' => 'Damage types',
|
|
'MDConcEntryTypes' => 'Entry types ("how did an object enter a museum collection?")',
|
|
'MDConcEventTypes' => 'Event types',
|
|
'MDConcLanguages' => 'Languages',
|
|
'MDConcLengths' => 'Length units',
|
|
'MDConcLicenses' => 'Licenses',
|
|
'MDConcLoanTypes' => 'Loan types',
|
|
'MDConcMarkingPosition' => 'Marking positions (e.g. "where was the object stamped?")',
|
|
'MDConcMarkingType' => 'Marking types (e.g. stamped, scratched, etc.)',
|
|
'MDConcMeasurementTypes' => 'Measurement types (width, height, etc.)',
|
|
'MDConcObjectForms' => 'Shapes of objects',
|
|
'MDConcObjectTagRelTypes' => 'Relation type between object and a tag (e.g. "material", "display subject")',
|
|
'MDConcOwnershipStatus' => 'Ownership status',
|
|
'MDConcPlace' => 'Place roles (to event types)',
|
|
'MDConcSex' => 'Gender / Sex',
|
|
'MDConcSourceTypes' => 'Source / literature types',
|
|
'MDConcTime' => 'Time roles (to event types)',
|
|
'MDConcTitleTypes' => 'Types of additional object names',
|
|
'MDConcWeights' => 'Weight units',
|
|
);
|