{
"@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": "Project M Dataset Template for a dataset tailored to a specific ML Task",
"description": "This dataset is a demonstrator which acts as a template for a dataset which is tailored to a specific Machine Learning Task based on the Project M data. Datasets similar to this which describe datasets tailored to a specific Machine Learning Task based on this data will follow, but dataset illustrates what their format will be. Please note that in this template, the Annotations and Exclusions indicated in the task file MLTask1a_additionalColumns.csv have no meaning and just illustrate possible values.",
"license": "CC-BY-4.0",
"url": "https://data-collections.psdi.ac.uk/records/18cps-18a84/latest",
"version": "1.0.0",
"datePublished": "2026-04-23T00:00:00Z",
"creator": [
{
"@id": "https://orcid.org/0000-0002-8306-3634"
},
{
"@id": "https://orcid.org/0000-0002-2514-5762"
},
{
"@id": "https://orcid.org/0000-0001-9929-726X"
}
],
"mainEntity": {
"@id": "./project_m_datafile.csv"
},
"hasPart": [
{
"@id": "./project_m_datafile.csv"
},
{
"@id": "./MLTaskTemplate_additionalColumns.csv"
}
]
},
{
"@id": "https://orcid.org/0000-0002-8306-3634",
"@type": "Person",
"name": "Claire Murray"
},
{
"@id": "https://orcid.org/0000-0002-2514-5762",
"@type": "Person",
"name": "Julia Parker"
},
{
"@id": "https://orcid.org/0000-0001-9929-726X",
"@type": "Person",
"name": "Tobias Bird"
},
{
"@id": "./project_m_datafile.csv",
"@type": "File",
"name": "project_m_datafile.csv",
"description": "Main Project M datafile exported from PSDI Community Data Collections which contains summary of metadata for each experiment",
"encodingFormat": "text/csv"
},
{
"@id": "./MLTaskTemplate_additionalColumns.csv",
"@type": "File",
"name": "MLTaskTemplate_additionalColumns.csv",
"description": "Additional columns of data which specify annotations, exclusions and splits specific to this task.",
"encodingFormat": "text/csv"
}
]
}