cd icon indicating copy to clipboard operation
cd copied to clipboard

Property:schemeName

Open mtrekels opened this issue 5 years ago • 1 comments

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

mtrekels avatar Nov 26 '19 12:11 mtrekels

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"
    }
  ]
}

magpiedin avatar Sep 01 '22 14:09 magpiedin