- Deleted obsolete slot definitions: statement_summary, statement_text, statement_type, status_name, supersede_articles, supersede_condition, supersede_name, temporal_dynamics, total_amount, typical_contents, use_cases, was_acquired_through, was_fetched_at, was_retrieved_at. - Updated existing slot definitions for states_or_stated to enhance clarity and structure. - Introduced new classes: Article, ConditionofAccess, FinancialStatementType, MaximumQuantity, Series, Summary, Type, and their respective slots to improve schema organization and usability. - Added new slots: changes_or_changed_through, has_or_had_condition_of_access, has_or_had_heritage_type, is_or_was_part_of_series, is_or_was_retrieved_at, maximum_of_maximum to capture additional metadata and relationships.
102 lines
3.3 KiB
YAML
102 lines
3.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
|
|
- ./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.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"
|
|
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)
|