glam/schemas/20251121/linkml/modules/classes/Platform.yaml
kempersc c2cdbed614 Refactor Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes for improved clarity and multilingual support
- Updated descriptions and titles for Price and PriceRange classes to enhance understanding.
- Added multilingual alt_descriptions for Price, PriceRange, Primary, and PrimaryDigitalPresenceAssertion classes.
- Enhanced examples in Price and PriceRange classes to provide clearer context.
- Improved annotations and comments for better documentation and understanding of class purposes.
- Introduced new slots for official names (including and excluding type) to standardize naming conventions.
- Added sorting variant for official names to facilitate alphabetical ordering.
- Ensured all changes align with the latest schema requirements and best practices.
2026-02-15 21:54:42 +01:00

49 lines
1.2 KiB
YAML

id: https://nde.nl/ontology/hc/class/Platform
name: Platform
title: Platform
description: A digital or physical platform.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_name
- ../slots/has_type
classes:
Platform:
class_uri: schema:DigitalDocument
broad_mappings:
- schema:DigitalDocument
description: >-
A digital or physical platform.
alt_descriptions:
nl:
text: >-
Een digitaal of fysiek platform.
de:
text: >-
Eine digitale oder physische Plattform.
fr:
text: >-
Une plateforme numérique ou physique.
es:
text: >-
Una plataforma digital o física.
structured_aliases:
- literal_form: platform
in_language: nl
- literal_form: Plattform
in_language: de
- literal_form: plateforme
in_language: fr
comments:
- Generic platform entity for digital or physical platforms.
slots:
- has_name
- has_type
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"