24 lines
669 B
YAML
24 lines
669 B
YAML
id: https://nde.nl/ontology/hc/class/FeaturedObject
|
|
name: FeaturedObject
|
|
title: FeaturedObject
|
|
description: A specific object featured in a home archive or exhibition.
|
|
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_label
|
|
classes:
|
|
FeaturedObject:
|
|
class_uri: schema:Thing
|
|
description: Featured object.
|
|
slots:
|
|
- has_label
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|