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: "Cleo Fields"
|
||||
description: "U.S. House of Representatives - LA-6 — Congressional District 6"
|
||||
role: "U.S. House of Representatives - LA-6"
|
||||
party: "D"
|
||||
level: "federal"
|
||||
branch: "legislative"
|
||||
state: "LA"
|
||||
district: "Congressional District 6"
|
||||
tenure:
|
||||
start: "2025-01-03"
|
||||
current: true
|
||||
election:
|
||||
next: 2026
|
||||
term_length: 2
|
||||
term_limit: "none"
|
||||
ids:
|
||||
person: "2b4e62fb-4a78-4a13-b0be-2ba2f9b2fa89"
|
||||
office: "e5e98d1b-968b-48df-961f-f498f5fb4867"
|
||||
tenure: "c7b4e0e4-b5aa-407c-b5f3-51b6dbbe8cd4"
|
||||
jurisdiction: "252b8ba5-0950-489d-91c1-1381d6e18ac5"
|
||||
sources:
|
||||
- field: tenure
|
||||
source: "House Clerk XML 2026-06-10"
|
||||
- field: jurisdiction
|
||||
source: "Census 119th CD 500k"
|
||||
confidence: official
|
||||
tags: [officeholder, federal, legislative, la]
|
||||
timestamp: "2026-06-20"
|
||||
---
|
||||
|
||||
# Cleo Fields
|
||||
|
||||
Current U.S. House of Representatives - LA-6 (Congressional District 6).
|
||||
|
||||
## 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