Schema Migration Fixes: - Fix YAML import indentation in ~650 slot files (linkml:types and enum imports) - Rename slot reference: has_or_had_holds_record_set_type → hold_or_held_record_set_type (70+ archive class files, main schema, manifest.json) - Fix ProvenanceBlock.yaml: remove invalid any_of range, use string with multivalued - Fix has_or_had_provenance.yaml: remove nested template_specificity from annotations Validation Status: - 0 errors (was multiple import/reference errors) - 30 warnings (missing descriptions on inline slots, intentional SCREAMING_CASE names) Files changed: ~3,850 (slots, classes, main schema, manifest)
95 lines
2.7 KiB
YAML
95 lines
2.7 KiB
YAML
id: https://nde.nl/ontology/hc/slot/research_program
|
|
name: research_program_slot
|
|
title: Research Programs Slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
research_program:
|
|
slot_uri: hc:researchPrograms
|
|
description: 'Active research programs, conservation projects, or scientific initiatives
|
|
|
|
conducted by the institution. Multi-valued field capturing all major programs.
|
|
|
|
|
|
**Conservation Research**:
|
|
|
|
- "Endangered species breeding programs" - Ex-situ conservation
|
|
|
|
- "Reintroduction programs" - Releasing captive-bred animals to wild
|
|
|
|
- "Habitat restoration research" - Ecosystem recovery studies
|
|
|
|
- "Climate change adaptation" - Species response to warming
|
|
|
|
|
|
**Behavioral and Welfare Research**:
|
|
|
|
- "Animal cognition studies" - Intelligence, problem-solving
|
|
|
|
- "Enrichment program development" - Animal welfare improvements
|
|
|
|
- "Social behavior research" - Group dynamics, communication
|
|
|
|
- "Animal welfare assessment" - Health and wellbeing metrics
|
|
|
|
|
|
**Taxonomic and Systematic Research**:
|
|
|
|
- "Plant taxonomy and classification" - Naming and organizing species
|
|
|
|
- "DNA barcoding projects" - Genetic identification
|
|
|
|
- "Phylogenetic studies" - Evolutionary relationships
|
|
|
|
- "New species discovery" - Field expeditions, specimen analysis
|
|
|
|
|
|
**Horticultural and Agricultural Research**:
|
|
|
|
- "Crop wild relatives conservation" - Preserving genetic diversity
|
|
|
|
- "Heirloom variety preservation" - Historic cultivars
|
|
|
|
- "Propagation technique development" - Cultivation methods
|
|
|
|
- "Invasive species control" - Prevention and management
|
|
|
|
|
|
**Biomedical and Applied Research**:
|
|
|
|
- "Veterinary medicine research" - Animal health studies
|
|
|
|
- "Reproductive biology" - Assisted reproduction techniques
|
|
|
|
- "Disease ecology" - Wildlife pathogen studies
|
|
|
|
- "Bioprospecting" - Discovering useful compounds from organisms
|
|
|
|
|
|
**Examples**:
|
|
|
|
- Artis: ["Amphibian conservation", "Primate behavior", "Marine invertebrate ecology"]
|
|
|
|
- Kew Gardens: ["Plant taxonomy", "Seed bank preservation", "Medicinal plant research"]
|
|
|
|
- San Diego Zoo: ["Giant panda reproduction", "California condor reintroduction"]
|
|
|
|
- Burgers'' Zoo: ["Tropical rainforest ecology", "Coral reef restoration"]
|
|
|
|
|
|
**Ontology Alignment**:
|
|
|
|
- Maps to `schema:ResearchProject` in Schema.org
|
|
|
|
- Related to VIVO ontology research activity classes
|
|
|
|
'
|
|
range: string
|
|
multivalued: true
|
|
comments:
|
|
- schema:ResearchProject is a class, not a predicate - use hc namespace
|