EEOC Data Catalog and Inventory Bundle
======================================

This bundle is a public data catalog and inventory for the governed EEOC
datasets. It packages three things together:

  1. A DCAT-US 3 catalog describing the published datasets as open data.
  2. A data inventory listing every governed table, its row count, and
     every column with its data type and semantic role.
  3. The semantic YAML layer for the datasets, so the catalog ships with
     the dimensions and measures, not just the raw columns.

Generation date: 2026-06-23

Inventory summary
-----------------
Datasets: 5
Tables:   7
Columns:  309

File manifest
-------------
  data.json
  datasets/eeo-1.jsonld
  datasets/eeo-3.jsonld
  datasets/eeo-4.jsonld
  datasets/eeo-5.jsonld
  datasets/eeo1-pay-data.jsonld
  openapi.json
  semantic/postgres/eeo-1.yaml
  semantic/postgres/eeo-3.yaml
  semantic/postgres/eeo-4.yaml
  semantic/postgres/eeo-5.yaml
  semantic/postgres/eeo1-pay-cbsa.yaml
  semantic/postgres/eeo1-pay-nation.yaml
  semantic/postgres/eeo1-pay-states.yaml
  inventory.json
  inventory.csv
  README.txt

Notes
-----
Numeric values are rounded to two decimals. A missing value is shown as
N/A. data.json is the DCAT-US 3 root catalog and includes a DataService
entry describing the read Data API, with an OpenAPI document at
openapi.json. The per dataset JSON-LD files carry one dataset record each.
Row counts for the largest tables are reported from the database planner
statistics and are marked approximate in the inventory; all other counts
are exact. The row_count_method field in inventory.json and inventory.csv
records which method produced each count.