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,41 @@
|
||||
---
|
||||
type: Person
|
||||
title: "Charles E. Schumer"
|
||||
description: "U.S. Senate - NY — State of New York"
|
||||
role: "U.S. Senate - NY"
|
||||
party: "D"
|
||||
level: "federal"
|
||||
branch: "legislative"
|
||||
state: "NY"
|
||||
tenure:
|
||||
start: "2025-01-03"
|
||||
current: true
|
||||
election:
|
||||
next: 2028
|
||||
term_length: 6
|
||||
term_limit: "none"
|
||||
ids:
|
||||
person: "2979afd1-198f-4d21-b88b-97e424db9aaf"
|
||||
office: "b2b3fca1-61f5-4426-bba7-98ad15677d18"
|
||||
tenure: "ebb6613c-60c9-4d5d-b4c0-940cc405c4db"
|
||||
jurisdiction: "d924ce94-f281-4258-8ce3-412c11ce15e3"
|
||||
sources:
|
||||
- field: tenure
|
||||
source: "Senate.gov XML 2026-06-20"
|
||||
- field: jurisdiction
|
||||
source: "Derived from governor jurisdiction"
|
||||
confidence: official
|
||||
tags: [officeholder, federal, legislative, ny]
|
||||
timestamp: "2026-06-20"
|
||||
---
|
||||
|
||||
# Charles E. Schumer
|
||||
|
||||
Current U.S. Senate - NY (State of New York).
|
||||
|
||||
## Sources
|
||||
|
||||
- tenure: Senate.gov XML 2026-06-20
|
||||
- jurisdiction: Derived from governor jurisdiction
|
||||
|
||||
Generated from the Atlas officeholders v2 export (2026-06-20).
|
||||
Reference in New Issue
Block a user