glam/schemas/20251121/linkml/modules/classes/FeaturedItem.yaml
kempersc a590a8d94b Refactor and enhance descriptions across multiple YAML schemas for improved clarity and consistency.
- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision.
- Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure.
- Added new synonyms in multiple languages for better localization support.
2026-02-16 15:53:42 +01:00

27 lines
752 B
YAML

id: https://nde.nl/ontology/hc/class/FeaturedItem
name: FeaturedItem
title: Featured Item Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/has_label
- ../slots/has_description
- ../slots/has_image
classes:
FeaturedItem:
class_uri: schema:CreativeWork
description: Highlighted item selected for presentation in a list, page, or narrative.
broad_mappings:
- schema:CreativeWork
slots:
- has_label
- has_description
- has_image
annotations:
specificity_score: 0.25
specificity_rationale: Presentation helper class for highlighted content.
custodian_types: '["*"]'