- 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.
63 lines
1.6 KiB
YAML
63 lines
1.6 KiB
YAML
id: https://nde.nl/ontology/hc/class/DigitalPlatformProfile
|
|
name: DigitalPlatformProfile
|
|
title: Digital Platform Profile
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
org: http://www.w3.org/ns/org#
|
|
dcat: http://www.w3.org/ns/dcat#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ./DigitalPlatformProvenance
|
|
- ../slots/has_metadata
|
|
- ../slots/has_status
|
|
- ../slots/has_data_quality
|
|
- ../slots/has_profile
|
|
- ../slots/has_digital_platform
|
|
- ../slots/has_contact_point
|
|
- ../slots/has_service
|
|
- ../slots/identified_by
|
|
- ../slots/has_provenance
|
|
- ../slots/related_to
|
|
- ../slots/has_url
|
|
- ../slots/has_homepage
|
|
- ../slots/has_name
|
|
- ../slots/has_type
|
|
- ../slots/refer_to
|
|
- ../slots/has_contact_details
|
|
- ../slots/has_facility
|
|
- ../slots/contain_collection
|
|
classes:
|
|
DigitalPlatformProfile:
|
|
class_uri: org:Organization
|
|
description: >-
|
|
Consolidated profile record for an organization's digital platform footprint and service metadata.
|
|
broad_mappings:
|
|
- org:Organization
|
|
close_mappings:
|
|
- schema:Organization
|
|
- dcat:Resource
|
|
related_mappings:
|
|
- prov:Entity
|
|
slots:
|
|
- has_metadata
|
|
- has_status
|
|
- has_data_quality
|
|
- has_profile
|
|
- has_digital_platform
|
|
- has_contact_point
|
|
- has_service
|
|
- identified_by
|
|
- has_provenance
|
|
- related_to
|
|
- has_url
|
|
- has_homepage
|
|
- has_name
|
|
- has_type
|
|
- refer_to
|
|
- has_contact_details
|
|
- has_facility
|
|
- contain_collection
|