{
    "@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": "MP_BP_records",
            "description": "These two files contain the exported melting points and boiling point records from PChProp version 1 provided by the Physical Science Data Infrastructure project. The records file contias the data and molecular IDs, the compounds file contains further molecular information.",
            "license": "https://spdx.org/licenses/CC-BY-4.0.html",
            "url": "https://resources.psdi.ac.uk/data/31dcd324-1574-4eeb-ba17-e8c2e9b4e0f2",
            "version": "1.0",
            "dateCreated": "2025-10-20",
            "dateModified": "2025-10-20",
            "datePublished": "2025-04-23",
            "creator": {
                "@id": "#creator-matthew-partridge"
            },
            "publisher": {
                "@id": "#publisher-physical-science-data-infrastructure"
            },
            "mainEntity": {
                "@id": "MP_BP_records.csv"
            },
            "hasPart": [
                {
                    "@id": "MP_BP_records.csv"
                },
                {
                    "@id": "MP_BP_compounds.csv"
                },
                {
                    "@id": "README.md"
                },
                {
                    "@id": "croissant.json"
                }
            ]
        },
        {
            "@id": "#creator-matthew-partridge",
            "@type": "Person",
            "name": "Matthew Partridge"
        },
        {
            "@id": "#publisher-physical-science-data-infrastructure",
            "@type": "Organization",
            "name": "Physical Science Data Infrastructure"
        },
        {
            "@id": "MP_BP_records.csv",
            "@type": "File",
            "name": "MP_BP_records.csv",
            "encodingFormat": "text/csv",
            "description": "This file contains the melting point and boiling point information for the compounds within PChProp version 1 that have both boiling point and melting point data"
        },
        {
            "@id": "MP_BP_compounds.csv",
            "@type": "File",
            "name": "MP_BP_compounds.csv",
            "encodingFormat": "text/csv",
            "description": "This file contains a further information abot the compounds that have both melting point and boiling point data in PChProp. Each compounds has a single row which contains all the information about that compound."
        },
        {
            "@id": "README.md",
            "@type": "File",
            "name": "README.md",
            "description": "This file contains a human readable version of the RO-Crate metadata",
            "encodingFormat": "text/markdown"
        },
        {
            "@id": "croissant.json",
            "@type": "File",
            "name": "croissant.json",
            "description": "This file contains the croissant meta data for AI and ML use",
            "encodingFormat": "application/json"
        }
    ]
}