Raw JSONL to structured tree: 11,285 entity files
One record, one file. The jurisdiction tree is now real: us/people/ 542 federal us/states/<xx>/people/ 7,561 state us/states/fl/counties/<c>/people/ 1,058 county .../municipalities/<m>/people/ 2,124 municipal (67 FL counties) Each file is OKF markdown + YAML frontmatter: fixed key order, field-level source provenance, Atlas UUIDs for round-tripping, deterministic paths and slugs. Converter passes the determinism test: two runs, byte-identical tree. Generated by scripts/convert_officeholders.py from data/officeholders-v2.jsonl (unchanged). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
---
|
||||
type: Person
|
||||
title: "Derek Schmidt"
|
||||
description: "U.S. House of Representatives - KS-2 — Congressional District 2"
|
||||
role: "U.S. House of Representatives - KS-2"
|
||||
party: "R"
|
||||
level: "federal"
|
||||
branch: "legislative"
|
||||
state: "KS"
|
||||
district: "Congressional District 2"
|
||||
tenure:
|
||||
start: "2025-01-03"
|
||||
current: true
|
||||
election:
|
||||
next: 2026
|
||||
term_length: 2
|
||||
term_limit: "none"
|
||||
ids:
|
||||
person: "7cce43cc-033d-4824-8f6d-6d4a682831c1"
|
||||
office: "1bbf0102-1885-4db1-b17b-93a81c282b7f"
|
||||
tenure: "2721bac4-aec7-4914-8423-b71fccc3965a"
|
||||
jurisdiction: "a60e6f06-a877-439b-9567-da1ddcfc41a3"
|
||||
sources:
|
||||
- field: tenure
|
||||
source: "House Clerk XML 2026-06-10"
|
||||
- field: jurisdiction
|
||||
source: "Census 119th CD 500k"
|
||||
confidence: official
|
||||
tags: [officeholder, federal, legislative, ks]
|
||||
timestamp: "2026-06-20"
|
||||
---
|
||||
|
||||
# Derek Schmidt
|
||||
|
||||
Current U.S. House of Representatives - KS-2 (Congressional District 2).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: House Clerk XML 2026-06-10
|
||||
- jurisdiction: Census 119th CD 500k
|
||||
|
||||
Generated from the Atlas officeholders v2 export (2026-06-20).
|
||||
Reference in New Issue
Block a user