|
| 1 | + |
| 2 | + |
| 3 | +<html> |
| 4 | +<head> |
| 5 | + |
| 6 | + |
| 7 | +<script type="application/ld+json"> |
| 8 | + { |
| 9 | + "@context": [ |
| 10 | + "https://w3id.org/ro/crate/1.1/context" |
| 11 | + ], |
| 12 | + "@graph": [ |
| 13 | + { |
| 14 | + "@id": "ro-crate-metadata.json", |
| 15 | + "@type": "CreativeWork", |
| 16 | + "conformsTo": { |
| 17 | + "@id": "https://w3id.org/ro/crate/1.1" |
| 18 | + }, |
| 19 | + "about": { |
| 20 | + "@id": "./" |
| 21 | + } |
| 22 | + }, |
| 23 | + { |
| 24 | + "@id": "./", |
| 25 | + "@type": [ |
| 26 | + "Dataset", |
| 27 | + "LearningResource" |
| 28 | + ], |
| 29 | + "hasPart": { |
| 30 | + "@id": "data.csv" |
| 31 | + }, |
| 32 | + "name": "Example dataset for RO-Crate specification", |
| 33 | + "description": "Official rainfall readings for Katoomba, NSW 2022, Australia", |
| 34 | + "datePublished": "2023-05-22T12:03:00+0100", |
| 35 | + "license": { |
| 36 | + "@id": "http://spdx.org/licenses/CC0-1.0" |
| 37 | + }, |
| 38 | + "author": { |
| 39 | + "@id": "https://orcid.org/0000-0002-1825-0097" |
| 40 | + }, |
| 41 | + "publisher": { |
| 42 | + "@id": "https://ror.org/05gq02987" |
| 43 | + } |
| 44 | + }, |
| 45 | + { |
| 46 | + "@id": "data.csv", |
| 47 | + "@type": "File", |
| 48 | + "name": "Rainfall Katoomba 2022-02", |
| 49 | + "description": "Rainfall data for Katoomba, NSW Australia February 2022", |
| 50 | + "encodingFormat": "text/csv", |
| 51 | + "license": { |
| 52 | + "@id": "https://creativecommons.org/licenses/by-nc-sa/4.0/" |
| 53 | + } |
| 54 | + }, |
| 55 | + { |
| 56 | + "@id": "http://spdx.org/licenses/CC0-1.0", |
| 57 | + "@type": "CreativeWork", |
| 58 | + "name": "CC0-1.0", |
| 59 | + "description": "Creative Commons Zero v1.0 Universal", |
| 60 | + "url": "https://creativecommons.org/publicdomain/zero/1.0/" |
| 61 | + }, |
| 62 | + { |
| 63 | + "@id": "https://orcid.org/0000-0002-1825-0097", |
| 64 | + "@type": "Person", |
| 65 | + "name": "Josiah Carberry", |
| 66 | + "affiliation": { |
| 67 | + "@id": "https://ror.org/05gq02987" |
| 68 | + } |
| 69 | + }, |
| 70 | + { |
| 71 | + "@id": "https://ror.org/05gq02987", |
| 72 | + "@type": "Organization", |
| 73 | + "name": "Brown University", |
| 74 | + "url": "http://www.brown.edu/" |
| 75 | + }, |
| 76 | + { |
| 77 | + "@id": "https://creativecommons.org/licenses/by-nc-sa/4.0/", |
| 78 | + "@type": "CreativeWork", |
| 79 | + "name": "CC BY-NC-SA 4.0 International", |
| 80 | + "description": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International" |
| 81 | + } |
| 82 | + ] |
| 83 | +} |
| 84 | +</script> |
| 85 | + |
| 86 | + |
| 87 | +<!-- script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script --> |
| 88 | +<script src=" https://unpkg.com/[email protected]/dist/ro-crate-dynamic.min.js" ></script> |
| 89 | + |
| 90 | +<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> |
| 91 | + |
| 92 | +<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> |
| 93 | + |
| 94 | +<meta charset='utf-8'/> |
| 95 | +<style> |
| 96 | + |
| 97 | +table.table { |
| 98 | + padding-bottom: 300px; |
| 99 | +} |
| 100 | +</style> |
| 101 | +</head> |
| 102 | + |
| 103 | + |
| 104 | +<body> |
| 105 | + |
| 106 | + <nav class="navbar"> |
| 107 | + |
| 108 | + <ul class="nav navbar-nav" > |
| 109 | + <li ><a href="#"><span class="glyphicon glyphicon-home dataset_name"> Example dataset for RO-Crate specification</span></a></li> |
| 110 | + </ul> |
| 111 | + |
| 112 | + </nav> |
| 113 | +<div class="container"> |
| 114 | +<div class="jumbotron"> |
| 115 | +<h4 class="citation"></h4> |
| 116 | +<h3 class="item_name">Example dataset for RO-Crate specification</h3> |
| 117 | + |
| 118 | + |
| 119 | +<a href="./ro-crate-metadata.json">⬇️🏷️ Download all the metadata for <span class='name'>Example dataset for RO-Crate specification</span> in JSON-LD format</a> |
| 120 | + |
| 121 | + |
| 122 | +<div id="check"></div> |
| 123 | + |
| 124 | + |
| 125 | +</div> |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +<div id="summary"> |
| 130 | +<div class='all-meta'> |
| 131 | + <div> |
| 132 | + <h3> Example dataset for RO-Crate specification</h3> |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + <div id="./"> |
| 138 | + |
| 139 | + <table class="table metadata table-striped" > |
| 140 | + <tbody><tr> |
| 141 | + <th style="text-align:left;" class="prop">@id</th> |
| 142 | + <td style='text-align:left'><span>./</span></td> |
| 143 | + </tr><tr> |
| 144 | + <th style="text-align:left;" class="prop">name<span> </span><a href="http://schema.org/name">[?]</a></th> |
| 145 | + <td style='text-align:left'><span>Example dataset for RO-Crate specification</span></td> |
| 146 | + </tr><tr> |
| 147 | + <th style="text-align:left;" class="prop">@type</th> |
| 148 | + <td style='text-align:left'><ul> |
| 149 | + <li><span>Dataset</span></li> |
| 150 | + |
| 151 | + <li><span>LearningResource</span></li> |
| 152 | + </ul></td> |
| 153 | + </tr><tr> |
| 154 | + <th style="text-align:left;" class="prop">description<span> </span><a href="http://schema.org/description">[?]</a></th> |
| 155 | + <td style='text-align:left'><span>Official rainfall readings for Katoomba, NSW 2022, Australia</span></td> |
| 156 | + </tr><tr> |
| 157 | + <th style="text-align:left;" class="prop">datePublished<span> </span><a href="http://schema.org/datePublished">[?]</a></th> |
| 158 | + <td style='text-align:left'><span>2023-05-22T12:03:00+0100</span></td> |
| 159 | + </tr><tr> |
| 160 | + <th style="text-align:left;" class="prop">author<span> </span><a href="http://schema.org/author">[?]</a></th> |
| 161 | + <td style='text-align:left'><a href="#https%3A//orcid.org/0000-0002-1825-0097">Josiah Carberry</a></td> |
| 162 | + </tr><tr> |
| 163 | + <th style="text-align:left;" class="prop">hasPart<span> </span><a href="http://schema.org/hasPart">[?]</a></th> |
| 164 | + <td style='text-align:left'><a href="#data.csv">Rainfall Katoomba 2022-02</a></td> |
| 165 | + </tr><tr> |
| 166 | + <th style="text-align:left;" class="prop">license<span> </span><a href="http://schema.org/license">[?]</a></th> |
| 167 | + <td style='text-align:left'><a href="#http%3A//spdx.org/licenses/CC0-1.0">CC0-1.0</a></td> |
| 168 | + </tr><tr> |
| 169 | + <th style="text-align:left;" class="prop">publisher<span> </span><a href="http://schema.org/publisher">[?]</a></th> |
| 170 | + <td style='text-align:left'><a href="#https%3A//ror.org/05gq02987">Brown University</a></td> |
| 171 | + </tr><tr><th colspan="2" style="text-align:center">Items that reference this one</th><tr><tr> |
| 172 | + <th style="text-align:left;" class="prop">about<span> </span><a href="http://schema.org/about">[?]</a></th> |
| 173 | + <td style='text-align:left'><a href="#ro-crate-metadata.json">ro-crate-metadata.json</a></td> |
| 174 | + </tr></tbody> |
| 175 | + </table> |
| 176 | + </div> |
| 177 | + </div> |
| 178 | + <hr/><br/><br/> |
| 179 | + <div> |
| 180 | + <h3><a href="https://orcid.org/0000-0002-1825-0097">Go to: </a> Josiah Carberry</h3> |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + <div id="https://orcid.org/0000-0002-1825-0097"> |
| 186 | + |
| 187 | + <table class="table metadata table-striped" > |
| 188 | + <tbody><tr> |
| 189 | + <th style="text-align:left;" class="prop">@id</th> |
| 190 | + <td style='text-align:left'><a href="https://orcid.org/0000-0002-1825-0097">https://orcid.org/0000-0002-1825-0097</a></td> |
| 191 | + </tr><tr> |
| 192 | + <th style="text-align:left;" class="prop">name<span> </span><a href="http://schema.org/name">[?]</a></th> |
| 193 | + <td style='text-align:left'><span>Josiah Carberry</span></td> |
| 194 | + </tr><tr> |
| 195 | + <th style="text-align:left;" class="prop">@type</th> |
| 196 | + <td style='text-align:left'><span>Person</span></td> |
| 197 | + </tr><tr> |
| 198 | + <th style="text-align:left;" class="prop">affiliation<span> </span><a href="http://schema.org/affiliation">[?]</a></th> |
| 199 | + <td style='text-align:left'><a href="#https%3A//ror.org/05gq02987">Brown University</a></td> |
| 200 | + </tr><tr><th colspan="2" style="text-align:center">Items that reference this one</th><tr><tr> |
| 201 | + <th style="text-align:left;" class="prop">author<span> </span><a href="http://schema.org/author">[?]</a></th> |
| 202 | + <td style='text-align:left'><a href="#./">Example dataset for RO-Crate specification</a></td> |
| 203 | + </tr></tbody> |
| 204 | + </table> |
| 205 | + </div> |
| 206 | + </div> |
| 207 | + <hr/><br/><br/> |
| 208 | + <div> |
| 209 | + <h3><a href="data.csv">⬇️ Download: </a> Rainfall Katoomba 2022-02</h3> |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + <div id="data.csv"> |
| 215 | + |
| 216 | + <table class="table metadata table-striped" > |
| 217 | + <tbody><tr> |
| 218 | + <th style="text-align:left;" class="prop">@id</th> |
| 219 | + <td style='text-align:left'><span>data.csv</span></td> |
| 220 | + </tr><tr> |
| 221 | + <th style="text-align:left;" class="prop">name<span> </span><a href="http://schema.org/name">[?]</a></th> |
| 222 | + <td style='text-align:left'><span>Rainfall Katoomba 2022-02</span></td> |
| 223 | + </tr><tr> |
| 224 | + <th style="text-align:left;" class="prop">@type</th> |
| 225 | + <td style='text-align:left'><span>File</span></td> |
| 226 | + </tr><tr> |
| 227 | + <th style="text-align:left;" class="prop">description<span> </span><a href="http://schema.org/description">[?]</a></th> |
| 228 | + <td style='text-align:left'><span>Rainfall data for Katoomba, NSW Australia February 2022</span></td> |
| 229 | + </tr><tr> |
| 230 | + <th style="text-align:left;" class="prop">encodingFormat<span> </span><a href="http://schema.org/encodingFormat">[?]</a></th> |
| 231 | + <td style='text-align:left'><span>text/csv</span></td> |
| 232 | + </tr><tr> |
| 233 | + <th style="text-align:left;" class="prop">license<span> </span><a href="http://schema.org/license">[?]</a></th> |
| 234 | + <td style='text-align:left'><a href="#https%3A//creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0 International</a></td> |
| 235 | + </tr><tr><th colspan="2" style="text-align:center">Items that reference this one</th><tr><tr> |
| 236 | + <th style="text-align:left;" class="prop">hasPart<span> </span><a href="http://schema.org/hasPart">[?]</a></th> |
| 237 | + <td style='text-align:left'><a href="#./">Example dataset for RO-Crate specification</a></td> |
| 238 | + </tr></tbody> |
| 239 | + </table> |
| 240 | + </div> |
| 241 | + </div> |
| 242 | + <hr/><br/><br/> |
| 243 | + <div> |
| 244 | + <h3><a href="http://spdx.org/licenses/CC0-1.0">Go to: </a> CC0-1.0</h3> |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + <div id="http://spdx.org/licenses/CC0-1.0"> |
| 250 | + |
| 251 | + <table class="table metadata table-striped" > |
| 252 | + <tbody><tr> |
| 253 | + <th style="text-align:left;" class="prop">@id</th> |
| 254 | + <td style='text-align:left'><a href="http://spdx.org/licenses/CC0-1.0">http://spdx.org/licenses/CC0-1.0</a></td> |
| 255 | + </tr><tr> |
| 256 | + <th style="text-align:left;" class="prop">name<span> </span><a href="http://schema.org/name">[?]</a></th> |
| 257 | + <td style='text-align:left'><span>CC0-1.0</span></td> |
| 258 | + </tr><tr> |
| 259 | + <th style="text-align:left;" class="prop">@type</th> |
| 260 | + <td style='text-align:left'><span>CreativeWork</span></td> |
| 261 | + </tr><tr> |
| 262 | + <th style="text-align:left;" class="prop">description<span> </span><a href="http://schema.org/description">[?]</a></th> |
| 263 | + <td style='text-align:left'><span>Creative Commons Zero v1.0 Universal</span></td> |
| 264 | + </tr><tr> |
| 265 | + <th style="text-align:left;" class="prop">url<span> </span><a href="http://schema.org/url">[?]</a></th> |
| 266 | + <td style='text-align:left'><a href="https://creativecommons.org/publicdomain/zero/1.0/">https://creativecommons.org/publicdomain/zero/1.0/</a></td> |
| 267 | + </tr><tr><th colspan="2" style="text-align:center">Items that reference this one</th><tr><tr> |
| 268 | + <th style="text-align:left;" class="prop">license<span> </span><a href="http://schema.org/license">[?]</a></th> |
| 269 | + <td style='text-align:left'><a href="#./">Example dataset for RO-Crate specification</a></td> |
| 270 | + </tr></tbody> |
| 271 | + </table> |
| 272 | + </div> |
| 273 | + </div> |
| 274 | + <hr/><br/><br/> |
| 275 | + <div> |
| 276 | + <h3><a href="https://ror.org/05gq02987">Go to: </a> Brown University</h3> |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + <div id="https://ror.org/05gq02987"> |
| 282 | + |
| 283 | + <table class="table metadata table-striped" > |
| 284 | + <tbody><tr> |
| 285 | + <th style="text-align:left;" class="prop">@id</th> |
| 286 | + <td style='text-align:left'><a href="https://ror.org/05gq02987">https://ror.org/05gq02987</a></td> |
| 287 | + </tr><tr> |
| 288 | + <th style="text-align:left;" class="prop">name<span> </span><a href="http://schema.org/name">[?]</a></th> |
| 289 | + <td style='text-align:left'><span>Brown University</span></td> |
| 290 | + </tr><tr> |
| 291 | + <th style="text-align:left;" class="prop">@type</th> |
| 292 | + <td style='text-align:left'><span>Organization</span></td> |
| 293 | + </tr><tr> |
| 294 | + <th style="text-align:left;" class="prop">url<span> </span><a href="http://schema.org/url">[?]</a></th> |
| 295 | + <td style='text-align:left'><a href="http://www.brown.edu/">http://www.brown.edu/</a></td> |
| 296 | + </tr><tr><th colspan="2" style="text-align:center">Items that reference this one</th><tr><tr> |
| 297 | + <th style="text-align:left;" class="prop">publisher<span> </span><a href="http://schema.org/publisher">[?]</a></th> |
| 298 | + <td style='text-align:left'><a href="#./">Example dataset for RO-Crate specification</a></td> |
| 299 | + </tr><tr> |
| 300 | + <th style="text-align:left;" class="prop">affiliation<span> </span><a href="http://schema.org/affiliation">[?]</a></th> |
| 301 | + <td style='text-align:left'><a href="#https%3A//orcid.org/0000-0002-1825-0097">Josiah Carberry</a></td> |
| 302 | + </tr></tbody> |
| 303 | + </table> |
| 304 | + </div> |
| 305 | + </div> |
| 306 | + <hr/><br/><br/></div> |
| 307 | +</div> |
| 308 | + |
| 309 | + |
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | +</body> |
| 314 | +</html> |
0 commit comments