84 lines
3.8 KiB
YAML
84 lines
3.8 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_identifier
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
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:
|
|
description: >-
|
|
Short label for business model type.
|
|
required: true
|
|
examples:
|
|
- value: "For-profit brand attraction"
|
|
description: Heineken Experience model
|
|
- value: "Corporate archive, parent company funded"
|
|
description: Ford Motor archive model
|
|
- value: "Brand heritage center"
|
|
description: Coca-Cola World of Coke model
|
|
has_or_had_description:
|
|
description: >-
|
|
Detailed business model description including revenue sources,
|
|
ownership structure, profitability, and reporting.
|
|
required: false
|
|
examples:
|
|
- value: "For-profit brand attraction, Admission fees, Merchandise, Marketing budget"
|
|
description: Full business model description
|
|
- value: "Corporate archive within business, Fully funded by parent company, No public access"
|
|
description: Internal corporate archive model
|
|
- value: "Brand heritage center, Event venue rental, Corporate hospitality, Tourism revenue"
|
|
description: Brand heritage center model
|
|
examples:
|
|
- value:
|
|
has_or_had_label: "For-profit brand attraction"
|
|
has_or_had_description: "Admission fees (€21), Merchandise sales, Beer tasting experiences, Event venue rental. Reports to Marketing division."
|
|
description: Heineken Experience business model
|
|
- 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"
|
|
description: Ford Motor Company Archive model
|
|
- value:
|
|
has_or_had_label: "Brand heritage center"
|
|
has_or_had_description: "Event venue rental, Corporate hospitality, Tourism revenue, Integrated with brand marketing budget"
|
|
description: Coca-Cola World of Coke model
|
|
- 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"
|
|
description: Factory museum business model
|