- Migrated `was_generated_by` to `is_or_was_generated_by` and `was_derived_from` to `is_or_was_derived_from` across multiple YAML schema files as per Rule 53. - Updated relevant imports, slot lists, and slot usage keys to reflect the new naming conventions. - Added migration comments for clarity and tracking. - Introduced a migration script to automate the changes across all affected files.
20 lines
540 B
YAML
20 lines
540 B
YAML
# TrackIdentifier - Audio/music track identifier
|
|
id: https://nde.nl/ontology/hc/class/TrackIdentifier
|
|
name: TrackIdentifier
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_code
|
|
classes:
|
|
TrackIdentifier:
|
|
class_uri: schema:identifier
|
|
description: Identifier for audio/music tracks
|
|
slots:
|
|
- has_or_had_code
|
|
attributes:
|
|
platform:
|
|
range: string
|
|
description: Platform (Spotify, ISRC, etc.)
|