30 lines
950 B
YAML
30 lines
950 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/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
classes:
|
|
FilePath:
|
|
class_uri: schema:DigitalDocument
|
|
description: "Path to a file."
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
slot_usage:
|
|
has_or_had_label:
|
|
range: string
|
|
required: true
|
|
description: The file path string (e.g., "web/0021/rendered.html").
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class.
|
|
custodian_types: "['*']"
|
|
custodian_types_rationale: Universal utility concept.
|