116 lines
4.6 KiB
YAML
116 lines
4.6 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: symbolize
|
|
# ==============================================================================
|
|
# To represent or stand for a complex concept, idea, or entity by means of a
|
|
# visible sign, mark, or object.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |---------------|----------------------------|----------------------|---------|------------------------------------|
|
|
# | **Schema.org**| `schema:encodingFormat` | schemaorg.owl:16697 | slot_uri| Media type (IANA MIME types) |
|
|
# | **Schema.org**| `schema:encodingFormat` | schemaorg.owl:16697 | exact | Same as slot_uri |
|
|
#
|
|
# HIERARCHY: schema:encodingFormat has no rdfs:subPropertyOf declaration
|
|
#
|
|
# NOTE: This slot uses schema:encodingFormat which is intended for MIME types.
|
|
# For iconographic/symbolic representation, consider using a heritage-specific
|
|
# property that better captures the symbolic meaning domain.
|
|
#
|
|
# CREATED: 2026-01-20
|
|
# UPDATED: 2026-02-03 - Added header documentation
|
|
# ==============================================================================
|
|
|
|
id: https://nde.nl/ontology/hc/slot/symbolize
|
|
name: symbolize
|
|
title: symbolize
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
symbolize:
|
|
name: symbolize
|
|
title: symbolize
|
|
description: >-
|
|
To represent or stand for a complex concept, idea, or entity by means
|
|
of a visible sign, mark, or object.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Om een complex concept, idee of entiteit te vertegenwoordigen of
|
|
ervoor te staan door middel van een zichtbaar teken, merk of object.
|
|
de: >-
|
|
Ein komplexes Konzept, eine Idee oder eine Entität durch ein
|
|
sichtbares Zeichen, eine Markierung oder ein Objekt zu repräsentieren
|
|
oder dafür zu stehen.
|
|
fr: >-
|
|
Représenter ou symboliser un concept, une idée ou une entité complexe
|
|
au moyen d'un signe, d'une marque ou d'un objet visible.
|
|
ar: >-
|
|
تمثيل أو الوقوف لمفهوم أو فكرة أو كيان معقد عن طريق علامة أو رمز
|
|
أو كائن مرئي.
|
|
id: >-
|
|
Mewakili atau melambangkan konsep, ide, atau entitas yang kompleks
|
|
melalui tanda, simbol, atau objek yang terlihat.
|
|
zh: >-
|
|
通过可见的符号、标记或物体来代表或象征复杂的概念、思想或实体。
|
|
es: >-
|
|
Representar o simbolizar un concepto, idea o entidad compleja mediante
|
|
un signo, marca u objeto visible.
|
|
structured_aliases:
|
|
- literal_form: symboliseren
|
|
- literal_form: is_or_was_symbolize
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: symbolisieren
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: symboliser
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: يرمز
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: melambangkan
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 象征
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: simbolizar
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
slot_uri: schema:encodingFormat
|
|
range: string # uriorcurie
|
|
# range: Iconography
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
exact_mappings:
|
|
- schema:encodingFormat
|
|
aliases:
|
|
- has_or_had_symbolism
|
|
- is_or_was_symbolize
|
|
comments:
|
|
- Updated 2026-02-03 with header documentation
|
|
- |
|
|
**ONTOLOGY ALIGNMENT** (verified against data/ontology/):
|
|
|
|
| Ontology | Property | Line | Mapping | Notes |
|
|
|----------|----------|------|---------|-------|
|
|
| **Schema.org** | `schema:encodingFormat` | 16697 | slot_uri/exact | MIME type for media |
|
|
- |
|
|
**USAGE NOTE**:
|
|
schema:encodingFormat is primarily intended for MIME types in Schema.org.
|
|
This slot repurposes it for symbolic representation. Consider whether
|
|
a heritage-specific property would better capture the iconographic or
|
|
symbolic meaning domain.
|