- 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.
90 lines
3.6 KiB
YAML
90 lines
3.6 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_image
|
|
# ==============================================================================
|
|
# To specify a visual representation that depicts the entity.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |----------------|-----------------|--------------------------|---------|---------------------------------------------|
|
|
# | **Schema.org** | `schema:image` | schemaorg.owl:21413-21434| exact | "An image of the item." Domain: Thing. |
|
|
#
|
|
# CREATED: 2026-02-07
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/has_image
|
|
name: has_image
|
|
title: has_image
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
has_image:
|
|
name: has_image
|
|
title: has_image
|
|
slot_uri: schema:image
|
|
description: >-
|
|
To specify a visual representation or likeness that depicts the entity,
|
|
serving as a surrogate for its visual appearance regardless of the medium.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Het specificeren van een visuele weergave of gelijkenis die de entiteit
|
|
afbeeldt, en dient als plaatsvervanger voor het visuele uiterlijk
|
|
ongeacht het medium.
|
|
de: >-
|
|
Angabe einer visuellen Darstellung oder eines Abbildes, das die Entität
|
|
darstellt und als Stellvertreter für ihr visuelles Erscheinungsbild
|
|
unabhängig vom Medium dient.
|
|
fr: >-
|
|
Spécifier une représentation visuelle ou une image qui dépeint l'entité,
|
|
servant de substitut pour son apparence visuelle quel que soit le
|
|
support.
|
|
ar: >-
|
|
تحديد تمثيل بصري أو صورة تصور الكيان، وتعمل كبديل عن مظهره المرئي
|
|
بغض النظر عن الوسيط.
|
|
id: >-
|
|
Menentukan representasi visual atau kemiripan yang menggambarkan
|
|
entitas, berfungsi sebagai pengganti tampilan visualnya terlepas dari
|
|
mediumnya.
|
|
zh: >-
|
|
指定描绘实体的视觉表现或肖像,作为其视觉外观的替代物,不受媒介限制。
|
|
es: >-
|
|
Especificar una representación visual o semejanza que represente la
|
|
entidad, sirviendo como sustituto de su apariencia visual
|
|
independientemente del medio.
|
|
structured_aliases:
|
|
- literal_form: heeft afbeelding
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: hat Bild
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: a une image
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: له صورة
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: memiliki gambar
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 具有图像
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: tiene imagen
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: uri
|
|
multivalued: true
|
|
aliases:
|
|
- has_or_had_image
|
|
- profile_image_url
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
exact_mappings:
|
|
- schema:image # schemaorg.owl:21413-21434 — "An image of the item. This can be a URL or a fully described ImageObject." Domain: Thing. Range: URL/ImageObject.
|