- Fix scope_note → finding_aid_scope_note in FindingAid.yaml - Remove duplicate wikidata_entity slot from CustodianType.yaml (import instead) - Remove duplicate rico_record_set_type from class_metadata_slots.yaml - Fix range types for equals_string compatibility (uriorcurie → string) - Move class names from close_mappings to see_also in 10 RecordSetTypes files - Generate all RDF formats: OWL, N-Triples, RDF/XML, N3, JSON-LD context - Sync schemas to frontend/public/schemas/ Files: 1,151 changed (includes prior CustodianType migration)
19 lines
649 B
YAML
19 lines
649 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: 'Relative path to the archived HTML file containing the source content. Path is relative to the custodian
|
|
data file. Archive format: Playwright-rendered HTML (fully rendered DOM). Example: web/NL-ZH-ZUI-M-LMT/landbouwmuseumtiengemeten.nl/rendered.html'
|
|
range: string
|
|
related_mappings:
|
|
- dcterms:source
|
|
broad_mappings:
|
|
- dcterms:source
|