- Updated descriptions and comments across multiple classes to improve clarity and provide additional context. - Added alternative descriptions and structured aliases for multilingual support in classes such as Restriction, RetrievalAgent, RetrievalEvent, and others. - Improved the organization of comments and examples for better understanding of class usage and relationships. - Introduced new enum for OAI-PMH verbs and a corresponding slot to indicate supported verbs by repository endpoints. - Enhanced the RoomUnit class to clarify its purpose and usage patterns, including migration notes. - General cleanup and standardization of annotations and slot usages across various classes.
65 lines
2.5 KiB
YAML
65 lines
2.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/Qualifier
|
|
name: Qualifier
|
|
title: Qualifier
|
|
description: Qualifier for an identifier or statement.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_value
|
|
classes:
|
|
Qualifier:
|
|
class_uri: schema:PropertyValue
|
|
description: >-
|
|
Supplementary attribute or contextual information attached to an identifier,
|
|
statement, or metadata element to refine its meaning or scope.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Aanvullend attribuut of contextuele informatie toegevoegd aan een identificatie,
|
|
verklaring of metadata-element om de betekenis of reikwijdte te verfijnen.
|
|
de: >-
|
|
Zusätzliches Attribut oder Kontextinformation, das an einen Identifikator,
|
|
eine Aussage oder ein Metadatenelement angehängt wird, um deren Bedeutung oder Umfang zu verfeinern.
|
|
fr: >-
|
|
Attribut supplémentaire ou information contextuelle attaché à un identifiant,
|
|
une déclaration ou un élément de métadonnées pour en affiner le sens ou la portée.
|
|
es: >-
|
|
Atributo suplementario o información contextual adjunta a un identificador,
|
|
declaración o elemento de metadatos para refinar su significado o alcance.
|
|
ar: >-
|
|
سمة تكميلية أو معلومات سياقية مرفقة بمعرف
|
|
أو بيان أو عنصر بيانات وصفية لتحديد معناه أو نطاقه.
|
|
id: >-
|
|
Atribut tambahan atau informasi kontekstual yang dilampirkan ke pengidentifikasi,
|
|
pernyataan, atau elemen metadata untuk memperhalus makna atau cakupannya.
|
|
zh: >-
|
|
附加到标识符、陈述或元数据元素的补充属性或上下文信息,
|
|
用于细化其含义或范围。
|
|
broad_mappings:
|
|
- schema:PropertyValue
|
|
- schema:StructuredValue
|
|
keywords:
|
|
- qualifier
|
|
- modifier
|
|
- contextual attribute
|
|
structured_aliases:
|
|
- literal_form: kwalificatie
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Qualifikator
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: qualificatif
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
slots:
|
|
- has_value
|
|
comments:
|
|
- Used to express qualifying information attached to a statement or identifier
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|