- Updated descriptions in `WikidataOrganization`, `WikidataRecognition`, `WikidataResolvedEntities`, `WikidataSitelinks`, `WikidataSocialMedia`, `WikidataTemporal`, `WikidataTimeValue`, `WikidataWeb`, `WomensArchives`, `WomensArchivesRecordSetType`, `WomensArchivesRecordSetTypes`, `WordCount`, `WorkRevision`, `WorldCatIdentifier`, `WorldHeritageSite`, `WritingSystem`, `XPath`, `XPathScore`, `YoutubeChannel`, `YoutubeComment`, `YoutubeTranscript`, and `YoutubeVideo` to enhance readability and precision. - Adjusted mappings and slot usage in various schemas to align with updated descriptions and improve data structure. - Added new synonyms in multiple languages for better localization support.
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
id: https://nde.nl/ontology/hc/class/digital-platform
|
|
name: digital_platform_class
|
|
title: DigitalPlatform Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcat: http://www.w3.org/ns/dcat#
|
|
doap: http://usefulinc.com/ns/doap#
|
|
prov: http://www.w3.org/ns/prov#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_endpoint
|
|
- ../slots/has_url
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_type
|
|
- ../slots/has_level
|
|
- ../slots/refer_to
|
|
- ../slots/has_standard
|
|
- ../slots/has_linked_data
|
|
- ../slots/temporal_extent
|
|
- ../slots/has_score
|
|
- ../slots/derive_from
|
|
- ../slots/generated_by
|
|
classes:
|
|
DigitalPlatform:
|
|
is_a: ReconstructedEntity
|
|
class_uri: schema:WebSite
|
|
description: >-
|
|
Digital service surface operated by a custodian for discovery, access, and delivery of heritage resources.
|
|
close_mappings:
|
|
- schema:WebSite
|
|
- schema:WebApplication
|
|
- dcat:DataService
|
|
- dcat:Catalog
|
|
- doap:Project
|
|
related_mappings:
|
|
- schema:SoftwareApplication
|
|
- prov:Entity
|
|
slots:
|
|
- has_endpoint
|
|
- has_url
|
|
- identified_by
|
|
- has_label
|
|
- has_type
|
|
- has_level
|
|
- refer_to
|
|
- has_standard
|
|
- has_linked_data
|
|
- temporal_extent
|
|
- has_score
|
|
- derive_from
|
|
- generated_by
|
|
slot_usage:
|
|
refer_to:
|
|
range: Custodian
|
|
required: true
|