Create dataset.croissant.json
#9
by
mori8
- opened
- dataset.croissant.json +26 -0
dataset.croissant.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": "https://mlcommons.org/croissant/context.json",
|
| 3 |
+
"@type": "Dataset",
|
| 4 |
+
"name": "PANORAMA Patent Dataset",
|
| 5 |
+
"description": "Parquet metadata and zipped full specs of patent applications and citations.",
|
| 6 |
+
"resources": [
|
| 7 |
+
{
|
| 8 |
+
"@type": "FileObject",
|
| 9 |
+
"name": "metadata",
|
| 10 |
+
"encodingFormat": "application/x-parquet",
|
| 11 |
+
"path": "panorama.parquet"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"@type": "FileObject",
|
| 15 |
+
"name": "application_specs",
|
| 16 |
+
"encodingFormat": "application/zip",
|
| 17 |
+
"path": "spec_app.zip"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"@type": "FileObject",
|
| 21 |
+
"name": "cited_specs",
|
| 22 |
+
"encodingFormat": "application/zip",
|
| 23 |
+
"path": "spec_cited.zip"
|
| 24 |
+
}
|
| 25 |
+
]
|
| 26 |
+
}
|