| { | |
| "@context": "https://mlcommons.org/croissant/context.json", | |
| "@type": "Dataset", | |
| "name": "PANORAMA Patent Dataset", | |
| "description": "Parquet metadata and zipped full specs of patent applications and citations.", | |
| "license": "https://creativecommons.org/licenses/by-nc/4.0/", | |
| "distribution": { | |
| "encodingFormat": "application/x-parquet", | |
| "contentUrl": "panorama.parquet" | |
| }, | |
| "resources": [ | |
| { | |
| "@type": "FileObject", | |
| "name": "metadata", | |
| "encodingFormat": "application/x-parquet", | |
| "path": "panorama.parquet" | |
| }, | |
| { | |
| "@type": "FileObject", | |
| "name": "application_specs", | |
| "encodingFormat": "application/zip", | |
| "path": "spec_app.zip" | |
| }, | |
| { | |
| "@type": "FileObject", | |
| "name": "cited_specs", | |
| "encodingFormat": "application/zip", | |
| "path": "spec_cited.zip" | |
| } | |
| ] | |
| } | |