-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create and validate dataset descriptions #67
Comments
Status update
|
@micheldumontier, is there somewhere other than the spec where I can get the requirements (MUST, SHOULD, etc.) for each dataset description level? I started curating this in a python script, which was a good start, but perhaps a simple json or turtle file in the github repo would be more reusable. Happy to send a PR if you think it would be of use. |
well! this might be a really good use case for our FAIRport initiative, where we want to specify the metadata standard for describing datasets. see a prezzie on Mark Wilkinson's demo here: https://github.com/DataFairPort/DataFairPort/blob/master/Documentation/MarksDemo_StrawmanMetaDescriptor.pptx?raw=true https://github.com/DataFairPort Carole Goble also published a paper on metadata elements - http://goo.gl/DZDSwe what do you think? |
Very nice! Definitely in the same spirit of my work, which is focused in the neuroimaging community: https://github.com/ni-/ni-dm I'll need to review in more detail before I can give any concrete feedback, but on first glance it looks reasonable. |
There is also a Shape Expression (ShEx) [1] description of the property table [2] which is forming the basis of the validator implementation. Note that due to some technical limitations of the ShEx javascript parser that I’m currently using that the ‘NEVER’ cases are not currently implemented but commented. Alasdair [1] http://www.w3.org/2001/sw/wiki/ShEx On 16 Jun 2014, at 17:25, Nolan Nichols <[email protected]mailto:[email protected]> wrote: Very nice! Definitely in the same spirit of my work, which is focused in the neuroimaging community: https://github.com/ni-/ni-dm I'll need to review in more detail before I can give any concrete feedback, but on first glance it looks reasonable. — Alasdair J G Gray Sunday Times Scottish University of the Year 2011-2013 We invite research leaders and ambitious early career researchers to Heriot-Watt University is a Scottish charity |
Thanks, @AlasdairGray. I remember seeing ShEx but wasn't sure if it was in use anywhere - now I know! I have an example that I worked up that I would like to validate, but it is currently failing. What's the best way to work with you to figure it out? |
On 17 Jun 2014, at 13:53, Nolan Nichols <[email protected]mailto:[email protected]> wrote: Thanks, @AlasdairGrayhttps://github.com/AlasdairGray. I remember seeing ShEx but wasn't sure if it was in use anywhere - now I know! I have an examplehttps://github.com/nicholsn/ni-dm/blob/hcls/examples/dataset-descriptors/hcls.ttl that I worked up that I would like to validate, but it is currently failing. What's the best way to work with you to figure it out? You could send me the description you are trying to validate to — Alasdair J G Gray Sunday Times Scottish University of the Year 2011-2013 We invite research leaders and ambitious early career researchers to Heriot-Watt University is a Scottish charity |
Need to generate and validate descriptions for
The text was updated successfully, but these errors were encountered: