- 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/ProvenancePath
|
|
name: ProvenancePath
|
|
title: Provenance Path
|
|
description: A path or chain of provenance.
|
|
prefixes:
|
|
rov: http://www.w3.org/ns/regorg#
|
|
linkml: https://w3id.org/linkml/
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
wd: http://www.wikidata.org/entity/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
classes:
|
|
ProvenancePath:
|
|
class_uri: prov:Plan
|
|
description: >-
|
|
Ordered sequence of ownership transfers or custody changes forming
|
|
a complete provenance chain from creation to current location.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Geordende reeks eigendomsoverdrachten of bewaringswijzigingen die
|
|
een volledige herkomstketen vormt van creatie tot huidige locatie.
|
|
de: >-
|
|
Geordnete Folge von Eigentumsübertragungen oder Verwahrungsänderungen,
|
|
die eine vollständige Provenienzkette von der Schöpfung bis zum aktuellen Standort bildet.
|
|
fr: >-
|
|
Séquence ordonnée de transferts de propriété ou de changements de garde
|
|
formant une chaîne de provenance complète de la création à l'emplacement actuel.
|
|
es: >-
|
|
Secuencia ordenada de transferencias de propiedad o cambios de custodia
|
|
que forman una cadena de procedencia completa desde la creación hasta la ubicación actual.
|
|
ar: >-
|
|
تسلسل مرتب من نقل الملكية أو تغييرات الحيازة
|
|
يشكل سلسلة منشأ كاملة من الإنشاء إلى الموقع الحالي.
|
|
id: >-
|
|
Urutan terurut transfer kepemilikan atau perubahan pengawasan
|
|
yang membentuk rantai provenance lengkap dari penciptaan hingga lokasi saat ini.
|
|
zh: >-
|
|
所有权转让或保管变更的有序序列,
|
|
形成从创建到当前位置的完整来源链条。
|
|
broad_mappings:
|
|
- prov:Plan
|
|
- prov:Entity
|
|
keywords:
|
|
- provenance path
|
|
- ownership chain
|
|
- provenance history
|
|
structured_aliases:
|
|
- literal_form: herkomstpad
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Provenienzpfad
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: chemin de provenance
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
slots:
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|