- Removed obsolete slots: `has_or_had_custodian_observation`, `provider`, and `specificity_annotation`. - Updated `has_or_had_score` slot to use `SpecificityScore` class and modified its description and examples. - Added new slots: `end_seconds`, `end_time`, `has_archive_path`, `has_or_had_custodian_name`, `protocol_name`, and `protocol_version`. - Introduced a script `check_annotation_types.py` to validate the presence and structure of `custodian_types` in YAML files. - Added a script `update_specificity.py` to automate updates related to `SpecificityAnnotation` to `SpecificityScore`.
94 lines
No EOL
3 KiB
YAML
94 lines
No EOL
3 KiB
YAML
id: https://nde.nl/ontology/hc/class/ArtDealer
|
|
name: art_dealer_class
|
|
title: Art Dealer Class
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_name
|
|
default_prefix: hc
|
|
|
|
classes:
|
|
ArtDealer:
|
|
class_uri: crm:E39_Actor
|
|
description: |
|
|
An art dealer or gallery involved in the sale or transfer of art objects.
|
|
|
|
**MIGRATION NOTE** (2026-01-24):
|
|
Created per slot_fixes.yaml migration from `dealer_name` string
|
|
to structured ArtDealer class per Rule 53.
|
|
|
|
**Purpose**:
|
|
Provides structured representation for art dealers including:
|
|
- The dealer's name (via has_or_had_name)
|
|
- Future extensibility for dealer location, active dates, etc.
|
|
|
|
**Ontological Alignment**:
|
|
- **Primary** (`class_uri`): `crm:E39_Actor` - CIDOC-CRM Actor class
|
|
- **Close**: `foaf:Agent`, `schema:Organization` - Agent/organization classes
|
|
|
|
**Use Cases**:
|
|
- Provenance events involving art sales (DEALER_SALE type)
|
|
- Tracking art market participants in heritage provenance research
|
|
- Linking objects to dealers who handled them
|
|
|
|
**Pattern**:
|
|
```yaml
|
|
is_or_was_associated_with:
|
|
- has_or_had_name:
|
|
has_or_had_label: "Duveen Brothers"
|
|
```
|
|
|
|
slots:
|
|
- has_or_had_name
|
|
|
|
slot_usage:
|
|
has_or_had_name:
|
|
range: Name
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "Duveen Brothers"
|
|
exact_mappings:
|
|
- crm:E39_Actor
|
|
close_mappings:
|
|
- foaf:Agent
|
|
- schema:Organization
|
|
|
|
annotations:
|
|
custodian_types: '["M", "G"]'
|
|
custodian_types_rationale: Art dealers primarily relevant to museums and galleries with provenance research.
|
|
custodian_types_primary: M
|
|
specificity_score: 0.75
|
|
specificity_rationale: >-
|
|
Highly specific to art market provenance research - primarily used in
|
|
museum and gallery contexts for tracking object ownership history.
|
|
template_specificity: '{"collection_discovery": 0.8, "museum_search": 0.85, "general_heritage": 0.6}'
|
|
# migration_info: (Flattened)
|
|
migration_source_slot: dealer_name
|
|
migration_date: "2026-01-24"
|
|
migration_rule: "Rule 53"
|
|
|
|
comments:
|
|
- "Structured art dealer representation for provenance events"
|
|
- "Replaces simple string-valued dealer_name slot"
|
|
- "Extensible for dealer location, active dates, gallery affiliation"
|
|
- "Created 2026-01-24 from dealer_name migration (Rule 53)"
|
|
|
|
examples:
|
|
- value:
|
|
has_or_had_name:
|
|
has_or_had_label: "Duveen Brothers"
|
|
- value:
|
|
has_or_had_name:
|
|
has_or_had_label: "Paul Cassirer"
|
|
- value:
|
|
has_or_had_name:
|
|
has_or_had_label: "Jacques Goudstikker" |