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

86 lines
4.2 KiB
YAML

id: https://nde.nl/ontology/hc/class/DataFormat
name: data_format_class
title: Data Format
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dct: http://purl.org/dc/terms/
skos: http://www.w3.org/2004/02/skos/core#
default_prefix: hc
imports:
- linkml:types
- ../slots/has_description
- ../slots/has_label
- ../slots/has_type
classes:
DataFormat:
class_uri: hc:DataFormat
description: >-
Serialization profile specification used for file exchange, API payloads,
and machine-to-machine transfer.
alt_descriptions:
nl: {text: Specificatie van serialisatieprofielen voor bestandsuitwisseling, API-payloads en machine-naar-machine overdracht., language: nl}
de: {text: Spezifikation eines Serialisierungsprofils fuer Dateiaustausch, API-Payloads und maschinelle Uebertragung., language: de}
fr: {text: Specification de profil de serialisation pour echange de fichiers, charges API et transfert machine a machine., language: fr}
es: {text: Especificacion de perfil de serializacion para intercambio de archivos, cargas API y transferencia maquina a maquina., language: es}
ar: {text: مواصفة ملف تسلسلي لتبادل الملفات وحمولات واجهات البرمجة والنقل بين الآلات., language: ar}
id: {text: Spesifikasi profil serialisasi untuk pertukaran berkas, payload API, dan transfer antarmesin., language: id}
zh: {text: 用于文件交换、API负载与机器间传输的序列化规范。, language: zh}
structured_aliases:
nl: [{literal_form: bestandsindeling, language: nl}]
de: [{literal_form: Datenformatprofil, language: de}]
fr: [{literal_form: profil de serialisation, language: fr}]
es: [{literal_form: perfil de serializacion, language: es}]
ar: [{literal_form: صيغة تمثيل بيانات, language: ar}]
id: [{literal_form: profil format data, language: id}]
zh: [{literal_form: 数据序列化格式, language: zh}]
close_mappings:
- dct:MediaTypeOrExtent
- schema:encodingFormat
slots:
- has_type
- has_label
- has_description
slot_usage:
has_type:
examples:
- value: JsonFormat
- value: CsvFormat
has_label:
examples:
- value: application/json
- value: text/csv
annotations:
custodian_types: '["*"]'
custodian_types_rationale: Data representation specifications apply across digital systems.
specificity_score: 0.55
specificity_rationale: Moderately specific to exchange and interoperability contexts
DataFormatType:
class_uri: skos:Concept
abstract: true
description: >-
Abstract taxonomy node for representation-profile categories used in
system integration.
alt_descriptions:
nl: {text: Abstract taxonomieknooppunt voor categorieen van representatieprofielen in systeemintegratie., language: nl}
de: {text: Abstrakter Taxonomieknoten fuer Kategorien von Darstellungsprofilen in der Systemintegration., language: de}
fr: {text: Noeud taxonomique abstrait pour les categories de profils de representation en integration systeme., language: fr}
es: {text: Nodo taxonomico abstracto para categorias de perfiles de representacion en integracion de sistemas., language: es}
ar: {text: عقدة تصنيفية مجردة لفئات ملفات التمثيل المستخدمة في تكامل الأنظمة., language: ar}
id: {text: Simpul taksonomi abstrak untuk kategori profil representasi dalam integrasi sistem., language: id}
zh: {text: 用于系统集成中表示配置类别的抽象分类节点。, language: zh}
structured_aliases:
nl: [{literal_form: dataformaattype, language: nl}]
de: [{literal_form: Datenformattyp, language: de}]
fr: [{literal_form: type de format de donnees, language: fr}]
es: [{literal_form: tipo de formato de datos, language: es}]
ar: [{literal_form: نوع صيغة البيانات, language: ar}]
id: [{literal_form: tipe format data, language: id}]
zh: [{literal_form: 数据格式类型, language: zh}]
broad_mappings:
- skos:Concept
slots:
- has_label
- has_description