32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/slot/activity_id
|
|
name: activity_id_slot
|
|
title: Activity Id Slot (DEPRECATED)
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
activity_id:
|
|
deprecated: >
|
|
DEPRECATED (2026-01-13): Use `has_activity_identifier` instead.
|
|
This slot is replaced by the standardized identifier slot in the
|
|
Activity base class. The new slot follows RiC-O naming conventions
|
|
and uses proper URI/CURIE range.
|
|
|
|
Migration: Replace `activity_id: "some-id"` with
|
|
`has_activity_identifier: https://nde.nl/ontology/hc/activity/some-id`
|
|
description: 'DEPRECATED - Use has_activity_identifier instead.
|
|
|
|
Unique identifier for an activity. Mapped to dcterms:identifier
|
|
as the standard property for resource identifiers.'
|
|
range: string
|
|
slot_uri: dcterms:identifier
|
|
close_mappings:
|
|
- schema:identifier
|
|
annotations:
|
|
deprecated_date: "2026-01-13"
|
|
replaced_by: has_activity_identifier
|