- Added new aliases for existing slots to improve clarity and usability, including: - has_deadline: has_embargo_end_date - has_extent: has_extent_text - has_fonds: has_fond - has_laboratory: conservation_lab - has_language: has_iso_code639_1, has_iso_code639_3 - has_legal_basis: legal_basis - has_light_exposure: max_light_lux - has_measurement_unit: has_unit - has_note: has_custodian_observation - has_occupation: occupation - has_operating_hours: has_operating_hours - has_position: position - has_quantity: has_artwork_count, link_count - has_roadmap: review_date - has_skill: skill - has_speaker: speaker_label - has_specification: specification_url - has_statement: rights_statement_url, rights_statement - has_type: custodian_only - has_user_category: serves_visitors_only - hold_record_set: record_count - identified_by: has_index_number - in_period: has_period - in_place: has_place - in_series: has_series - measure: has_measurement - measured_on: measurement_date - organized_by: has_organizer - originate_from: has_origin - part_of: suborganization_of - published_on: has_publication_date - receive_investment: has_investment - related_to: connection_heritage_type - require: preservation_requirement - safeguarded_by: current_keeper, record_holder_note - state: states_or_stated - take_comission: takes_or_took_comission - take_place_at: takes_or_took_place_at - transmit_through: transmits_or_transmitted_through - warrant: warrants_or_warranted - Introduced a new slot definition for evaluated_through to capture evaluation methodologies and review statuses.
187 lines
8.4 KiB
YAML
187 lines
8.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/research-center
|
|
name: research_center_class
|
|
title: ResearchCenter Class
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/ResearchCenterTypeEnum
|
|
- ../slots/accept
|
|
- ../slots/has_description
|
|
- ../slots/has_facility
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_quantity
|
|
- ../slots/has_score
|
|
- ../slots/has_type
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
- ../slots/in_project
|
|
- ../slots/publish
|
|
- ../slots/focus_on
|
|
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:
|
|
- accept
|
|
- has_type
|
|
- publish
|
|
- has_facility
|
|
- in_project
|
|
- has_description
|
|
- identified_by
|
|
- has_label
|
|
- has_type
|
|
- focus_on
|
|
- has_quantity
|
|
- has_score
|
|
- derive_from
|
|
- generated_by
|
|
slot_usage:
|
|
identified_by:
|
|
# range: string # uriorcurie
|
|
required: true
|
|
identifier: true
|
|
examples:
|
|
- value: https://nde.nl/ontology/hc/aux/rijksmuseum-research
|
|
has_label:
|
|
# range: string
|
|
required: true
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
examples:
|
|
- value:
|
|
label_text: Rijksmuseum Research Department
|
|
- value:
|
|
label_text: KB Digital Humanities Lab
|
|
- value:
|
|
label_text: NIOD Institute for War, Holocaust and Genocide Studies
|
|
has_description:
|
|
# range: string
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
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.
|
|
has_type:
|
|
range: ResearchCenterTypeEnum
|
|
required: true
|
|
examples:
|
|
- value: RESEARCH_DEPARTMENT
|
|
- value: DIGITAL_HUMANITIES_CENTER
|
|
- value: RESEARCH_INSTITUTE
|
|
focus_on:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Dutch Golden Age painting
|
|
- value: Technical art history
|
|
- value: Provenance research
|
|
- value: Leiden University
|
|
publish:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
- value: Rijksmuseum Bulletin
|
|
has_facility:
|
|
range: boolean
|
|
examples:
|
|
- value: true
|
|
accept:
|
|
range: VisitingScholar
|
|
inlined: true
|
|
multivalued: true
|
|
examples:
|
|
- value:
|
|
in_project:
|
|
# range: string
|
|
multivalued: true
|
|
examples:
|
|
- value: Rembrandt Database
|
|
- value: Operation Night Watch
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
derive_from:
|
|
range: CustodianObservation
|
|
multivalued: true
|
|
required: false
|
|
generated_by:
|
|
range: ReconstructionActivity
|
|
required: false
|
|
has_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:
|
|
identified_by: https://nde.nl/ontology/hc/aux/rijksmuseum-research
|
|
has_label:
|
|
label_text: Rijksmuseum Research Department
|
|
has_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
|
|
publishes_or_published: true
|
|
has_facility: true
|
|
accept:
|
|
- program_type: fellowship
|
|
in_project:
|
|
- Rembrandt Database
|
|
- Operation Night Watch
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
- value:
|
|
identified_by: https://nde.nl/ontology/hc/aux/kb-dh-lab
|
|
has_label:
|
|
label_text: KB Lab - Digital Humanities
|
|
has_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
|
|
accept:
|
|
- program_type: short_term_visit
|
|
has_quantity:
|
|
range: integer
|
|
inlined: false # Fixed invalid inline for primitive type
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|