84 lines
3 KiB
YAML
84 lines
3 KiB
YAML
id: https://nde.nl/ontology/hc/class/FileLocation
|
|
name: FileLocation
|
|
title: File Location Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_value
|
|
- ../slots/has_label
|
|
classes:
|
|
FileLocation:
|
|
class_uri: schema:PropertyValue
|
|
description: >-
|
|
Structured reference pointing to a file storage location via local path,
|
|
network share, or resolvable URI.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Gestructureerde verwijzing die wijst naar een bestandsopslaglocatie via lokaal pad,
|
|
netwerkshare of oplosbare URI.
|
|
de: >-
|
|
Strukturierter Verweis, der über lokalen Pfad, Netzwerkfreigabe oder auflösbare URI
|
|
auf einen Dateispeicherort zeigt.
|
|
fr: >-
|
|
Référence structurée pointant vers un emplacement de stockage de fichiers via chemin local,
|
|
partage réseau ou URI résoluble.
|
|
es: >-
|
|
Referencia estructurada que apunta a una ubicación de almacenamiento de archivos
|
|
a través de ruta local, recurso compartido de red o URI resoluble.
|
|
ar: >-
|
|
مرجع منظم يشير إلى موقع تخزين ملف عبر مسار محلي
|
|
أو مشاركة شبكة أو URI قابل للحل.
|
|
id: >-
|
|
Referensi terstruktur yang menunjuk ke lokasi penyimpanan file melalui jalur lokal,
|
|
berbagi jaringan, atau URI yang dapat diselesaikan.
|
|
zh: >-
|
|
通过本地路径、网络共享或可解析URI指向文件存储位置的结构化引用。
|
|
structured_aliases:
|
|
- literal_form: bestandslocatie
|
|
predicate: EXACT_SYNONYM
|
|
in_language: nl
|
|
- literal_form: Dateispeicherort
|
|
predicate: EXACT_SYNONYM
|
|
in_language: de
|
|
- literal_form: emplacement de fichier
|
|
predicate: EXACT_SYNONYM
|
|
in_language: fr
|
|
- literal_form: ubicación de archivo
|
|
predicate: EXACT_SYNONYM
|
|
in_language: es
|
|
- literal_form: موقع الملف
|
|
predicate: EXACT_SYNONYM
|
|
in_language: ar
|
|
- literal_form: lokasi file
|
|
predicate: EXACT_SYNONYM
|
|
in_language: id
|
|
- literal_form: 文件位置
|
|
predicate: EXACT_SYNONYM
|
|
in_language: zh
|
|
slots:
|
|
- has_value
|
|
- has_label
|
|
broad_mappings:
|
|
- schema:PropertyValue
|
|
comments:
|
|
- Encodes storage paths for digital asset management and retrieval.
|
|
- Supports both local filesystem paths and network-accessible URIs.
|
|
- 'Preserved from prior description: Structured file location reference, such as local path or resolvable URI.'
|
|
keywords:
|
|
- file path
|
|
- storage reference
|
|
- digital asset location
|
|
- URI reference
|
|
examples:
|
|
- value:
|
|
has_value: /mnt/archive/images/2024/IMG_0001.tif
|
|
has_label: Master Image Storage
|
|
description: Local filesystem path to archived digital asset
|
|
annotations:
|
|
specificity_score: 0.25
|
|
specificity_rationale: Utility structure for recording file location values.
|
|
custodian_types: '["*"]'
|