{
    "$schema": "https://json-schema.org/draft/2020-12/schema",
    "$id": "https://schema.twindev.org/w3c-dcat/DcatDataset",
    "title": "DcatDataset",
    "description": "Interface for DCAT Dataset.\nA collection of data, published or curated by a single agent, and available\nfor access or download in one or more representations.",
    "type": "object",
    "properties": {
        "@context": {
            "$ref": "https://schema.twindev.org/w3c-dcat/DcatContextType",
            "description": "The JSON-LD context for the resource."
        }
    },
    "required": [
        "@context"
    ],
    "allOf": [
        {
            "$ref": "https://schema.twindev.org/w3c-dcat/DcatDatasetBase"
        }
    ]
}
