{
    "@context": {
        "@language": "en",
        "@vocab": "http://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/",
        "ddi-stats": "http://rdf-vocabulary.ddialliance.org/cv/SummaryStatisticType/2.1.2/",
        "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",
        "samplingRate": "cr:samplingRate",
        "sc": "http://schema.org/",
        "separator": "cr:separator",
        "source": "cr:source",
        "subField": "cr:subField",
        "transform": "cr:transform"
    },
    "@type": "sc:Dataset",
    "conformsTo": "http://mlcommons.org/croissant/1.1",
    "name": "Max Schema.org",
    "url": "https://doi.org/10.5072/FK2/VQTYHD",
    "creator": [
        {
            "@type": "Person",
            "givenName": "Philip",
            "familyName": "Durbin",
            "affiliation": {
                "@type": "Organization",
                "name": "Harvard University"
            },
            "sameAs": "https://orcid.org/0000-0002-9528-9470",
            "@id": "https://orcid.org/0000-0002-9528-9470",
            "identifier": "https://orcid.org/0000-0002-9528-9470",
            "name": "Durbin, Philip"
        },
        {
            "@type": "Person",
            "affiliation": {
                "@type": "Organization",
                "name": "Harvard University"
            },
            "name": "IQSS"
        }
    ],
    "description": "Exercising fields used by `schema.org` exporter.",
    "keywords": [
        "Social Sciences",
        "Other",
        "foo",
        "bar"
    ],
    "license": "http://creativecommons.org/publicdomain/zero/1.0",
    "datePublished": "2024-05-01",
    "dateModified": "2025-05-21",
    "includedInDataCatalog": {
        "@type": "DataCatalog",
        "name": "Root",
        "url": "https://beta.dataverse.org"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Root"
    },
    "version": "3.0",
    "citeAs": "@data{FK2/VQTYHD_2024,author = {Durbin, Philip and IQSS},publisher = {Root},title = {Max Schema.org},year = {2024},url = {https://doi.org/10.5072/FK2/VQTYHD}}",
    "funder": [
        {
            "@type": "Organization",
            "name": "NSF"
        },
        {
            "@type": "Organization",
            "name": "NIH"
        }
    ],
    "spatialCoverage": [
        "Cambridge, MA, United States, Harvard Square"
    ],
    "citation": [
        {
            "@type": "CreativeWork",
            "name": "Tykhonov, V., & Durbin, P. (2024, March 20). Croissant ML standard in the context of Dataverse, EOSC and beyond. Zenodo. https://doi.org/10.5281/zenodo.10843668",
            "@id": "https://doi.org/10.5281/zenodo.10843668",
            "identifier": "https://doi.org/10.5281/zenodo.10843668",
            "url": "https://doi.org/10.5281/zenodo.10843668"
        }
    ],
    "temporalCoverage": [
        "2023-01-01/2023-12-31"
    ],
    "distribution": [
        {
            "@type": "cr:FileObject",
            "@id": "data.tsv",
            "name": "data.tsv",
            "encodingFormat": "text/tab-separated-values",
            "md5": "3663d6a436ac00f5541a7336d6fa18c9",
            "contentSize": "33",
            "description": "",
            "contentUrl": "https://beta.dataverse.org/api/access/datafile/26646?format=original"
        },
        {
            "@type": "cr:FileObject",
            "@id": "doc/README.md",
            "name": "README.md",
            "encodingFormat": "text/markdown",
            "md5": "ebf050ec8cce5df0a72b100cfc9f442f",
            "contentSize": "34",
            "description": "Additional documentation.",
            "contentUrl": "https://beta.dataverse.org/api/access/datafile/26148"
        }
    ],
    "recordSet": [
        {
            "@type": "cr:RecordSet",
            "cr:annotation": {
                "@type": "cr:Field",
                "name": "data.tsv/count",
                "value": 3,
                "dataType": "http://www.wikidata.org/entity/Q4049983"
            },
            "field": [
                {
                    "@type": "cr:Field",
                    "name": "foo",
                    "description": "foo",
                    "dataType": "sc:Text",
                    "source": {
                        "@id": "1287",
                        "fileObject": {
                            "@id": "data.tsv"
                        },
                        "extract": {
                            "column": "foo"
                        }
                    }
                },
                {
                    "@type": "cr:Field",
                    "name": "bar",
                    "description": "bar",
                    "dataType": "sc:Integer",
                    "source": {
                        "@id": "1285",
                        "fileObject": {
                            "@id": "data.tsv"
                        },
                        "extract": {
                            "column": "bar"
                        }
                    },
                    "annotation": [
                        {
                            "@id": "data.tsv/bar/ArithmeticMean",
                            "value": "2.0",
                            "dataType": "ddi-stats:7975ed0"
                        },
                        {
                            "@id": "data.tsv/bar/Median",
                            "value": "2.0",
                            "dataType": "ddi-stats:66851a3",
                            "equivalentProperty": "sc:median"
                        },
                        {
                            "@id": "data.tsv/bar/Mode",
                            "value": ".",
                            "dataType": "ddi-stats:650be61"
                        },
                        {
                            "@id": "data.tsv/bar/Minimum",
                            "value": "1.0",
                            "dataType": "ddi-stats:a1d0ec6",
                            "equivalentProperty": "sc:minValue"
                        },
                        {
                            "@id": "data.tsv/bar/Maximum",
                            "value": "3.0",
                            "dataType": "ddi-stats:8321e79",
                            "equivalentProperty": "sc:maxValue"
                        },
                        {
                            "@id": "data.tsv/bar/StandardDeviation",
                            "value": "1.0",
                            "dataType": "ddi-stats:690ab50"
                        },
                        {
                            "@id": "data.tsv/bar/ValidCases",
                            "value": "3.0",
                            "dataType": "ddi-stats:c646dd8"
                        },
                        {
                            "@id": "data.tsv/bar/InvalidCases",
                            "value": "0.0",
                            "dataType": "ddi-stats:6459c62"
                        }
                    ]
                },
                {
                    "@type": "cr:Field",
                    "name": "baz",
                    "description": "baz",
                    "dataType": "sc:Integer",
                    "source": {
                        "@id": "1286",
                        "fileObject": {
                            "@id": "data.tsv"
                        },
                        "extract": {
                            "column": "baz"
                        }
                    },
                    "annotation": [
                        {
                            "@id": "data.tsv/baz/ArithmeticMean",
                            "value": "20.0",
                            "dataType": "ddi-stats:7975ed0"
                        },
                        {
                            "@id": "data.tsv/baz/Median",
                            "value": "20.0",
                            "dataType": "ddi-stats:66851a3",
                            "equivalentProperty": "sc:median"
                        },
                        {
                            "@id": "data.tsv/baz/Mode",
                            "value": ".",
                            "dataType": "ddi-stats:650be61"
                        },
                        {
                            "@id": "data.tsv/baz/Minimum",
                            "value": "10.0",
                            "dataType": "ddi-stats:a1d0ec6",
                            "equivalentProperty": "sc:minValue"
                        },
                        {
                            "@id": "data.tsv/baz/Maximum",
                            "value": "30.0",
                            "dataType": "ddi-stats:8321e79",
                            "equivalentProperty": "sc:maxValue"
                        },
                        {
                            "@id": "data.tsv/baz/StandardDeviation",
                            "value": "10.0",
                            "dataType": "ddi-stats:690ab50"
                        },
                        {
                            "@id": "data.tsv/baz/ValidCases",
                            "value": "3.0",
                            "dataType": "ddi-stats:c646dd8"
                        },
                        {
                            "@id": "data.tsv/baz/InvalidCases",
                            "value": "0.0",
                            "dataType": "ddi-stats:6459c62"
                        }
                    ]
                }
            ]
        }
    ]
}