- Introduced `refer_to` slot to link identifiers to entities, with ontology alignment to CIDOC-CRM and DCTerms. - Added `remove` slot for recording objects removed during deaccessioning, aligned with CIDOC-CRM properties. - Created `reported_on` slot to capture URIs of reports documenting entities, with mappings to CIDOC-CRM and Schema.org. - Implemented `signed_by` slot to identify individuals who signed documents, referencing RiC-O and Schema.org. - Established `specified_as` slot to indicate the precision level of place references, with broad mappings to CRM and DQV.
116 lines
6.1 KiB
YAML
116 lines
6.1 KiB
YAML
# ==============================================================================
|
|
# LinkML Slot Definition: has_participant
|
|
# ==============================================================================
|
|
# The number of individuals, organizations, or systems that took part in an
|
|
# event, meeting, process, or conversation.
|
|
#
|
|
# ONTOLOGY ALIGNMENT (verified against data/ontology/):
|
|
#
|
|
# | Ontology | Property | File/Line | Mapping | Notes |
|
|
# |------------------|------------------------------------|----------------------------------------|----------|-------------------------------------------------------------------------|
|
|
# | **Schema.org** | `schema:maximumAttendeeCapacity` | schemaorg.owl:25622-25643 | related | "Total individuals that may attend." Capacity not actual count. |
|
|
# | **Schema.org** | `schema:attendee` | schemaorg.owl:9104-9126 | related | "Person or organization attending the event." Entity ref, not count. |
|
|
# | **Schema.org** | `schema:participant` | schemaorg.owl:29158-29182 | related | "Co-agents that participated in the action." Entity ref, not count. |
|
|
# | **CIDOC-CRM** | `crm:P11_had_participant` | CIDOC_CRM_v7.1.3.rdf:1406-1423 | related | "Active/passive participation of E39 Actor in E5 Event." Entity ref. |
|
|
# | **RiC-O** | `rico:hasOrHadParticipant` | RiC-O_1-1.rdf:7335-7370 | related | "Event to Thing actively/passively involved." Entity ref, not count. |
|
|
#
|
|
# No standard ontology defines a property specifically for participant count.
|
|
# schema:attendeeCount does not exist. schema:maximumAttendeeCapacity is for
|
|
# capacity, not actual count. The slot_uri remains hc:hasParticipant.
|
|
#
|
|
# CREATED: 2026-02-01
|
|
# UPDATED: 2026-02-10
|
|
# ==============================================================================
|
|
id: https://nde.nl/ontology/hc/slot/has_participant
|
|
name: has_participant
|
|
title: Has Participant
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
rico: https://www.ica.org/standards/RiC/ontology#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
has_participant:
|
|
slot_uri: hc:hasParticipant
|
|
description: >-
|
|
The number of individuals, organizations, or systems that took part in,
|
|
attended, or contributed to an event, meeting, process, or conversation.
|
|
Records the actual participant count, distinct from maximum capacity or
|
|
audience/spectator count. Used for heritage events such as exhibition
|
|
openings, workshops, conferences, guided tours, or collaborative
|
|
conservation projects.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Het aantal personen, organisaties of systemen dat heeft deelgenomen aan
|
|
een evenement, vergadering, proces of gesprek.
|
|
de: >-
|
|
Die Anzahl der Personen, Organisationen oder Systeme, die an einer
|
|
Veranstaltung, Sitzung, einem Prozess oder Gespräch teilgenommen haben.
|
|
fr: >-
|
|
Le nombre de personnes, d'organisations ou de systèmes ayant participé
|
|
à un événement, une réunion, un processus ou une conversation.
|
|
ar: >-
|
|
عدد الأفراد أو المنظمات أو الأنظمة التي شاركت في حدث أو اجتماع أو
|
|
عملية أو محادثة.
|
|
id: >-
|
|
Jumlah individu, organisasi, atau sistem yang berpartisipasi dalam
|
|
suatu acara, rapat, proses, atau percakapan.
|
|
zh: >-
|
|
参与某一事件、会议、过程或对话的个人、组织或系统的数量。
|
|
es: >-
|
|
El número de personas, organizaciones o sistemas que participaron en
|
|
un evento, reunión, proceso o conversación.
|
|
structured_aliases:
|
|
- literal_form: aantal deelnemers
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Teilnehmerzahl
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: nombre de participants
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: عدد المشاركين
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: jumlah peserta
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 参与者数量
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
- literal_form: número de participantes
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
range: integer
|
|
multivalued: false
|
|
related_mappings:
|
|
- schema:maximumAttendeeCapacity # schemaorg.owl:25622-25643 - "Total individuals that may attend." Capacity, not actual count.
|
|
- schema:attendee # schemaorg.owl:9104-9126 - "Person or organization attending the event." Entity ref, not count.
|
|
- schema:participant # schemaorg.owl:29158-29182 - "Co-agents that participated in the action." Entity ref, not count.
|
|
- crm:P11_had_participant # CIDOC_CRM_v7.1.3.rdf:1406-1423 - "Active/passive participation of E39 Actor in E5 Event." Entity ref.
|
|
- rico:hasOrHadParticipant # RiC-O_1-1.rdf:7335-7370 - "Event to Thing actively/passively involved." Entity ref, not count.
|
|
aliases:
|
|
- participant_count
|
|
- participating_custodian
|
|
- participating_institution
|
|
examples:
|
|
- value: "150"
|
|
description: Number of attendees at a museum exhibition opening event.
|
|
- value: "12"
|
|
description: Number of participants in a conservation workshop.
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
comments:
|
|
- >-
|
|
schema:attendeeCount does not exist in Schema.org. schema:maximumAttendeeCapacity
|
|
is for venue or event capacity, not actual participant count. All standard
|
|
participant properties (schema:attendee, schema:participant, crm:P11_had_participant,
|
|
rico:hasOrHadParticipant) point to entity references, not integer counts.
|
|
- >-
|
|
This slot captures the numeric count of participants. To reference the
|
|
actual participating entities, use a different slot with entity range.
|