{
  "@context": {
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/",
    "sc": "https://schema.org/",
    "dct": "http://purl.org/dc/terms/",
    "data": {
      "@id": "cr:data",
      "@type": "@json"
    },
    "dataType": {
      "@id": "cr:dataType",
      "@type": "@vocab"
    },
    "field": "cr:field",
    "fileObject": "cr:fileObject",
    "recordSet": "cr:recordSet",
    "source": "cr:source",
    "extract": "cr:extract",
    "column": "cr:column"
  },
  "@type": "sc:Dataset",
  "conformsTo": "http://mlcommons.org/croissant/1.0",
  "name": "economic-signals",
  "title": "Signaux économiques par NAF & territoire (Corse)",
  "version": "2026-09",
  "description": "A signal: per-NAF and per-territory economic indicators — company creations, dissolutions, collective proceedings (défaillances), filings — aggregated from BODACC and cross-referenced with INSEE BDM, Banque de France, and DARES labour-demand series.",
  "keywords": [
    "indicateurs",
    "NAF",
    "défaillances",
    "INSEE BDM",
    "Banque de France",
    "DARES",
    "Corse"
  ],
  "license": "https://www.etalab.gouv.fr/licence-ouverte-open-licence",
  "creator": {
    "@type": "sc:Organization",
    "name": "Corse Annonces Légales",
    "url": "https://corseannonceslegales.com"
  },
  "url": "https://corseannonceslegales.com/data/economic-signals",
  "citation": "Corse Annonces Légales — Signaux économiques par NAF & territoire (Corse) (version 2026-09). Derived from: BODACC, INSEE SIRENE, Banque de France, DARES (BMO).",
  "distribution": [
    {
      "@type": "cr:FileObject",
      "@id": "economic-signals-parquet",
      "name": "economic-signals.parquet",
      "contentUrl": "https://corseannonceslegales.com/donnees/2026-09/economic-signals/version=2026-09/economic-signals.parquet",
      "encodingFormat": "application/vnd.apache.parquet",
      "sha256": "e541afb023501655a3d2fc7a169b1b7aa7865fc11f0b327868f0349233184ffe"
    },
    {
      "@type": "cr:FileObject",
      "@id": "economic-signals-jsonl",
      "name": "economic-signals.jsonl",
      "contentUrl": "https://corseannonceslegales.com/donnees/2026-09/economic-signals/version=2026-09/economic-signals.jsonl",
      "encodingFormat": "application/jsonl",
      "sha256": "85a77ca5664de90faf4774cded036d19a79067a2f45e1e54b01ca742fee06b46"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "@id": "economic-signals",
      "name": "economic-signals",
      "description": "One record per source,indicator,geo_code,naf_code,period.",
      "field": [
        {
          "@type": "cr:Field",
          "@id": "economic-signals/source",
          "name": "source",
          "description": "Indicator source (bodacc, insee_bdm, bdf, dares).",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "source"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/indicator",
          "name": "indicator",
          "description": "Indicator name.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "indicator"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/geo_type",
          "name": "geo_type",
          "description": "Geography type (department, commune, region…).",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "geo_type"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/geo_code",
          "name": "geo_code",
          "description": "Geography code.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "geo_code"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/geo_name",
          "name": "geo_name",
          "description": "Geography label.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "geo_name"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/naf_code",
          "name": "naf_code",
          "description": "NAF/APE code (null when not sector-scoped).",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "naf_code"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/naf_libelle",
          "name": "naf_libelle",
          "description": "NAF label.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "naf_libelle"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/period",
          "name": "period",
          "description": "Period label.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "period"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/period_type",
          "name": "period_type",
          "description": "Period granularity (month, quarter, year).",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "period_type"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/value",
          "name": "value",
          "description": "Indicator value.",
          "dataType": "sc:Float",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "value"
            }
          }
        },
        {
          "@type": "cr:Field",
          "@id": "economic-signals/unit",
          "name": "unit",
          "description": "Value unit.",
          "dataType": "sc:Text",
          "source": {
            "fileObject": {
              "@id": "economic-signals-parquet"
            },
            "extract": {
              "column": "unit"
            }
          }
        }
      ]
    }
  ]
}