- Updated descriptions for EADDownload, EBook, EcclesiasticalProvince, EconomicArchive, EconomicArchiveRecordSetType, Edition, Editor, Education, EducationFacilityType, EducationLevel, and EducationProviderSubtype to improve clarity and multilingual support. - Introduced alternative descriptions and structured aliases for better localization. - Adjusted mappings to align with broader and close ontology relationships. - Added new ConflictTypes schema with detailed classifications for various crisis categories affecting heritage.
79 lines
3.3 KiB
YAML
79 lines
3.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/Format
|
|
name: Format
|
|
title: Format
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
premis: http://www.loc.gov/premis/rdf/v3/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
classes:
|
|
Format:
|
|
class_uri: dct:MediaType
|
|
description: >-
|
|
Structured media or encoding format designation for files, documents,
|
|
APIs, and preservation objects.
|
|
alt_descriptions:
|
|
nl: {text: Gestructureerde aanduiding van media- of coderingsformaat voor bestanden, documenten, API s en preservatieobjecten., language: nl}
|
|
de: {text: Strukturierte Bezeichnung von Medien- oder Kodierungsformaten fuer Dateien, Dokumente, APIs und Erhaltungsobjekte., language: de}
|
|
fr: {text: Designation structuree de format media ou d encodage pour fichiers, documents, API et objets de preservation., language: fr}
|
|
es: {text: Designacion estructurada de formato de medio o codificacion para archivos, documentos, API y objetos de preservacion., language: es}
|
|
ar: {text: تسمية منظمة لصيغة الوسائط أو الترميز للملفات والوثائق وواجهات API وكائنات الحفظ الرقمي., language: ar}
|
|
id: {text: Penetapan terstruktur format media atau pengodean untuk berkas, dokumen, API, dan objek preservasi., language: id}
|
|
zh: {text: 面向文件、文档、API 与保存对象的结构化媒体或编码格式标识。, language: zh}
|
|
structured_aliases:
|
|
nl: [{literal_form: bestandsformaat, language: nl}]
|
|
de: [{literal_form: Dateiformat, language: de}]
|
|
fr: [{literal_form: format de fichier, language: fr}]
|
|
es: [{literal_form: formato de archivo, language: es}]
|
|
ar: [{literal_form: تنسيق ملف, language: ar}]
|
|
id: [{literal_form: format berkas, language: id}]
|
|
zh: [{literal_form: 文件格式, language: zh}]
|
|
slots:
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
exact_mappings:
|
|
- dct:MediaType
|
|
close_mappings:
|
|
- schema:encodingFormat
|
|
- premis:Format
|
|
examples:
|
|
- value:
|
|
format_id: iana:application/xml+ead
|
|
format_name: Encoded Archival Description (EAD)
|
|
mime_type: application/xml
|
|
file_extension:
|
|
- .xml
|
|
- .ead
|
|
format_specification_url: https://www.loc.gov/ead/
|
|
description: EAD finding aid format
|
|
- value:
|
|
format_id: iana:text/vtt
|
|
format_name: WebVTT (Web Video Text Tracks)
|
|
mime_type: text/vtt
|
|
file_extension:
|
|
- .vtt
|
|
format_specification_url: https://www.w3.org/TR/webvtt1/
|
|
description: WebVTT subtitle/caption format
|
|
- value:
|
|
format_id: iana:application/pdf
|
|
format_name: Portable Document Format (PDF)
|
|
mime_type: application/pdf
|
|
file_extension:
|
|
- .pdf
|
|
format_specification_url: https://www.iso.org/standard/75839.html
|
|
description: PDF document format
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: Format specifications applicable to all custodian
|
|
types.
|
|
specificity_score: 0.25
|
|
specificity_rationale: Broadly applicable - formats used across all heritage
|
|
custodian types.
|