glam/schemas/20251121/linkml/modules/classes/FilePath.yaml
2026-02-04 00:24:46 +01:00

28 lines
819 B
YAML

id: https://nde.nl/ontology/hc/class/FilePath
name: FilePath
title: File Path Class
description: "A structured representation of a file path (local or remote).\n\n**MIGRATED** from html_file/html_snapshot_path strings (Rule 53)."
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
default_prefix: hc
imports:
- linkml:types
- ../slots/20260202_matang/has_description
- ../slots/20260202_matang/has_label
classes:
FilePath:
class_uri: schema:DigitalDocument
description: "Path to a file."
slots:
- has_label
- has_description
slot_usage:
has_label:
# range: string
required: true
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class.
custodian_types: "['*']"