22 lines
635 B
YAML
22 lines
635 B
YAML
id: https://nde.nl/ontology/hc/slot/source_file
|
|
name: source_file_slot
|
|
title: source_file slot
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
|
|
slots:
|
|
source_file:
|
|
description: |
|
|
Path to the source file from which data was derived.
|
|
PROV-O: prov:used - the entity that was used as input.
|
|
slot_uri: prov:used
|
|
range: string
|
|
examples:
|
|
- value: /data/custodian/person/affiliated/parsed/rijksmuseum_staff_20251210T155416Z.json
|
|
description: Path to parsed staff list JSON
|