- Added `id`, `name`, `title`, and `description` fields to multiple LinkML class YAML files. - Standardized prefixes across all class definitions. - Introduced a new script `fix_linkml_metadata.py` to automate the addition of metadata to class files. - Updated existing class files to ensure compliance with the new metadata structure.
121 lines
3.8 KiB
YAML
121 lines
3.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/ArtDealer
|
|
name: ArtDealer
|
|
title: Art Dealer
|
|
description: LinkML class definition for Art Dealer
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
wd: http://www.wikidata.org/entity/
|
|
# ArtDealer class
|
|
# Created per slot_fixes.yaml revision for: dealer_name
|
|
#
|
|
# MIGRATION NOTE (2026-01-24): Created as part of dealer_name migration per Rule 53.
|
|
# Provides structured representation of art dealers in provenance events.
|
|
|
|
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
|
|
- ./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:
|
|
description: The name of the art dealer or gallery.
|
|
range: Name
|
|
inlined: true
|
|
required: false
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "Duveen Brothers"
|
|
description: Famous art dealer firm
|
|
|
|
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.80
|
|
museum_search: 0.85
|
|
general_heritage: 0.60
|
|
migration_info:
|
|
source_slot: dealer_name
|
|
migration_date: "2026-01-24"
|
|
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"
|
|
description: Famous art dealer firm (early 20th century)
|
|
- value:
|
|
has_or_had_name:
|
|
has_or_had_label: "Paul Cassirer"
|
|
description: German art dealer (Impressionism specialist)
|
|
- value:
|
|
has_or_had_name:
|
|
has_or_had_label: "Jacques Goudstikker"
|
|
description: Dutch art dealer (notable Nazi-looted art case)
|