SHALC Validation / Derivation Examples #53
Stephen-Gates
started this conversation in
Ideas
Replies: 4 comments
|
I'm all for it. ...can I get you to commit to starting a shacl for it? I'm still thinking through the mechanics of plots, but you might enjoy this blog post concerning imprecise birthdates. It's a bit dated and needs more work but you see where I am going with it. |
0 replies
|
Never used SHACL before but happy to give it a go. Folder structure and file names?Is there any particular way you'd like the folders structured? E.g. Any tooling suggestions?
|
0 replies
|
That's a good joke that keeps on giving 😆. Happy with the direction on dates - store at the best precision you have. I think most of my imprecision is on Person birthDate and deathDate. |
0 replies
|
@rwarren2 I've made a start at https://github.com/Stephen-Gates/graves/blob/main/validation/readme.md Feedback very welcome, especially on how best to organise Test ideas. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm wondering if it would be useful to provide a collection of snippets of SHALC validation so people could assemble their own validation rules into something that suits their needs. Provide instructions on how to combine the snippets into a bespoke set for the data being collected.
For example:
hasLocation
A Grave's Lat, Lon must be within the:
hasLocalAddress
ageAtDeath
Calculate / estimate age at death from incomplete birthDate (e.g. 1899-06) and deathDate (1919-11-29).
All reactions