| { |
| "@context": { |
| "@language": "en", |
| "@vocab": "https://schema.org/", |
| "cr": "http://mlcommons.org/croissant/", |
| "sc": "https://schema.org/", |
| "dct": "http://purl.org/dc/terms/", |
| "recordSet": "cr:recordSet", |
| "field": "cr:field", |
| "source": "cr:source", |
| "extract": "cr:extract", |
| "column": "cr:column", |
| "fileSet": "cr:fileSet", |
| "fileObject": "cr:fileObject", |
| "includes": "cr:includes", |
| "dataType": "cr:dataType", |
| "conformsTo": "dct:conformsTo" |
| }, |
| "@type": "sc:Dataset", |
| "name": "BLADE", |
| "description": "Blender Long-horizon Action Dataset Evaluation", |
| "conformsTo": "http://mlcommons.org/croissant/1.1", |
| "url": "https://huggingface.co/datasets/h2asdf/BLADE", |
| "license": "https://spdx.org/licenses/CC-BY-4.0.html", |
| "datePublished": "2026-05-06", |
| "version": "1.0.0", |
| "distribution": [ |
| { |
| "@type": "cr:FileObject", |
| "@id": "zip-files", |
| "name": "zip-files", |
| "contentUrl": "https://huggingface.co/datasets/h2asdf/BLADE/resolve/main/Data2/f37911d8-4f2f-4a31-bb96-610de6372022_GUI_Script.zip", |
| "encodingFormat": "application/zip", |
| "sha256": "0000000000000000000000000000000000000000000000000000000000000000" |
| }, |
| { |
| "@type": "cr:FileSet", |
| "@id": "image-files", |
| "name": "image-files", |
| "containedIn": { "@id": "zip-files" }, |
| "includes": "**/*.png", |
| "encodingFormat": "image/png" |
| } |
| ], |
| "recordSet": [ |
| { |
| "@type": "cr:RecordSet", |
| "@id": "images", |
| "name": "images", |
| "field": [ |
| { |
| "@type": "cr:Field", |
| "@id": "images/content", |
| "name": "content", |
| "source": { |
| "fileSet": { "@id": "image-files" }, |
| "extract": { "column": "content" } |
| }, |
| "dataType": "https://schema.org/ImageObject" |
| }, |
| { |
| "@type": "cr:Field", |
| "@id": "images/filename", |
| "name": "filename", |
| "source": { |
| "fileSet": { "@id": "image-files" }, |
| "extract": { "column": "fullpath" } |
| }, |
| "dataType": "https://schema.org/Text" |
| } |
| ] |
| } |
| ] |
| } |