glam/schemas/20251121/linkml/modules/classes/ResearchCenter.yaml
kempersc 7cf10084b4 Implement scripts for schema modifications and ontology verification
- Added `fix_dual_class_link.py` to remove dual class link references from specified YAML files.
- Created `fix_specific_ghosts.py` to apply specific replacements in YAML files based on defined mappings.
- Introduced `migrate_staff_count.py` to migrate staff count references to a new structure in specified YAML files.
- Developed `migrate_type_slots.py` to replace type-related slots with new identifiers across YAML files.
- Implemented `scan_ghost_references.py` to identify and report ghost references to archived slots and classes in YAML files.
- Added `verify_ontology_terms.py` to verify the presence of ontology terms in specified ontology files against schema definitions.
2026-01-29 17:10:25 +01:00

280 lines
12 KiB
YAML

id: https://nde.nl/ontology/hc/class/research-center
name: research_center_class
title: ResearchCenter Class
imports:
- linkml:types
- ./ReconstructedEntity
- ./CustodianObservation
- ./ReconstructionActivity
- ../enums/ResearchCenterTypeEnum
- ../slots/accepts_or_accepted
- ./VisitingScholar
- ../slots/has_or_had_affiliated_university
- ../slots/has_or_had_type
- ../slots/fellows_count
- ../slots/has_fellows_program
- ../slots/publishes_or_published
- ../slots/has_or_had_facility
- ../slots/major_research_project
- ../slots/publication_series_name
- ../slots/has_or_had_identifier
- ../slots/has_or_had_label
- ../slots/has_or_had_description
- ./Label
- ./Description
- ../slots/research_center_type
- ../slots/research_focus_area
- ../slots/specificity_annotation
- ../slots/has_or_had_quantity
- ../classes/Quantity
- ../slots/has_or_had_score
- ../slots/is_or_was_derived_from
- ../slots/is_or_was_generated_by
- ./SpecificityAnnotation
- ./TemplateSpecificityScore
- ./TemplateSpecificityType
- ./TemplateSpecificityTypes
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
dcterms: http://purl.org/dc/terms/
crm: http://www.cidoc-crm.org/cidoc-crm/
prov: http://www.w3.org/ns/prov#
skos: http://www.w3.org/2004/02/skos/core#
wd: http://www.wikidata.org/entity/
classes:
ResearchCenter:
is_a: ReconstructedEntity
class_uri: schema:ResearchOrganization
description: "Research center or research facility operated by or affiliated with a heritage custodian.\n\n**DEFINITION**:\n\nA ResearchCenter is a dedicated facility where scholarly research, academic\nstudy, and knowledge production take place in connection with a heritage\ncustodian's mission. Distinguished from ConservationLab (which focuses on\nobject treatment) by its emphasis on academic research and publication.\n\n**SCHEMA.ORG ALIGNMENT**:\n\n`schema:ResearchOrganization` - \"A Research Organization, such as a research\ninstitute or university research group.\"\n\n**WIKIDATA TYPE LINKAGE**:\n\nThis class links to `ResearchCenterTypeEnum` which provides 45 Wikidata-sourced\nresearch organization types including:\n- Q31855 (research institute)\n- Q1542449 (research center)\n- Q7315155 (research department)\n- Q62078547 (digital humanities center)\n- Q16917 (hospital - for medical research)\n\n**DISTINCTION FROM OTHER AUXILIARY PLACE TYPES**:\n\n| Type | Primary Focus | Output\
\ |\n|------|---------------|--------|\n| **ResearchCenter** | Academic research | Publications, knowledge |\n| ConservationLab | Object treatment | Preserved objects |\n| EducationCenter | Teaching/learning | Trained people |\n| BranchOffice | Service delivery | Public services |\n\n**TYPICAL CHARACTERISTICS**:\n\n- **Academic focus**: Scholarly research and publication\n- **Specialized staff**: Researchers, scholars, curators\n- **Library/archive access**: Research collections\n- **Publication output**: Books, articles, reports\n- **External collaboration**: University partnerships, grants\n\n**USE CASES**:\n\n1. **Museum Research Institute**:\n ```yaml\n ResearchCenter:\n research_center_id: \"https://nde.nl/ontology/hc/aux/rijksmuseum-research\"\n research_center_name: \"Rijksmuseum Research Department\"\n research_center_type: RESEARCH_DEPARTMENT\n research_focus_area:\n - \"Dutch Golden Age painting\"\n - \"Technical art history\"\n - \"\
Provenance research\"\n ```\n\n2. **Digital Humanities Lab**:\n ```yaml\n ResearchCenter:\n research_center_name: \"KB Digital Humanities Lab\"\n research_center_type: DIGITAL_HUMANITIES_CENTER\n research_focus_area:\n - \"Text mining\"\n - \"Linked open data\"\n - \"Digital preservation\"\n ```\n\n3. **Archive Research Center**:\n ```yaml\n ResearchCenter:\n research_center_name: \"NIOD Research Center\"\n research_center_type: RESEARCH_INSTITUTE\n research_focus_area:\n - \"World War II history\"\n - \"Holocaust studies\"\n - \"Memory and commemoration\"\n ```\n"
exact_mappings:
- schema:ResearchOrganization
close_mappings:
- org:Site
- wd:Q31855
- wd:Q1542449
related_mappings:
- schema:EducationalOrganization
- hc:ConservationLab
- hc:EducationCenter
slots:
- accepts_or_accepted
- has_or_had_affiliated_university
- has_or_had_type
- fellows_count
- has_fellows_program
- publishes_or_published
- has_or_had_facility
- major_research_project
- publication_series_name
- has_or_had_description
- has_or_had_identifier
- has_or_had_label
- research_center_type
- research_focus_area
- specificity_annotation
- has_or_had_quantity
- has_or_had_score
- is_or_was_derived_from
- is_or_was_generated_by
slot_usage:
has_or_had_identifier:
range: uriorcurie
required: true
identifier: true
description: Unique identifier for the research center.
examples:
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-research
description: Rijksmuseum research department
has_or_had_label:
range: Label
required: true
inlined: true
description: The name of the research center.
examples:
- value:
label_text: Rijksmuseum Research Department
description: Museum research department
- value:
label_text: KB Digital Humanities Lab
description: Digital humanities center
- value:
label_text: NIOD Institute for War, Holocaust and Genocide Studies
description: Specialized research institute
has_or_had_description:
range: Description
inlined: true
description: A description of the research center.
examples:
- value:
description_text: The Rijksmuseum Research Department conducts scholarly research on Dutch art and history, with particular focus on the Golden Age. Publishes the Rijksmuseum Bulletin and monograph series.
description: Museum research department
research_center_type:
range: ResearchCenterTypeEnum
required: true
examples:
- value: RESEARCH_DEPARTMENT
description: Department within larger institution
- value: DIGITAL_HUMANITIES_CENTER
description: Digital humanities focus
- value: RESEARCH_INSTITUTE
description: Independent research institute
research_focus_area:
range: string
multivalued: true
examples:
- value: Dutch Golden Age painting
description: Art historical focus
- value: Technical art history
description: Scientific analysis
- value: Provenance research
description: Ownership history
has_or_had_affiliated_university:
range: string
multivalued: true
examples:
- value: University of Amsterdam
description: University partnership
- value: Leiden University
description: Academic has_or_had_affiliation
has_fellows_program:
range: boolean
examples:
- value: true
description: Has fellowship program
fellows_count:
range: integer
examples:
- value: 8
description: 8 fellows per year
publishes_or_published:
range: boolean
examples:
- value: true
description: Has publication series
publication_series_name:
range: string
examples:
- value: Rijksmuseum Studies in Art
description: Monograph series
- value: Rijksmuseum Bulletin
description: Journal
has_or_had_facility:
range: boolean
examples:
- value: true
description: Has research library
accepts_or_accepted:
range: VisitingScholar
inlined: true
multivalued: true
description: Visiting scholar programs that this research center accepts.
examples:
- value:
program_type: fellowship
duration: 3-6 months
stipend_available: true
description: Fellowship program
major_research_project:
range: string
multivalued: true
examples:
- value: Rembrandt Database
description: Cataloguing project
- value: Operation Night Watch
description: Conservation research
has_or_had_quantity:
range: Quantity
inlined: true
description: Quantity of staff members. MIGRATED from staff_count (2026-01-28).
is_or_was_derived_from:
range: CustodianObservation
multivalued: true
required: false
is_or_was_generated_by:
range: ReconstructionActivity
required: false
has_or_had_type:
equals_expression: '["hc:ResearchOrganizationType"]'
comments:
- ResearchCenter models academic research facilities of heritage custodians
- Schema.org ResearchOrganization for research institutes
- Links to ResearchCenterTypeEnum for Wikidata-sourced type classification
- Distinguished from ConservationLab (object treatment) by academic focus
- May have fellowship programs, publication series, university affiliations
see_also:
- https://schema.org/ResearchOrganization
- https://www.wikidata.org/wiki/Q31855
- https://www.wikidata.org/wiki/Q1542449
examples:
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/rijksmuseum-research
has_or_had_label:
label_text: Rijksmuseum Research Department
has_or_had_description:
description_text: Scholarly research on Dutch art and history, with focus on Golden Age. Publishes Rijksmuseum Bulletin and monograph series.
research_center_type: RESEARCH_DEPARTMENT
research_focus_area:
- Dutch Golden Age painting
- Technical art history
- Provenance research
- Decorative arts
has_or_had_affiliated_university:
- University of Amsterdam
- Vrije Universiteit Amsterdam
has_fellows_program: true
fellows_count: 6
publishes_or_published: true
publication_series_name: Rijksmuseum Studies in Art
has_or_had_facility: true
accepts_or_accepted:
- program_type: fellowship
duration: 3-12 months
eligibility:
- PhD candidates
- Post-doctoral researchers
stipend_available: true
major_research_project:
- Rembrandt Database
- Operation Night Watch
has_or_had_quantity:
range: Quantity
inlined: true
description: Quantity of staff members. MIGRATED from staff_count (2026-01-28).
description: Major museum research department
- value:
has_or_had_identifier: https://nde.nl/ontology/hc/aux/kb-dh-lab
has_or_had_label:
label_text: KB Lab - Digital Humanities
has_or_had_description:
description_text: Digital humanities research facility focusing on computational approaches to library collections.
research_center_type: DIGITAL_HUMANITIES_CENTER
research_focus_area:
- Text mining
- Linked open data
- Machine learning for OCR
- Digital preservation
has_or_had_affiliated_university:
- Leiden University
- TU Delft
has_fellows_program: true
fellows_count: 4
accepts_or_accepted:
- program_type: short_term_visit
duration: 1-4 weeks
eligibility:
- Academic researchers
has_or_had_quantity:
range: Quantity
inlined: true
description: Quantity of staff members. MIGRATED from staff_count (2026-01-28).
description: Digital humanities research lab
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"
custodian_types_rationale: Universal utility concept