1+ {
2+ "@context" : " https://w3id.org/ro/crate/1.1/context" ,
3+ "@graph" : [
4+ {
5+ "@id" : " ./" ,
6+ "@type" : " Dataset" ,
7+ "name" : " example dataset" ,
8+ "description" : " crate that should conform with validator requirements" ,
9+ "datePublished" : " 2024-03-17T15:55:54+00:00" ,
10+ "license" : {
11+ "@id" : " http://spdx.org/licenses/MIT"
12+ },
13+ "hasPart" : [
14+ {
15+ "@id" : " paper.pdf"
16+ },
17+ {
18+ "@id" : " results.csv"
19+ },
20+ {
21+ "@id" : " images/figure.svg"
22+ },
23+ {
24+ "@id" : " logs/"
25+ }
26+ ]
27+ },
28+ {
29+ "@id" : " ro-crate-metadata.json" ,
30+ "@type" : " CreativeWork" ,
31+ "about" : {
32+ "@id" : " ./"
33+ },
34+ "conformsTo" : {
35+ "@id" : " https://w3id.org/ro/crate/1.1"
36+ }
37+ },
38+ {
39+ "@id" : " paper.pdf" ,
40+ "@type" : " File" ,
41+ "author" : [
42+ {
43+ "@id" : " https://orcid.org/0000-0000-0000-0000"
44+ },
45+ {
46+ "@id" : " https://orcid.org/0000-0000-0000-0001"
47+ }
48+ ],
49+ "encodingFormat" : " application/pdf" ,
50+ "name" : " manuscript"
51+ },
52+ {
53+ "@id" : " results.csv" ,
54+ "@type" : " File" ,
55+ "author" : {
56+ "@id" : " https://orcid.org/0000-0000-0000-0000"
57+ },
58+ "encodingFormat" : " text/csv" ,
59+ "name" : " experimental data"
60+ },
61+ {
62+ "@id" : " images/figure.svg" ,
63+ "@type" : " File" ,
64+ "author" : {
65+ "@id" : " https://orcid.org/0000-0000-0000-0001"
66+ },
67+ "encodingFormat" : " image/svg+xml" ,
68+ "name" : " bar chart"
69+ },
70+ {
71+ "@id" : " logs/" ,
72+ "@type" : " Dataset"
73+ },
74+ {
75+ "@id" : " https://orcid.org/0000-0000-0000-0000" ,
76+ "@type" : " Person" ,
77+ "affiliation" : " University of Flatland" ,
78+ "name" : " Alice Doe"
79+ },
80+ {
81+ "@id" : " https://orcid.org/0000-0000-0000-0001" ,
82+ "@type" : " Person" ,
83+ "affiliation" : " University of Flatland" ,
84+ "name" : " Bob Doe"
85+ },
86+ {
87+ "@id" : " #hdr2024" ,
88+ "@type" : " Project Meeting" ,
89+ "endDate" : " 2024-04-16" ,
90+ "location" : " Swansea, UK" ,
91+ "name" : " HDR-UK 2024" ,
92+ "startDate" : " 2024-04-15"
93+ },
94+ {
95+ "@id" : " https://spdx.org/licenses/MIT" ,
96+ "@type" : " CreativeWork" ,
97+ "name" : " MIT Licence" ,
98+ "identifier" : " MIT"
99+ }
100+ ]
101+ }
0 commit comments