All checks were successful
Deploy Frontend / build-and-deploy (push) Successful in 3m53s
- Create .opencode/rules/no-duplicate-ontology-mappings.md with detection script - Add Rule 52 to AGENTS.md (after Rule 51) - Fix 29 duplicate mappings: same URI in multiple mapping categories - 26 slot files: remove duplicates keeping most precise mapping - 3 class files: ExhibitionSpace, Custodian, DigitalPlatform - Mapping precedence: exact > close > narrow/broad > related Each ontology URI must appear in only ONE mapping category per schema element, following SKOS semantics where mapping properties are mutually exclusive.
18 lines
493 B
YAML
18 lines
493 B
YAML
id: https://nde.nl/ontology/hc/slot/extraction_note
|
|
name: extraction_note_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
default_prefix: hc
|
|
slots:
|
|
extraction_note:
|
|
slot_uri: dcterms:description
|
|
range: string
|
|
description: 'Notes about the extraction process, data quality, or interpretation.
|
|
|
|
Used to document edge cases or ambiguities in extracted data.
|
|
|
|
'
|
|
close_mappings:
|
|
- skos:note
|