glam/schemas/20251121/linkml/modules/classes/ArtSaleService.yaml
kempersc 69a22e2b5a Refactor and expand LinkML slot definitions
- Deleted the `rights_statement_url` slot definition as it is no longer needed.
- Added multiple new slots including `has_legal_basis`, `has_statement`, `impose`, `pose_condition`, and `reviewed_through` with detailed descriptions and ontology alignments.
- Updated existing slots to improve clarity and consistency, including renaming `close_mappings` to `related_mappings` in several definitions.
- Enhanced the `require` slot with additional aliases for better usability.
- Improved documentation and comments across all slot definitions to clarify their purpose and usage.
2026-02-08 23:37:44 +01:00

90 lines
2.2 KiB
YAML

id: https://nde.nl/ontology/hc/class/ArtSaleService
name: art_sale_service_class
title: Art Sale Service Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
- ../metadata
- ../slots/20260202_matang/take_comission
default_prefix: hc
classes:
ArtSaleService:
is_a: Service
class_uri: hc:ArtSaleService
description: 'Service for selling artworks, typically offered by commercial galleries.
**PURPOSE**:
Models art sales activities including commission structures,
market type (primary/secondary), and artist representation.
**DESIGN RATIONALE**:
Created per slot_fixes.yaml migration from `commission_rate` string
to structured `has_service` + `ArtSaleService` with nested
commission details.
**USE CASES**:
- Commercial gallery primary market sales (representing artists)
- Secondary market resales (consignment)
- Auction house sales (different commission model)
**MARKET TYPES**:
- **Primary market**: First sale of artwork by artist (40-50% commission)
- **Secondary market**: Resale of previously sold works (10-20% commission)
'
close_mappings:
- schema:SellAction
- schema:Service
slots:
- takes_or_took_comission
- sales_activity
slot_usage:
takes_or_took_comission:
range: CommissionRate
inlined: true
required: false
examples:
- value:
has_percentage: null
examples:
- value:
sales_activity: true
takes_or_took_comission:
has_percentage: null
- value:
sales_activity: true
takes_or_took_comission:
has_percentage: null
comments:
- Created 2026-01-22 from commission_rate migration (Rule 53)
- Extends Service class for art sales context
- Supports primary and secondary market distinctions
see_also:
- https://schema.org/SellAction
annotations:
custodian_types: '["G", "C"]'
custodian_types_rationale: Primarily for galleries (G) and commercial organizations
(C).
specificity_score: '0.75'
specificity_rationale: Specific to commercial art sales context.