69 lines
2.3 KiB
YAML
69 lines
2.3 KiB
YAML
# DigitalPlatformV2PrimaryPlatform - Primary digital platform details
|
|
# Created for CustodianSourceFile validation compatibility
|
|
# Creation date: 2026-01-18
|
|
|
|
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
|
|
description:
|
|
range: string
|
|
description: Description 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: Any
|
|
any_of:
|
|
- range: uri
|
|
- range: string
|
|
description: Favicon URL for the platform (may be null)
|
|
og_image:
|
|
range: Any
|
|
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")
|