refactor: simplify slot descriptions to be more concise
Some checks are pending
Deploy Frontend / build-and-deploy (push) Waiting to run
Some checks are pending
Deploy Frontend / build-and-deploy (push) Waiting to run
- accepts_or_accepted_external_work: Remove verbose examples list - accepts_or_accepted_payment_method: Condense to single sentence - accepts_or_accepted_visiting_scholar: Minor rewording for consistency
This commit is contained in:
parent
ea8dc37905
commit
408813280a
6 changed files with 6 additions and 50 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-13T19:48:38.429Z",
|
||||
"generated": "2026-01-13T19:50:03.785Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2894,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -11,18 +11,7 @@ imports:
|
|||
default_prefix: hc
|
||||
slots:
|
||||
accepts_or_accepted_external_work:
|
||||
description: 'Whether this lab accepts conservation work from external clients.
|
||||
|
||||
|
||||
Some institutional labs provide services to:
|
||||
|
||||
- Other museums/archives
|
||||
|
||||
- Private collectors
|
||||
|
||||
- Commercial clients
|
||||
|
||||
'
|
||||
description: 'Whether a Heritage Custodian accepts conservation work from external clients.'
|
||||
range: boolean
|
||||
slot_uri: hc:acceptsOrAcceptedExternalWork
|
||||
close_mappings:
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"generated": "2026-01-13T19:35:11.795Z",
|
||||
"generated": "2026-01-13T19:52:06.261Z",
|
||||
"schemaRoot": "/schemas/20251121/linkml",
|
||||
"totalFiles": 2894,
|
||||
"categoryCounts": {
|
||||
|
|
|
|||
|
|
@ -11,18 +11,7 @@ imports:
|
|||
default_prefix: hc
|
||||
slots:
|
||||
accepts_or_accepted_external_work:
|
||||
description: 'Whether this lab accepts conservation work from external clients.
|
||||
|
||||
|
||||
Some institutional labs provide services to:
|
||||
|
||||
- Other museums/archives
|
||||
|
||||
- Private collectors
|
||||
|
||||
- Commercial clients
|
||||
|
||||
'
|
||||
description: 'Whether a Heritage Custodian accepts conservation work from external clients.'
|
||||
range: boolean
|
||||
slot_uri: hc:acceptsOrAcceptedExternalWork
|
||||
close_mappings:
|
||||
|
|
|
|||
|
|
@ -11,29 +11,7 @@ imports:
|
|||
default_prefix: hc
|
||||
slots:
|
||||
accepts_or_accepted_payment_method:
|
||||
description: 'Payment methods accepted by this gift shop.
|
||||
|
||||
|
||||
Schema.org: paymentAccepted for payment options.
|
||||
|
||||
GoodRelations: gr:PaymentMethod for detailed payment modeling.
|
||||
|
||||
|
||||
Common values:
|
||||
|
||||
- CASH
|
||||
|
||||
- CREDIT_CARD
|
||||
|
||||
- DEBIT_CARD
|
||||
|
||||
- MOBILE_PAYMENT (Apple Pay, Google Pay)
|
||||
|
||||
- MUSEUM_CARD (Netherlands)
|
||||
|
||||
- GIFT_CARD
|
||||
|
||||
'
|
||||
description: 'Payment methods accepted by a Heritage Custodian. This includes cash, credit cards, mobile payments, and museum cards.'
|
||||
range: string
|
||||
multivalued: true
|
||||
slot_uri: schema:paymentAccepted
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ default_prefix: hc
|
|||
slots:
|
||||
accepts_or_accepted_visiting_scholar:
|
||||
description: >-
|
||||
Indicates whether the institution accepts visiting scholars or researchers.
|
||||
Indicates whether a Heritage Custodian accepts visiting scholars or researchers.
|
||||
range: boolean
|
||||
slot_uri: hc:acceptsOrAcceptedVisitingScholar
|
||||
close_mappings:
|
||||
|
|
|
|||
Loading…
Reference in a new issue