{
    "@context": "http://www.w3.org/ns/csvw",
    "tables": [
        {
            "@id": "86958cc7-651f-42f8-b375-676984528050",
            "@type": "table",
            "url": "http://dati.mit.gov.it/catalog/dataset/unita-da-diporto/resource/86958cc7-651f-42f8-b375-676984528050",
            "primaryKey": "{id}",
            "aboutURL": "http://dati.mit.gov.it/catalog/dataset/unita-da-diporto/{id}",
            "tableSchema": {
                "columns": [
                    {
                        "name": "id",
                        "datatype": "number",
                        "dc:description": "identificativo univoco"
                    },
                    {
                        "name": "Compartimento Marittimo",
                        "datatype": "string",
                        "dc:description": "Denominazione del compartimento marittimo"
                    },
                    {
                        "name": "v_classe_a",
                        "datatype": "number",
                        "dc:description": "unità a vela fino a 10,00 mt"
                    },
                    {
                        "name": "v_classe_b",
                        "datatype": "number",
                        "dc:description": "unità a vela da 10,01 mt a 12,00 mt"
                    },
                    {
                        "name": "v_classe_c",
                        "datatype": "number",
                        "dc:description": "unità a vela da 12,01 mt a 18,00 mt"
                    },
                    {
                        "name": "v_classe_d",
                        "datatype": "number",
                        "dc:description": "unità a vela da 18,01 mt a 24,00 mt"
                    },
                    {
                        "name": "v_totale",
                        "datatype": "number",
                        "dc:description": "totale unità a vela"
                    },
                    {
                        "name": "m_classe_a",
                        "datatype": "number",
                        "dc:description": "unità a motore fino a 10,00 mt"
                    },
                    {
                        "name": "m_classe_b",
                        "datatype": "number",
                        "dc:description": "unità a motore da 10,01 mt a 12,00 mt"
                    },
                    {
                        "name": "m_classe_c",
                        "datatype": "number",
                        "dc:description": "unità a motore da 12,01 mt a 18,00 mt"
                    },
                    {
                        "name": "m_classe_d",
                        "datatype": "number",
                        "dc:description": "unità a motore da 18,01 mt a 24,00 mt"
                    },
                    {
                        "name": "m_totale",
                        "datatype": "number",
                        "dc:description": "totale unità a motore"
                    },
                    {
                        "name": "navi",
                        "datatype": "number",
                        "dc:description": "numero navi"
                    },
                    {
                        "name": "totale",
                        "datatype": "number",
                        "dc:description": "totale unità"
                    }
                ]
            }
        }
    ]
}