31 lines
701 B
YAML
31 lines
701 B
YAML
id: https://nde.nl/ontology/hc/slot/html_file
|
|
name: html_file_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
imports:
|
|
- linkml:types
|
|
default_range: string
|
|
slots:
|
|
html_file:
|
|
slot_uri: prov:used
|
|
description: 'Path to archived HTML file (relative to entry file).
|
|
|
|
|
|
Archive format: Playwright-rendered HTML (NOT WARC).
|
|
|
|
Playwright captures the fully rendered DOM after JavaScript execution.
|
|
|
|
|
|
Standard structure:
|
|
|
|
web/{entry_number}/{domain}/rendered.html
|
|
|
|
|
|
Example: web/0021/historischeverenigingnijeveen.nl/rendered.html
|
|
|
|
'
|
|
range: string
|
|
related_mappings:
|
|
- dcterms:source
|