| { | |
| "@context": { | |
| "@language": "en", | |
| "@vocab": "https://schema.org/", | |
| "citeAs": "cr:citeAs", | |
| "column": "cr:column", | |
| "conformsTo": "dct:conformsTo", | |
| "cr": "http://mlcommons.org/croissant/", | |
| "rai": "http://mlcommons.org/croissant/RAI/", | |
| "data": { | |
| "@id": "cr:data", | |
| "@type": "@json" | |
| }, | |
| "dataType": { | |
| "@id": "cr:dataType", | |
| "@type": "@vocab" | |
| }, | |
| "dct": "http://purl.org/dc/terms/", | |
| "examples": { | |
| "@id": "cr:examples", | |
| "@type": "@json" | |
| }, | |
| "extract": "cr:extract", | |
| "field": "cr:field", | |
| "fileProperty": "cr:fileProperty", | |
| "fileObject": "cr:fileObject", | |
| "fileSet": "cr:fileSet", | |
| "format": "cr:format", | |
| "includes": "cr:includes", | |
| "isLiveDataset": "cr:isLiveDataset", | |
| "jsonPath": "cr:jsonPath", | |
| "key": "cr:key", | |
| "md5": "cr:md5", | |
| "parentField": "cr:parentField", | |
| "path": "cr:path", | |
| "recordSet": "cr:recordSet", | |
| "references": "cr:references", | |
| "regex": "cr:regex", | |
| "repeated": "cr:repeated", | |
| "replace": "cr:replace", | |
| "sc": "https://schema.org/", | |
| "separator": "cr:separator", | |
| "source": "cr:source", | |
| "subField": "cr:subField", | |
| "transform": "cr:transform" | |
| }, | |
| "@type": "sc:Dataset", | |
| "name": "DSPart", | |
| "conformsTo": "http://mlcommons.org/croissant/1.0", | |
| "url": "https://github.com/RyougiJarvis/DSPart", | |
| "distribution": [ | |
| { | |
| "@type": "cr:FileObject", | |
| "@id": "CAD_models_v0.zip", | |
| "name": "CAD_models_v0.zip", | |
| "description": "3D CAD models from 50 rigid classes and 3D part annotations.", | |
| "contentUrl": "https://huggingface.co/datasets/ccvl/DSPart/resolve/main/CAD_models_v0.zip", | |
| "encodingFormat": "application/zip", | |
| "sha256": "6b033cb11d195fa5374d29225cdbe051b3cf36691b6171cb88146d7c56e5dab2" | |
| }, | |
| { | |
| "@type": "cr:FileObject", | |
| "@id": "info", | |
| "name": "info", | |
| "description": "json file of dataset information.", | |
| "containedIn": { | |
| "@id": "CAD_models_v0.zip" | |
| }, | |
| "encodingFormat": "application/json" | |
| } | |
| ], | |
| "recordSet": [ | |
| { | |
| "@type": "cr:RecordSet", | |
| "@id": "CAD_models", | |
| "name": "CAD_models", | |
| "field": [ | |
| { | |
| "@type": "cr:Field", | |
| "@id": "CAD_models/3D_parts_annotations", | |
| "name": "3D_parts_annotations", | |
| "description": "3D part annotations of 3D CAD models", | |
| "dataType": "sc:Text", | |
| "source": { | |
| "fileObject": { | |
| "@id": "info" | |
| }, | |
| "extract": { | |
| "column": "$.3D_parts_annotations[*]" | |
| } | |
| } | |
| } | |
| ] | |
| } | |
| ] | |
| } | |