glam/schemas/20251121/linkml/modules/classes/DigitalPlatformV2PrimaryPlatform.yaml
kempersc ca4a54181e Refactor schema files to improve clarity and maintainability
- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting.
- Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes.
- Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting.
- Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting.
- Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability.
- Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability.
- Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name.
- Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity.
- Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity.
- Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity.
- Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
2026-01-31 00:46:23 +01:00

64 lines
2.1 KiB
YAML

id: https://nde.nl/ontology/hc/classes/DigitalPlatformV2PrimaryPlatform
name: DigitalPlatformV2PrimaryPlatform
title: DigitalPlatformV2PrimaryPlatform
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
default_range: string
classes:
DigitalPlatformV2PrimaryPlatform:
description: Primary digital platform or website for the organization
class_uri: schema:WebSite
attributes:
platform_id:
range: string
description: Internal identifier for the platform
platform_url:
range: uri
description: URL of the platform
platform_type:
range: string
description: Type of platform (regional_library_portal, institutional_website, etc.)
platform_status:
range: string
description: Status of the platform (ACTIVE, INACTIVE, ARCHIVED, etc.)
platform_name:
range: string
description: Name of the platform
language:
range: string
description: Primary language of the platform
collection_urls:
range: uri
multivalued: true
inlined_as_list: true
description: URLs to digital collections
favicon:
range: string
any_of:
- range: uri
- range: string
description: Favicon URL for the platform (may be null)
og_image:
range: string
any_of:
- range: uri
- range: string
description: Open Graph image URL for social sharing (may be null)
content_types:
range: string
multivalued: true
inlined_as_list: true
description: Types of content available on the platform (organization_profile, research_information, heritage_documentation,
etc.)
status:
range: string
description: Platform accessibility status (e.g., "HTTP 403 - Website not publicly accessible")
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: '[''*'']'