51 lines
1.6 KiB
YAML
51 lines
1.6 KiB
YAML
# MuseumRegisterProvenance - Provenance metadata for museum register enrichment
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/MuseumRegisterProvenance
|
|
name: MuseumRegisterProvenance
|
|
title: MuseumRegisterProvenance
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
pav: http://purl.org/pav/
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
MuseumRegisterProvenance:
|
|
description: >-
|
|
Provenance metadata for museum register enrichment including source file,
|
|
URL, scrape timestamp, and page number in the registry.
|
|
|
|
Ontology mapping rationale:
|
|
- class_uri is prov:Entity because this represents provenance metadata
|
|
about the museum register data source
|
|
- close_mappings includes pav:RetrievedFrom for web retrieval provenance
|
|
- related_mappings includes prov:PrimarySource for source registry
|
|
class_uri: prov:Entity
|
|
close_mappings:
|
|
- pav:RetrievedFrom
|
|
related_mappings:
|
|
- prov:PrimarySource
|
|
attributes:
|
|
source_file:
|
|
range: string
|
|
description: Path to source YAML file
|
|
source_url:
|
|
range: uri
|
|
description: URL of museum register
|
|
scrape_timestamp:
|
|
range: datetime
|
|
description: When the source was scraped
|
|
source_page:
|
|
range: integer
|
|
description: Page number in register
|