- Introduced `prepared_by` slot to identify the individual or organization responsible for preparing an item, specimen, or document, with ontology alignment to CIDOC-CRM, PROV-O, Schema.org, and FOAF. - Added `prepared_on` slot to capture the date when a sample or document was prepared, including mappings to DC Terms and Schema.org. - Created `preserve` slot to define actions related to maintaining and protecting entities from harm or decay, with references to CIDOC-CRM and other ontologies. - Implemented `provide` slot to document the act of supplying resources or services, with related mappings to Schema.org and PROV-O. - Established `provide_to` slot to identify recipients of services or resources, with ontology alignment to Schema.org and CIDOC-CRM. - Added `receive` slot to capture the act of accepting delivery of objects or services. - Introduced `recommend` slot for suggesting courses of action or services. - Created `started_on` slot to record the initiation date of activities or processes, with mappings to PROV and Schema.org.
81 lines
3.7 KiB
YAML
81 lines
3.7 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_level
|
|
# ==============================================================================
|
|
# Level or granularity associated with an entity.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# No standard ontology match. This is a domain-specific concept for indicating
|
|
# rank, grade, or position within a hierarchical structure (e.g., archival
|
|
# description levels such as fonds, series, or item).
|
|
#
|
|
# CREATED: 2026-02-03
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_level
|
|
name: has_level
|
|
title: Has Level
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
has_level:
|
|
slot_uri: hc:hasLevel
|
|
description: >-
|
|
To specify the rank, grade, or position of an entity within a hierarchical structure or scale (often used in archival description to denote levels such as fonds, series, or item).
|
|
alt_descriptions:
|
|
nl: >-
|
|
Het specificeren van de rang, graad of positie van een entiteit binnen een hierarchische structuur of schaal (vaak gebruikt in archiefbeschrijving om niveaus aan te duiden zoals archief, serie of stuk).
|
|
de: >-
|
|
Angabe des Rangs, Grades oder der Position einer Entitaet innerhalb einer hierarchischen Struktur oder Skala (oft in der Archivbeschreibung verwendet zur Bezeichnung von Stufen wie Bestand, Serie oder Einzelstueck).
|
|
fr: >-
|
|
Specifier le rang, le grade ou la position d'une entite au sein d'une structure ou d'une echelle hierarchique (souvent utilise dans la description archivistique pour designer des niveaux tels que fonds, serie ou piece).
|
|
ar: >-
|
|
تحديد الرتبة أو الدرجة أو الموقع لكيان ما ضمن هيكل هرمي أو مقياس (يُستخدم غالباً في الوصف الأرشيفي للإشارة إلى مستويات مثل الرصيد أو السلسلة أو الوحدة).
|
|
id: >-
|
|
Menentukan peringkat, tingkat, atau posisi suatu entitas dalam struktur hierarkis atau skala (sering digunakan dalam deskripsi kearsipan untuk menunjukkan tingkatan seperti fonds, seri, atau item).
|
|
zh: >-
|
|
指定实体在层次结构或等级中的等级、级别或位置(常用于档案描述中标示如全宗、系列或件等层级)。
|
|
es: >-
|
|
Especificar el rango, grado o posicion de una entidad dentro de una estructura jerarquica o escala (a menudo utilizado en la descripcion archivistica para denotar niveles como fondo, serie o unidad documental).
|
|
structured_aliases:
|
|
- literal_form: niveau
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Stufe
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: niveau
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: مستوى
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: tingkat
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 层级
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: nivel
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: string
|
|
multivalued: false
|
|
aliases:
|
|
- has_or_had_level
|
|
- is_or_was_handwriting_confidence
|
|
- has_or_had_arrangement_level
|
|
- level_value
|
|
- organizational_level
|
|
- preservation_level
|
|
annotations:
|
|
custodian_types: '["*"]'
|