blueprint
blueprint copied to clipboard
Rules and validation shapes for Blueprint metadata
- [ ] 1. Create validation shapes with rules that the Blueprint classes must or should follow
- [ ] 2. Run validation somewhere during the app lifetime
ad. 1
Let's reflect on what constitutes valid instances of BP classes.
-
bp:ClassMetadataShape
- Must be a NamedNode (
sh:Warning?)
- Must be a NamedNode (
- bp:Link - TBD
- bp:Detail - TBD
ad. 2
When metadata is loaded, run validation and display potential validation issues somewhere in a new ⚠️ Warnings section.
We might also offer the means to validate before the app even start - TBD