letsGoBlind commited on
Commit
443724f
·
verified ·
1 Parent(s): 0e21089

Delete metadata.jsonld

Browse files
Files changed (1) hide show
  1. metadata.jsonld +0 -48
metadata.jsonld DELETED
@@ -1,48 +0,0 @@
1
- {
2
- "@context": {
3
- "@vocab": "https://schema.org/",
4
- "ml": "https://mlcommons.org/croissant/v0.9/"
5
- },
6
- "@type": "Dataset",
7
- "name": "Varying_Altitude_Dataset",
8
- "description": "A dataset divided into multiple ZIP batches containing satellite, aerial, and ground-level imagery.",
9
- "datePublished": "2025-05-15",
10
- "identifier": "https://your-host.org/varying-altitude",
11
- "license": "https://creativecommons.org/licenses/by/4.0/",
12
- "version": "1.0",
13
- "citation": "NotYet",
14
- "creator": {
15
- "@type": "Person",
16
- "name": "Anonymous"
17
- },
18
- "distribution": [
19
- {
20
- "@type": "FileObject",
21
- "name": "Batch1",
22
- "contentUrl": "https://huggingface.co/datasets/letsGoBlind/Varying_Altitude_Dataset/resolve/main/Batch1.zip?download=true",
23
- "encodingFormat": "application/zip",
24
- "sha256": "D359EFC14CDE0146351449FDED58192F9659EC99AF5F8A5434F3660C81A10409"
25
- },
26
- {
27
- "@type": "FileObject",
28
- "name": "Batch2",
29
- "contentUrl": "https://your-host.org/data/Batch2.zip",
30
- "encodingFormat": "application/zip",
31
- "sha256": "E22A2C2724E7B994D0941D6D5AE8D4A95B28120C5CCB8D301A9F72A506E75CA4"
32
- },
33
- {
34
- "@type": "FileObject",
35
- "name": "Batch3",
36
- "contentUrl": "https://your-host.org/data/Batch3.zip",
37
- "encodingFormat": "application/zip",
38
- "sha256": "ACD7362E24413ACFEF1FFA81D68FAC3FBEB307A64149D19D2B95F25F464C6647"
39
- },
40
- {
41
- "@type": "FileObject",
42
- "name": "ID0102",
43
- "contentUrl": "https://your-host.org/data/ID0102.zip",
44
- "encodingFormat": "application/zip",
45
- "sha256": "723AA579F27BD48D3294269E7600AA57893D03A66B4018CCD42F63C2FC6E23E0"
46
- }
47
- ]
48
- }