{
    "@context": {
        "@language": "en",
        "@vocab": "https://schema.org/",
        "citeAs": "cr:citeAs",
        "column": "cr:column",
        "conformsTo": "dct:conformsTo",
        "cr": "http://mlcommons.org/croissant/",
        "data": {
            "@id": "cr:data",
            "@type": "@json"
        },
        "dataType": {
            "@id": "cr:dataType",
            "@type": "@vocab"
        },
        "extract": "cr:extract",
        "field": "cr:field",
        "fileProperty": "cr:fileProperty",
        "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",
        "fileObject": "sc:fileObject",
        "transform": "cr:transform"
    },
    "@type": "sc:Dataset",
    "name": "DockedAC",
    "description": "Activity cliff dataset with 3D protein-ligand information\n",
    "conformsTo": "http://mlcommons.org/croissant/1.0",
    "citeAs": "The citation.\n",
    "license": "cc-by-4.0",
    "url": "https://zenodo.org/records/14351603",
    "version": "1.0.0",
    "distribution": [
        {
            "@type": "sc:FileObject",
            "@id": "pdb.csv",
            "name": "pdb.csv",
            "contentSize": "2757 B",
            "contentUrl": "https://anonymous.4open.science/api/repo/DockedAC/file/Data/pdb.csv",
            "encodingFormat": "text/csv",
            "sha256": "d25ad748745a73dd0f32dd115565f698649f174c2b146e63316cb91f6f33889f"
        },
        {
            "@type": "sc:FileObject",
            "@id": "docking.tar.gz",
            "name": "docking.tar.gz",
            "description": "The compressed docking files.",
            "contentSize": "1403655751 B",
            "contentUrl": "https://zenodo.org/records/14351603/files/docking.tar.gz",
            "encodingFormat": "application/gzip",
            "sha256": "3b0d1ce9ffb5224626105c50a0f9e5fbf941bcbcd913e5567aba25936333c3b8"
        }
    ],
    "recordSet": [
        {
            "@type": "cr:RecordSet",
            "@id": "pdb.csv_record_set",
            "name": "pdb.csv_record_set",
            "description": "The meta info of the protein targets.",
            "dataType": "sc:Text",
            "key": {
                "@id": "Dataset"
            },
            "field": [
                {
                    "@type": "cr:Field",
                    "@id": "Dataset",
                    "name": "Dataset",
                    "description": "The ChEMBL dataset info",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "Dataset"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "smi_id",
                    "name": "smi_id",
                    "description": "The id of the ligand found in the pdb complex.",
                    "dataType": "sc:Integer",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "smi_id"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "uniprot",
                    "name": "uniprot",
                    "description": "The uniprot of the protein.",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "uniprot"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "pdb",
                    "name": "pdb",
                    "description": "The pdb file of the protein.",
                    "dataType": "sc:Text",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "pdb"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "x",
                    "name": "x",
                    "description": "x axis position of the pocket.",
                    "dataType": "sc:Float",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "x"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "y",
                    "name": "y",
                    "description": "y axis position of the pocket.",
                    "dataType": "sc:Float",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "y"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "@id": "z",
                    "name": "z",
                    "description": "z axis position of the pocket.",
                    "dataType": "sc:Float",
                    "source": {
                        "fileObject": {
                            "@id": "pdb.csv"
                        },
                        "extract": {
                            "column": "z"
                        }
                    }
                }
            ]
        }
    ]
}