glam/schemas/20251121/linkml/modules/classes/DataServiceEndpoint.yaml

54 lines
2.7 KiB
YAML

id: https://nde.nl/ontology/hc/class/DataServiceEndpoint
name: data_service_endpoint
title: DataServiceEndpoint Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcat: http://www.w3.org/ns/dcat#
schema: http://schema.org/
hydra: http://www.w3.org/ns/hydra/core#
imports:
- linkml:types
- ../slots/has_score
- ../slots/has_url
- ../slots/required
- ../slots/has_format
classes:
DataServiceEndpoint:
abstract: true
class_uri: dcat:DataService
description: >-
Abstract service-access node representing a callable interface for
retrieval, query, or delivery operations over managed resources.
alt_descriptions:
nl: {text: Abstract servicetoegangsknooppunt dat een aanroepbare interface voor ophalen, bevragen of leveren van beheerde bronnen representeert., language: nl}
de: {text: Abstrakter Servicezugangsknoten, der eine aufrufbare Schnittstelle fuer Abruf-, Abfrage- oder Lieferoperationen darstellt., language: de}
fr: {text: Noeud abstrait d acces au service representant une interface appelable pour des operations de recuperation, requete ou livraison., language: fr}
es: {text: Nodo abstracto de acceso a servicio que representa una interfaz invocable para operaciones de recuperacion, consulta o entrega., language: es}
ar: {text: عقدة مجردة لوصول الخدمة تمثل واجهة قابلة للاستدعاء لعمليات الاسترجاع أو الاستعلام أو التسليم., language: ar}
id: {text: Simpul akses layanan abstrak yang merepresentasikan antarmuka yang dapat dipanggil untuk operasi pengambilan, kueri, atau pengiriman., language: id}
zh: {text: 表示可调用接口的抽象服务访问节点,用于检索、查询或交付操作。, language: zh}
structured_aliases:
nl: [{literal_form: service-endpoint, language: nl}]
de: [{literal_form: Service-Endpunkt, language: de}]
fr: [{literal_form: point d acces de service, language: fr}]
es: [{literal_form: punto de acceso de servicio, language: es}]
ar: [{literal_form: نقطة نهاية خدمة, language: ar}]
id: [{literal_form: endpoint layanan, language: id}]
zh: [{literal_form: 服务端点, language: zh}]
broad_mappings:
- dcat:DataService
close_mappings:
- schema:WebAPI
- hydra:ApiDocumentation
comments:
- Abstract class; use concrete endpoint subtype classes for protocol-specific behavior
slots:
- required
- has_format
- has_url
- has_score
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"