- Updated slot names to improve semantic clarity: - `has_type` changed to `categorized_as` - `has_location` changed to `located_at` - `coordinates` changed to `has_coordinates` - `country` changed to `in_country` - `like_count` changed to `has_quantity` - Adjusted descriptions and annotations for slots to enhance understanding and alignment with ontology standards. - Modified imports in `WomensArchives.yaml` and `WomensArchivesRecordSetTypes.yaml` to reflect new slot names. - Enhanced multilingual support in `has_record_set` slot definition with additional translations and structured aliases. - General cleanup and standardization of slot definitions across various classes including `Wikidata`, `Youtube`, and `WorkExperience`.
31 lines
880 B
YAML
31 lines
880 B
YAML
id: https://nde.nl/ontology/hc/class/NotableExample
|
|
name: NotableExample-class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/located_at
|
|
- ../slots/20260202_matang/has_label
|
|
- ../slots/20260202_matang/has_note
|
|
- ../slots/20260202_matang/identified_by
|
|
classes:
|
|
NotableExample:
|
|
class_uri: hc:NotableExample
|
|
description: 'A real-world example of a heritage institution of this type.
|
|
|
|
Provides concrete instances for understanding the class scope.
|
|
|
|
'
|
|
slots:
|
|
- has_label
|
|
- located_at
|
|
- identified_by
|
|
- has_note
|
|
annotations:
|
|
specificity_score: 0.3
|
|
specificity_rationale: Universal utility for concrete examples
|
|
custodian_types: "['*']"
|