Some checks failed
Deploy Frontend / build-and-deploy (push) Failing after 3m21s
- Move deprecated AnnotationMotivationEnum to archive-deprecated/ (outside served paths) - Add French, Italian, Polish, Spanish surname datasets for entity resolution - Update name_commonality.py with expanded European surname detection - Triggers GitOps workflow to test Forgejo Actions runner
43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
id: https://nde.nl/ontology/hc/enum/AnnotationMotivationEnum
|
|
name: annotation_motivation_enum
|
|
title: Annotation Motivation Enum
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
oa: http://www.w3.org/ns/oa#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
|
|
enums:
|
|
AnnotationMotivationEnum:
|
|
description: |
|
|
Motivation for creating annotation (W3C Web Annotation aligned).
|
|
permissible_values:
|
|
CLASSIFYING:
|
|
description: Categorizing or classifying content
|
|
meaning: oa:classifying
|
|
DESCRIBING:
|
|
description: Adding descriptive information
|
|
meaning: oa:describing
|
|
IDENTIFYING:
|
|
description: Identifying depicted entities
|
|
meaning: oa:identifying
|
|
TAGGING:
|
|
description: Adding tags or keywords
|
|
meaning: oa:tagging
|
|
LINKING:
|
|
description: Linking to external resources
|
|
meaning: oa:linking
|
|
COMMENTING:
|
|
description: Adding commentary
|
|
meaning: oa:commenting
|
|
ACCESSIBILITY:
|
|
description: Providing accessibility support
|
|
DISCOVERY:
|
|
description: Enabling search and discovery
|
|
PRESERVATION:
|
|
description: Supporting digital preservation
|
|
RESEARCH:
|
|
description: Supporting research and analysis
|