- Removed compliance_status slot and replaced it with has_or_had_status. - Updated has_or_had_status to use ComplianceStatus for structured representation. - Adjusted examples to reflect new structure for compliance status. - Updated documentation to indicate migration and provide details on the ComplianceStatus class.
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
|