glam/schemas/20251121/linkml/modules/classes/ResearchCenter.yaml
kempersc 4319f38c05 Add archived slots for audience size, audience type, and capacity metrics
- Created new YAML files for audience size and audience type slots, defining their properties and annotations.
- Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges.
- Introduced a template specificity slot for context-aware RAG filtering.
- Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
2026-01-17 18:53:23 +01:00

295 lines
13 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_custodian_type
- ../slots/fellows_count
- ../slots/has_fellows_program
- ../slots/has_publication_series
- ../slots/has_research_library
- ../slots/major_research_project
- ../slots/publication_series_name
# MIGRATED 2026-01-15: research_center_* slots replaced with shared slots per Rule 53
- ../slots/has_or_had_identifier # was: research_center_id
- ../slots/has_or_had_label # was: research_center_name
- ../slots/has_or_had_description # migrated from has_or_had_description per Rule 55 # was: research_center_description
- ./Label
- ./Description
- ../slots/research_center_type
- ../slots/research_focus_area
- ../slots/specificity_annotation
- ../slots/staff_count
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- ../slots/is_or_was_derived_from # was: was_derived_from - migrated per Rule 53
- ../slots/is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
- ./SpecificityAnnotation
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
- ./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_custodian_type
- fellows_count
- has_fellows_program
- has_publication_series
- has_research_library
- major_research_project
- publication_series_name
# MIGRATED 2026-01-15: research_center_* slots replaced with shared slots per Rule 53
- has_or_had_description # was: research_center_description
- has_or_had_identifier # was: research_center_id
- has_or_had_label # was: research_center_name
- research_center_type
- research_focus_area
- specificity_annotation
- staff_count
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
- is_or_was_derived_from # was: was_derived_from - migrated per Rule 53
- is_or_was_generated_by # was: was_generated_by - migrated per Rule 53
slot_usage:
# MIGRATED 2026-01-15: research_center_* slots replaced with shared slots per Rule 53
has_or_had_identifier: # was: research_center_id
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: # was: research_center_name
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: # was: has_or_had_description # was: research_center_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
has_publication_series:
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_research_library:
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
staff_count:
range: integer
examples:
- value: 15
description: Research staff count
is_or_was_derived_from: # was: was_derived_from - migrated per Rule 53
range: CustodianObservation
multivalued: true
required: false
is_or_was_generated_by: # was: was_generated_by - migrated per Rule 53
range: ReconstructionActivity
required: false
has_or_had_custodian_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:
# MIGRATED 2026-01-15: research_center_* slots replaced with shared slots per Rule 53
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: # was: 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
has_publication_series: true
publication_series_name: Rijksmuseum Studies in Art
has_research_library: 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
staff_count: 20
description: Major museum research department
- value:
# MIGRATED 2026-01-15: research_center_* slots replaced with shared slots per Rule 53
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: # was: 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"
staff_count: 8
description: Digital humanities research lab