glam/schemas/20251121/linkml/modules/classes/AccessInterface.yaml
kempersc 4516e9ae23 Enhance accreditation and acquisition schemas with detailed descriptions, examples, and multilingual support
- Updated Accreditation class with comprehensive descriptions, alt_descriptions in multiple languages, and examples of accreditation types.
- Revised AccreditationBody class to clarify its role and added multilingual alt_descriptions.
- Improved AccreditationEvent class to detail the processes involved in granting accreditation, including temporal aspects and examples.
- Expanded Accumulation class to define the period of record gathering with examples and multilingual support.
- Enhanced AccuracyLevel class to provide a clearer definition of accuracy assessments with examples and multilingual descriptions.
- Refined Acquisition class to capture the event of obtaining objects for collections, including methods and examples.
- Updated AcquisitionEvent class to document the transfer of materials, including origin and method, with examples and multilingual support.
- Improved AcquisitionMethod class to categorize acquisition methods with detailed descriptions and examples.
- Added a new rule for verifying Wikidata mappings to ensure semantic accuracy and relevance.
2026-02-14 23:09:30 +01:00

104 lines
3.8 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

id: https://nde.nl/ontology/hc/class/AccessInterface
name: AccessInterface
title: Access Interface
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
- ../slots/has_url
classes:
AccessInterface:
description: >-
Technical endpoint or portal through which digital heritage resources can
be retrieved or consulted, such as APIs, web portals, or database interfaces.
alt_descriptions:
nl: >-
Technisch eindpunt of portal waarmee digitale erfgoedbronnen kunnen worden
opgehaald of geraadpleegd, zoals API's, webportalen of database-interfaces.
de: >-
Technischer Endpunkt oder Portal, ueber den digitale Kulturerberessourcen
abgerufen oder konsultiert werden koennen, wie APIs, Webportale oder
Datenbankschnittstellen.
fr: >-
Point de terminaison technique ou portail permettant de recuperer ou
consulter des ressources patrimoniales numeriques, telles que des API,
portails web ou interfaces de base de donnees.
es: >-
Punto final tecnico o portal a traves del cual se pueden recuperar o
consultar recursos patrimoniales digitales, como API, portales web o
interfaces de bases de datos.
ar: >-
نقطة نهاية تقنية أو بوابة يمكن من خلالها استرجاع أو استشارة موارد
التراث الرقمي، مثل واجهات برمجة التطبيقات أو البوابات الإلكترونية.
id: >-
Endpoint teknis atau portal yang memungkinkan sumber daya warisan digital
diambil atau dikonsultasikan, seperti API, portal web, atau antarmuka basis
data.
zh: >-
可以检索或查阅数字遗产资源的技术端点或门户如API、门户网站或数据库接口。
examples:
- value:
has_label: OAI-PMH Endpoint
has_url: https://archive.example.org/oai-pmh
has_description: OAI-PMH service for harvesting collection metadata
description: OAI-PMH metadata harvesting interface
- value:
has_label: IIIF Image API
has_url: https://museum.example.org/iiif/2/
has_description: IIIF Image API for high-resolution image delivery
description: IIIF image delivery service
- value:
has_label: SPARQL Endpoint
has_url: https://data.example.org/sparql
has_description: SPARQL query interface for linked open data
description: Linked data query interface
class_uri: dcat:DataService
slots:
- has_url
- has_label
- has_description
structured_aliases:
- literal_form: toegangsinterface
in_language: nl
- literal_form: Zugriffsschnittstelle
in_language: de
- literal_form: interface d'acces
in_language: fr
- literal_form: interfaz de acceso
in_language: es
- literal_form: واجهة الوصول
in_language: ar
- literal_form: antarmuka akses
in_language: id
- literal_form: 访问接口
in_language: zh
keywords:
- API
- portal
- OAI-PMH
- IIIF
- SPARQL
- web service
- database interface
- digital access
slot_usage:
has_url:
range: uri
inlined: false
required: true
broad_mappings:
- dcat:DataService
- skos:Concept
comments:
- Migrated from has_access_interface_url slot per Rule 53
- Follows DCAT DataService model for machine-accessible data services
annotations:
specificity_score: "0.4"
specificity_rationale: Specific to technical access interfaces
custodian_types: "['*']"