- Introduced `founding_date`, `founding_date_diocese`, and `fr` slots for capturing founding dates and French language text. - Created `collects_or_collected`, `has_or_had_objective`, `has_or_had_percentage`, `has_or_had_place`, `has_or_had_reply`, `has_or_had_web_page`, `is_or_was_acquired_by`, `is_or_was_appreciated`, `is_or_was_founded_through`, `is_or_was_part_of`, `is_or_was_part_of_total`, `start_of_the_start`, `takes_or_took_comission`, and `was_fetched_at` slots to enhance data modeling capabilities. - Each slot includes detailed descriptions, examples, and ontology alignments to ensure clarity and usability. - Migration notes added for slots transitioned from previous definitions to maintain historical context and facilitate understanding of changes.
49 lines
1.9 KiB
YAML
49 lines
1.9 KiB
YAML
# DigitalPlatformV2OrganizationProfile - Detailed organization profile
|
|
# Created for CustodianSourceFile validation compatibility
|
|
# Creation date: 2026-01-18
|
|
|
|
id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2OrganizationProfile
|
|
name: DigitalPlatformV2OrganizationProfile
|
|
title: DigitalPlatformV2OrganizationProfile
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
# MIGRATED 2026-01-22: founding_date → is_or_was_founded_through + FoundingEvent (Rule 53)
|
|
- ../slots/is_or_was_founded_through
|
|
- ./FoundingEvent
|
|
default_range: string
|
|
|
|
classes:
|
|
DigitalPlatformV2OrganizationProfile:
|
|
description: Detailed profile of the organization including type, scope, and description
|
|
class_uri: schema:Organization
|
|
slots:
|
|
- is_or_was_founded_through # was: founding_date attribute - migrated per Rule 53 (2026-01-22)
|
|
slot_usage:
|
|
# MIGRATED 2026-01-22: founding_date → is_or_was_founded_through + FoundingEvent (Rule 53)
|
|
is_or_was_founded_through:
|
|
description: |
|
|
The founding event for this organization.
|
|
Migrated from founding_date attribute per slot_fixes.yaml revision.
|
|
range: FoundingEvent
|
|
inlined: true
|
|
attributes:
|
|
organization_type:
|
|
range: string
|
|
description: Type classification (Municipal library, Museum, Archive, etc.)
|
|
scope:
|
|
range: string
|
|
description: Geographic or thematic scope (local, regional, national, international)
|
|
description:
|
|
range: string
|
|
description: Detailed description of the organization and its activities
|
|
# REMOVED: founding_date - migrated to is_or_was_founded_through (Rule 53, 2026-01-22)
|
|
history:
|
|
range: string
|
|
description: Brief organizational history
|