Eoghan Ó Carragáin

Results 22 comments of Eoghan Ó Carragáin

Hi all There is an informal meetup in Berlin next week with some discussion of use-cases for how IPFS might apply in the context of preserving research data: https://www.meetup.com/ScienceB0/events/248464271/. It...

@hsanjuan brilliant - thanks!

@nemobis for that example, oaDOI v2 thinks not too: https://api.oadoi.org/v2/10.1175/2011JCLI4207.1

Some more relevant discussion here: https://twitter.com/Protohedgehog/status/1025214542404415488 cc @Protohedgehog @chartgerink @carlmalamud

@mikeal that link seems to be to a private repo. Can you repeat the information here?

Note: we may need a more general use-case for how to express sub-file/variable level metadata. Some concrete non-tabular examples would be good though

Discussed this on Editor's call 2019-08-08, and agreed it would be good to use the schema.org flavour if possible, e.g. Dataspice, Psych-DS

The table below compares the Frictionless Data tabular data specs with the schema.org variableMeasured property. It also shows the additional fields that the psych-ds team have added on top of...

@dgarijo agreed "csvw" is probably the most complete rdf-friendly way to do this. It also has the benefit that Google seem to be adopting it in the dataset search. However,...

Example of what the schema.org approach would look like in an RO-Crate context: ```json { "@context": "https://w3id.org/ro/crate/0.3-DRAFT/context", "@graph": [ { "@id": "./", "@type": [ "Dataset" ], "hasPart": [ { "@id":...