{
    "@context": [
        "https://w3id.org/ro/crate/1.1/context",
        {
            "croissant": "http://mlcommons.org/croissant/",
            "rai": "http://mlcommons.org/croissant/RAI/",
            "dct": "http://purl.org/dc/terms/"
        }
    ],
    "@graph": [
        {
            "@id": "ro-crate-metadata.json",
            "@type": "CreativeWork",
            "conformsTo": {
                "@id": "https://w3id.org/ro/crate/1.1"
            },
            "about": {
                "@id": "./"
            }
        },
        {
            "@id": "./",
            "@type": "Dataset",
            "name": "Single Crystal 3D ED Electron Diffraction Dataset (University of Southampton NCS/NEDF) for Sample Screening",
            "description": "Aggregated dataset of 3D ED electron diffraction experiments to train a machine learning model to classify experiments as 'good'/'bad'/'complex' quality which indicates whether a diffraction pattern would be likely to produce a reasonable crystal structure.",
            "license": "Creative Commons Attribution 4.0 International (https://creativecommons.org/licenses/by/4.0/)",
            "url": "https://data-collections.psdi.ac.uk/records/vw2j8-49g75/latest",
            "version": "1.0.0",
            "datePublished": "2026-04-20T00:00:00Z",
            "creator": [
                {
                    "@id": "https://orcid.org/0000-0001-8414-9272"
                },
                {
                    "@id": "https://orcid.org/0000-0002-3272-3161"
                }
            ],
            "mainEntity": {
                "@id": "./metadata.csv"
            },
            "hasPart": [
                {
                    "@id": "./metadata.csv"
                },
                {
                    "@id": "./learning_set.zip"
                }
            ]
        },
        {
            "@id": "https://orcid.org/0000-0001-8414-9272",
            "@type": "Person",
            "name": "Simon J. Coles"
        },
        {
            "@id": "https://orcid.org/0000-0002-3272-3161",
            "@type": "Person",
            "name": "Daniel N. Rainer"
        },
        {
            "@id": "./metadata.csv",
            "@type": "File",
            "name": "metadata.csv",
            "description": "Key parameters for each experiment obtained by initial processing of the electron diffraction patterns (as indicated by the 'processing_program' column) and then by using a custom script (based on https://github.com/robertbuecker/cap-tools/blob/main/generate_learning_set.py).",
            "encodingFormat": "text/csv"
        },
        {
            "@id": "./learning_set.zip",
            "@type": "File",
            "name": "learning_set.zip",
            "description": "zip file containing the 3D diffraction image files for each experiment, arranged in a folder which indicates their grid and experiment number and with name indicated by the 'diff_img_tiff_filename' column of metadata.csv. All identifiers have been anonymised.",
            "encodingFormat": "application/zip"
        }
    ]
}