cd
cd copied to clipboard
Property:schemeName
Label | Scheme Name |
Definition | A short descriptive name given to the CollectionDescriptionScheme. |
Usage | |
Existing property | |
Existing class | |
Existing property identifier | |
Format | Text |
Required | Yes |
Repeatable | No |
Constraints | |
Examples | NHM Collections Inventory , Index Herbariorum , European Darwin Collections |
Notes |
Notes from LtC Thursday call: To reference a specific defined scheme via its identifier/URI, add an Identifier to the CollectionDescriptionScheme
e.g. along the lines of:
"CollectionDescriptionScheme": {
"ltc:schemeName": "NHM Collection Inventory",
"ltc:hasIdentifier": [
{
"identifierValue": "https://example-schema.com/nhm-schema-uri",
"identifierType": "URI"
}
]
}