- Updated descriptions and classifications for Diocesan and District Archive record types to enhance clarity and alignment with archival standards. - Introduced structured aliases and alternative descriptions in multiple languages for key classes, improving accessibility and usability. - Enhanced the Documentation and Documentation Centre classes with clearer definitions and broader mappings to relevant ontologies. - Refined the DispositionService and DispositionServiceType schemas to better reflect operational contexts and service classifications. - General cleanup of unused prefixes and redundant annotations across various schema files to streamline the overall structure.
27 lines
739 B
YAML
27 lines
739 B
YAML
id: https://nde.nl/ontology/hc/class/DigitalPlatformPrimaryPlatform
|
|
name: DigitalPlatformPrimaryPlatform
|
|
title: Digital Platform Primary Platform
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcat: http://www.w3.org/ns/dcat#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
DigitalPlatformPrimaryPlatform:
|
|
class_uri: schema:WebSite
|
|
description: >-
|
|
Primary web surface designated as the main public access point for an organization.
|
|
exact_mappings:
|
|
- schema:WebSite
|
|
close_mappings:
|
|
- schema:WebApplication
|
|
- dcat:DataService
|
|
slots:
|
|
- identified_by
|
|
- has_url
|
|
- has_type
|
|
- has_label
|
|
- in_language
|