Major slot migrations following slot_fixes.yaml revisions: - TimeSpan: begin_of_the_begin, begin_of_the_end, end_of_the_begin, end_of_the_end - Quantity: has_or_had_measurement_unit with MeasureUnit class - Description: has_or_had_description with Description class - URL, WikiData, Timestamp, Location, Provenance pattern classes New slots for RiC-O compliance: - Temporal: has_or_had_time_interval, calendar_system - Transfer: is_or_was_transferred, has_or_had_policy - Location: starts/ends_or_started/ended_at_location - Provenance: has_or_had_provenance_path, is_or_was_webarchived_at Archive deprecated slots per Rule 53 workflow.
94 lines
2.8 KiB
YAML
94 lines
2.8 KiB
YAML
# VisitingScholar - Visiting scholar/researcher programs accepted by institution
|
|
# Created per slot_fixes.yaml migration for: accepts_or_accepted_visiting_scholar
|
|
# Creation date: 2026-01-14
|
|
|
|
id: https://nde.nl/ontology/hc/classes/VisitingScholar
|
|
name: VisitingScholar
|
|
title: VisitingScholar
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
VisitingScholar:
|
|
description: >-
|
|
Information about visiting scholar or researcher programs accepted by an institution.
|
|
|
|
**CONTEXT**:
|
|
Many heritage institutions accept visiting researchers who need access to
|
|
collections, archives, or special materials for academic research.
|
|
|
|
**PROGRAM TYPES**:
|
|
- Short-term research visits
|
|
- Fellowship programs
|
|
- Residencies
|
|
- Affiliated researcher positions
|
|
|
|
Used with `accepts_or_accepted` slot to indicate researcher access programs.
|
|
|
|
class_uri: schema:ResearchProject
|
|
|
|
close_mappings:
|
|
- schema:ScholarlyArticle
|
|
|
|
attributes:
|
|
program_type:
|
|
range: string
|
|
required: true
|
|
description: >-
|
|
Type of visiting program (e.g., "fellowship", "residency", "short_term_visit").
|
|
|
|
duration:
|
|
range: string
|
|
description: >-
|
|
Typical duration of visits (e.g., "1-4 weeks", "3-12 months").
|
|
|
|
eligibility:
|
|
range: string
|
|
multivalued: true
|
|
description: >-
|
|
Eligibility requirements (e.g., "PhD candidates", "University affiliates").
|
|
|
|
application_process:
|
|
range: string
|
|
description: >-
|
|
Description of the application process.
|
|
|
|
stipend_available:
|
|
range: boolean
|
|
description: >-
|
|
Whether financial support/stipend is available.
|
|
|
|
annotations:
|
|
custodian_types: '["A", "L", "R", "M"]'
|
|
custodian_types_rationale: >-
|
|
Visiting scholar programs primarily at archives, libraries, research centers, museums.
|
|
custodian_types_primary: "A"
|
|
specificity_score: 0.75
|
|
specificity_rationale: >-
|
|
High specificity - specific to research access programs.
|
|
|
|
examples:
|
|
- value: |
|
|
VisitingScholar:
|
|
program_type: "fellowship"
|
|
duration: "3-6 months"
|
|
eligibility:
|
|
- "PhD candidates"
|
|
- "Post-doctoral researchers"
|
|
stipend_available: true
|
|
description: Fellowship program for researchers.
|
|
|
|
- value: |
|
|
VisitingScholar:
|
|
program_type: "short_term_visit"
|
|
duration: "1-4 weeks"
|
|
application_process: "Submit research proposal via email"
|
|
description: Short-term research visit program.
|