glam/schemas/20251121/linkml/modules/classes/BusinessModel.yaml
kempersc fc405445c6 Refactor and update schema definitions
- 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`.
2026-02-01 19:55:38 +01:00

61 lines
3.1 KiB
YAML

id: https://nde.nl/ontology/hc/class/BusinessModel
name: business_model_class
title: BusinessModel Class
description: 'Business model classification for commercial heritage organizations.
Provides structured modeling of how commercial heritage operations are funded and generate revenue: - **Revenue sources**: Admission fees, merchandise, event rental, corporate funding - **Ownership**: Fully corporate-owned, subsidiary, joint venture, licensed - **Profitability**: Revenue-generating, break-even, subsidized by parent company - **Business function**: Marketing, tourism, corporate social responsibility - **Tax status**: For-profit corporation (not tax-exempt like museums) - **Reporting**: Reports to corporate board, integrated with marketing budget
Business model distinguishes commercial from non-profit heritage custodians.
Created per slot_fixes.yaml revision for business_model migration (Rule 53/56/57).'
version: 1.0.0
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
imports:
- linkml:types
- ../slots/has_or_had_description
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
default_prefix: hc
classes:
BusinessModel:
class_uri: hc:BusinessModel
description: 'Business model classification for commercial heritage organizations.
Structured class replacing string-valued business_model slot. Models funding structure, revenue sources, ownership, and operational context.'
slots:
- has_or_had_identifier
- has_or_had_label
- has_or_had_description
slot_usage:
has_or_had_label:
required: true
examples:
- value: For-profit brand attraction
- value: Corporate archive, parent company funded
- value: Brand heritage center
has_or_had_description:
required: false
examples:
- value: For-profit brand attraction, Admission fees, Merchandise, Marketing budget
- value: Corporate archive within business, Fully funded by parent company, No public access
- value: Brand heritage center, Event venue rental, Corporate hospitality, Tourism revenue
examples:
- value:
has_or_had_label: For-profit brand attraction
has_or_had_description: "Admission fees (\u20AC21), Merchandise sales, Beer tasting experiences, Event venue rental. Reports to Marketing division."
- value:
has_or_had_label: Corporate archive
has_or_had_description: Fully funded by parent company, No direct revenue, Serves internal research and legal compliance needs
- value:
has_or_had_label: Brand heritage center
has_or_had_description: Event venue rental, Corporate hospitality, Tourism revenue, Integrated with brand marketing budget
- value:
has_or_had_label: Factory museum
has_or_had_description: Visitor fees supplement production operations, Marketing tool for brand awareness, Tours integrated with factory operations
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"