- 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
886 B
YAML
31 lines
886 B
YAML
id: https://nde.nl/ontology/hc/class/Program
|
|
name: Program
|
|
title: Program
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/20260202_matang/has_type
|
|
- ../slots/20260202_matang/has_participant
|
|
classes:
|
|
Program:
|
|
class_uri: schema:Event
|
|
description: 'A program or initiative offered by an institution. **USAGE**: Used
|
|
for: - Volunteer programs - Educational programs - Outreach initiatives '
|
|
slots:
|
|
- has_type
|
|
- has_participant
|
|
slot_usage:
|
|
has_type:
|
|
# range: string # uriorcurie
|
|
close_mappings:
|
|
- schema:Event
|
|
annotations:
|
|
specificity_score: '0.45'
|
|
specificity_rationale: Moderately specific - programs common in heritage institutions.
|
|
custodian_types: '[''*'']'
|
|
examples:
|
|
- value: null
|