26 lines
708 B
YAML
26 lines
708 B
YAML
id: https://nde.nl/ontology/hc/class/FeaturedItem
|
|
name: FeaturedItem
|
|
title: FeaturedItem
|
|
description: A featured item or highlight from a collection or finding aid.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_image
|
|
- ../slots/has_label
|
|
classes:
|
|
FeaturedItem:
|
|
class_uri: schema:CreativeWork
|
|
description: Featured item.
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
- has_image
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|