106 lines
3.1 KiB
YAML
106 lines
3.1 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/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
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
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
exact_mappings:
|
|
- hc:researchPrograms
|