- Renamed `has_or_had_auxiliary_entities` to `is_or_was_associated_with` in DigitalPlatform.yaml to align with naming conventions. - Updated examples in DigitalPlatform.yaml to reflect new slot names and types. - Migrated `has_av_equipment` to `has_or_had_equipment` in EducationCenter.yaml, including detailed descriptions and examples. - Consolidated archival references by migrating `archival_reference` to `has_or_had_identifier` in InformationCarrier.yaml. - Removed deprecated slots: `has_authority_file_name`, `has_authority_file_url`, `has_auxiliary_place`, `has_auxiliary_place_type`, `has_auxiliary_platform`, `has_auxiliary_platform_type`, and `has_av_equipment`, archiving their definitions. - Updated slot fixes to reflect the migration of various slots to more generic or appropriate counterparts, ensuring all changes are documented with processing notes.
51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
# Age class
|
|
# Represents an age or age range, often for demographic or restriction purposes
|
|
#
|
|
# Generation date: 2026-01-27
|
|
# Rule compliance: 0b, 38, 39, 53
|
|
#
|
|
# Created for has_age migration
|
|
|
|
id: https://nde.nl/ontology/hc/class/Age
|
|
name: Age
|
|
title: Age Class
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_quantity
|
|
- ../slots/has_or_had_unit
|
|
- ../slots/has_or_had_description
|
|
|
|
classes:
|
|
Age:
|
|
class_uri: schema:QuantitativeValue
|
|
description: |
|
|
Represents an age or age range.
|
|
|
|
**Examples**:
|
|
- "18 years"
|
|
- "25-35 years"
|
|
|
|
**Ontological Alignment**:
|
|
- `schema:QuantitativeValue`: Allows specifying value, minValue, maxValue, and unitCode.
|
|
slots:
|
|
- has_or_had_quantity
|
|
- has_or_had_unit
|
|
- has_or_had_description
|
|
slot_usage:
|
|
has_or_had_quantity:
|
|
range: integer
|
|
description: The age value (in years).
|
|
required: true
|
|
has_or_had_unit:
|
|
description: Unit of time (usually "years", "months").
|
|
range: string
|
|
required: false
|