- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
25 lines
683 B
YAML
25 lines
683 B
YAML
id: https://nde.nl/ontology/hc/class/FeaturedObject
|
|
name: FeaturedObject
|
|
title: Featured Object 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
|
|
classes:
|
|
FeaturedObject:
|
|
class_uri: schema:Thing
|
|
description: Object explicitly highlighted in a curated context.
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.2
|
|
specificity_rationale: Lightweight highlighting construct for object-centric displays.
|
|
custodian_types: '["*"]'
|
|
broad_mappings:
|
|
- schema:Thing
|