- Updated descriptions and titles for CantonalArchiveRecordSetType and CantonalArchiveRecordSetTypes to improve clarity and consistency. - Added multilingual alt_descriptions and structured_aliases for better accessibility and understanding across languages. - Refined slot usage and annotations for CantonalGovernmentFonds and CantonalLegislationCollection to align with RiC-O principles. - Enhanced Capacity class with detailed descriptions, alt_descriptions, and structured_aliases for various capacity types, including Volume, Shelf Length, Floor Area, Item Count, Weight, and Seating capacities. - Introduced a new rule for describing archive organization types to emphasize their institutional context rather than just record types.
157 lines
5.5 KiB
YAML
157 lines
5.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/Author
|
|
name: author_class
|
|
title: Author Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
bf: http://id.loc.gov/ontologies/bibframe/
|
|
bibo: http://purl.org/ontology/bibo/
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
imports:
|
|
- linkml:types
|
|
- ../enums/AuthorRoleEnum
|
|
- ../metadata
|
|
- ../slots/has_description
|
|
- ../slots/identified_by
|
|
- ../slots/has_label
|
|
- ../slots/has_name
|
|
- ../slots/has_role
|
|
- ../slots/has_score
|
|
- ../slots/affiliated_with
|
|
default_prefix: hc
|
|
classes:
|
|
Author:
|
|
class_uri: schema:Person
|
|
description: >-
|
|
Individual or organization responsible for creating a creative or documentary work.
|
|
Models creators of heritage custodian outputs such as exhibition catalogs,
|
|
research publications, finding aids, and institutional reports.
|
|
alt_descriptions:
|
|
nl:
|
|
text: >-
|
|
Persoon of organisatie die verantwoordelijk is voor het creëren van een creatief
|
|
of documentair werk. Modellleert makers van erfgoedinstelling-uitvoer zoals
|
|
tentoonstellingscatalogi, onderzoekspublicaties, inventarissen en rapporten.
|
|
de:
|
|
text: >-
|
|
Einzelperson oder Organisation, die für die Erstellung eines kreativen oder
|
|
dokumentarischen Werks verantwortlich ist. Modelliert Urheber von Erbe-Einrichtungen
|
|
wie Ausstellungskataloge, Forschungspublikationen, Findmittel und Berichte.
|
|
fr:
|
|
text: >-
|
|
Personne ou organisation responsable de la création d'une œuvre créative ou
|
|
documentaire. Modélise les créateurs de productions d'institutions patrimoniales
|
|
telles que les catalogues d'exposition, les publications de recherche, les
|
|
instruments de recherche et les rapports.
|
|
es:
|
|
text: >-
|
|
Persona u organización responsable de crear una obra creativa o documental.
|
|
Modela a los creadores de productos de custodios patrimoniales como catálogos
|
|
de exposiciones, publicaciones de investigación, guías de archivos e informes.
|
|
ar:
|
|
text: >-
|
|
فرد أو منظمة مسؤولة عن إنشاء عمل إبداعي أو وثائقي. يمثل منشئي مخرجات
|
|
مؤسسات التراث مثل فهارس المعارض والمنشورات البحثية والأدلة والتقارير.
|
|
id:
|
|
text: >-
|
|
Individu atau organisasi yang bertanggung jawab untuk membuat karya kreatif
|
|
atau dokumentaris. Memodelkan pencipta output lembaga warisan seperti katalog
|
|
pameran, publikasi penelitian, panduan arsip, dan laporan.
|
|
zh:
|
|
text: >-
|
|
负责创作创意或文献作品的个人或组织。建模遗产机构产出(如展览目录、研究出版物、
|
|
查找辅助工具和报告)的创作者。
|
|
broad_mappings:
|
|
- schema:Person
|
|
- foaf:Person
|
|
close_mappings:
|
|
- bf:Agent
|
|
- rico:Agent
|
|
related_mappings:
|
|
- bf:Contribution
|
|
- dcterms:creator
|
|
slots:
|
|
- has_name
|
|
- has_role
|
|
- affiliated_with
|
|
- identified_by
|
|
- has_label
|
|
- has_description
|
|
- has_score
|
|
slot_usage:
|
|
has_name:
|
|
required: true
|
|
examples:
|
|
- value: Jan de Vries
|
|
- value: Rijksmuseum Research Department
|
|
has_role:
|
|
range: AuthorRoleEnum
|
|
required: false
|
|
ifabsent: string(AUTHOR)
|
|
examples:
|
|
- value: AUTHOR
|
|
- value: EDITOR
|
|
affiliated_with:
|
|
required: false
|
|
examples:
|
|
- value: Rijksmuseum Amsterdam
|
|
- value: Universiteit van Amsterdam
|
|
identified_by:
|
|
required: false
|
|
examples:
|
|
- value: https://orcid.org/0000-0001-2345-6789
|
|
- value: https://viaf.org/viaf/12345678
|
|
structured_aliases:
|
|
- literal_form: auteur
|
|
in_language: nl
|
|
- literal_form: Autor
|
|
in_language: de
|
|
- literal_form: auteur
|
|
in_language: fr
|
|
- literal_form: autor
|
|
in_language: es
|
|
- literal_form: مؤلف
|
|
in_language: ar
|
|
- literal_form: penulis
|
|
in_language: id
|
|
- literal_form: 作者
|
|
in_language: zh
|
|
comments:
|
|
- Replaces simple string author lists with structured data
|
|
- Supports both individual and organizational authors
|
|
- Includes roles (author, editor, compiler, translator, illustrator, contributor)
|
|
- Can link to identifier systems (ORCID, VIAF)
|
|
- Author types include individual persons, organizations, anonymous, and collective
|
|
keywords:
|
|
- authorship
|
|
- creator
|
|
- attribution
|
|
- contributor
|
|
- bibliographic
|
|
- creative work
|
|
see_also:
|
|
- https://schema.org/author
|
|
- https://schema.org/Person
|
|
- http://id.loc.gov/ontologies/bibframe/Contribution
|
|
examples:
|
|
- value:
|
|
has_name: Jan de Vries
|
|
has_role: AUTHOR
|
|
affiliated_with: Rijksmuseum Amsterdam
|
|
identified_by: https://orcid.org/0000-0001-2345-6789
|
|
description: Individual author with ORCID and affiliation
|
|
- value:
|
|
has_name: Maria van Dijk
|
|
has_role: EDITOR
|
|
description: Editor role
|
|
- value:
|
|
has_name: Rijksmuseum Research Department
|
|
has_role: AUTHOR
|
|
description: Organizational author
|
|
annotations:
|
|
specificity_score: 0.35
|
|
specificity_rationale: Authorship is broadly useful for creative/documentary works.
|
|
custodian_types: "['*']"
|