Publish canonical multi-state state laws bundle with CID parquet and embeddings
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +5 -0
- README.md +87 -0
- manifest.json +521 -0
- state_laws_canonical.jsonl +3 -0
- state_laws_jsonld/STATE-AK.jsonld +0 -0
- state_laws_jsonld/STATE-AL.jsonld +46 -0
- state_laws_jsonld/STATE-AR.jsonld +3 -0
- state_laws_jsonld/STATE-AZ.jsonld +0 -0
- state_laws_jsonld/STATE-CA.jsonld +0 -0
- state_laws_jsonld/STATE-CO.jsonld +3 -0
- state_laws_jsonld/STATE-CT.jsonld +0 -0
- state_laws_jsonld/STATE-DC.jsonld +0 -0
- state_laws_jsonld/STATE-DE.jsonld +10 -0
- state_laws_jsonld/STATE-FL.jsonld +0 -0
- state_laws_jsonld/STATE-GA.jsonld +2 -0
- state_laws_jsonld/STATE-HI.jsonld +1 -0
- state_laws_jsonld/STATE-IA.jsonld +69 -0
- state_laws_jsonld/STATE-ID.jsonld +3 -0
- state_laws_jsonld/STATE-IL.jsonld +0 -0
- state_laws_jsonld/STATE-IN.jsonld +2 -0
- state_laws_jsonld/STATE-KS.jsonld +0 -0
- state_laws_jsonld/STATE-KY.jsonld +0 -0
- state_laws_jsonld/STATE-LA.jsonld +2 -0
- state_laws_jsonld/STATE-MA.jsonld +0 -0
- state_laws_jsonld/STATE-MD.jsonld +0 -0
- state_laws_jsonld/STATE-ME.jsonld +0 -0
- state_laws_jsonld/STATE-MI.jsonld +0 -0
- state_laws_jsonld/STATE-MN.jsonld +0 -0
- state_laws_jsonld/STATE-MO.jsonld +37 -0
- state_laws_jsonld/STATE-MS.jsonld +74 -0
- state_laws_jsonld/STATE-MT.jsonld +0 -0
- state_laws_jsonld/STATE-NC.jsonld +0 -0
- state_laws_jsonld/STATE-ND.jsonld +0 -0
- state_laws_jsonld/STATE-NE.jsonld +0 -0
- state_laws_jsonld/STATE-NH.jsonld +0 -0
- state_laws_jsonld/STATE-NJ.jsonld +81 -0
- state_laws_jsonld/STATE-NM.jsonld +0 -0
- state_laws_jsonld/STATE-NV.jsonld +0 -0
- state_laws_jsonld/STATE-NY.jsonld +0 -0
- state_laws_jsonld/STATE-OH.jsonld +17 -0
- state_laws_jsonld/STATE-OK.jsonld +54 -0
- state_laws_jsonld/STATE-OR.jsonld +3 -0
- state_laws_jsonld/STATE-PA.jsonld +0 -0
- state_laws_jsonld/STATE-RI.jsonld +49 -0
- state_laws_jsonld/STATE-SC.jsonld +63 -0
- state_laws_jsonld/STATE-SD.jsonld +3 -0
- state_laws_jsonld/STATE-TN.jsonld +50 -0
- state_laws_jsonld/STATE-TX.jsonld +24 -0
- state_laws_jsonld/STATE-UT.jsonld +0 -0
- state_laws_jsonld/STATE-VA.jsonld +18 -0
.gitattributes
CHANGED
|
@@ -61,3 +61,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 61 |
OR/parsed/jsonld/oregon_administrative_rules.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
OR/parsed/jsonld/oregon_administrative_rules.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
OR/parsed/parquet/oregon_administrative_rules.parquet.bak filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
OR/parsed/jsonld/oregon_administrative_rules.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
OR/parsed/jsonld/oregon_administrative_rules.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
OR/parsed/parquet/oregon_administrative_rules.parquet.bak filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
state_laws_canonical.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 65 |
+
state_laws_jsonld/STATE-AR.jsonld filter=lfs diff=lfs merge=lfs -text
|
| 66 |
+
state_laws_jsonld/STATE-CO.jsonld filter=lfs diff=lfs merge=lfs -text
|
| 67 |
+
state_laws_jsonld/STATE-ID.jsonld filter=lfs diff=lfs merge=lfs -text
|
| 68 |
+
state_laws_jsonld/STATE-OR.jsonld filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: IPFS State Laws
|
| 3 |
+
license: other
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
task_categories:
|
| 7 |
+
- text-retrieval
|
| 8 |
+
- feature-extraction
|
| 9 |
+
task_ids:
|
| 10 |
+
- semantic-search
|
| 11 |
+
size_categories:
|
| 12 |
+
- 10K<n<100K
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: state_laws_canonical
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path:
|
| 18 |
+
- state_laws_parquet_cid/state_laws_all_states.parquet
|
| 19 |
+
- config_name: state_laws_embeddings
|
| 20 |
+
data_files:
|
| 21 |
+
- split: train
|
| 22 |
+
path:
|
| 23 |
+
- state_laws_parquet_cid/state_laws_all_states_embeddings.parquet
|
| 24 |
+
tags:
|
| 25 |
+
- legal
|
| 26 |
+
- legislation
|
| 27 |
+
- state-laws
|
| 28 |
+
- jsonld
|
| 29 |
+
- parquet
|
| 30 |
+
- embeddings
|
| 31 |
+
- ipfs
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
# IPFS State Laws
|
| 35 |
+
|
| 36 |
+
This dataset contains a canonical merged corpus of U.S. state-law records with deterministic IPFS CIDs as the primary key, plus semantic-search vectors built from the semantically meaningful text columns.
|
| 37 |
+
|
| 38 |
+
## Contents
|
| 39 |
+
|
| 40 |
+
- `state_laws_canonical.jsonl`: combined canonical JSONL export.
|
| 41 |
+
- `state_laws_jsonld/`: 51 per-state JSONLD files.
|
| 42 |
+
- `state_summaries/`: per-state summary JSON files when available.
|
| 43 |
+
- `manifest.json`: merge manifest describing source discovery and per-state row counts.
|
| 44 |
+
- `state_laws_parquet_cid/STATE-XX.parquet`: per-state CID-keyed parquet shards.
|
| 45 |
+
- `state_laws_parquet_cid/STATE-XX_embeddings.parquet`: per-state embeddings parquet shards keyed by `ipfs_cid`.
|
| 46 |
+
- `state_laws_parquet_cid/state_laws_all_states.parquet`: combined CID-keyed parquet.
|
| 47 |
+
- `state_laws_parquet_cid/state_laws_all_states_embeddings.parquet`: combined embeddings parquet.
|
| 48 |
+
- `state_laws_parquet_cid/manifest.parquet.json`: parquet conversion manifest.
|
| 49 |
+
- `state_laws_parquet_cid/embeddings_manifest.state_laws.json`: embeddings generation manifest.
|
| 50 |
+
|
| 51 |
+
## Schema
|
| 52 |
+
|
| 53 |
+
Canonical parquet fields include:
|
| 54 |
+
|
| 55 |
+
- `ipfs_cid`
|
| 56 |
+
- `state_code`
|
| 57 |
+
- `source_id`
|
| 58 |
+
- `identifier`
|
| 59 |
+
- `name`
|
| 60 |
+
- `legislation_type`
|
| 61 |
+
- `legislation_jurisdiction`
|
| 62 |
+
- `source_url`
|
| 63 |
+
- `text`
|
| 64 |
+
- `jsonld`
|
| 65 |
+
|
| 66 |
+
Embeddings parquet fields include:
|
| 67 |
+
|
| 68 |
+
- `ipfs_cid`
|
| 69 |
+
- `state_code`
|
| 70 |
+
- `semantic_text`
|
| 71 |
+
- `embedding_model`
|
| 72 |
+
- `embedding`
|
| 73 |
+
|
| 74 |
+
## Build Notes
|
| 75 |
+
|
| 76 |
+
- Canonical state-law rows: 20,514
|
| 77 |
+
- Unique CID rows in combined canonical parquet: 20,514
|
| 78 |
+
- Embedded rows with non-empty semantic text: 17,338
|
| 79 |
+
- Embedding model: `thenlper/gte-small`
|
| 80 |
+
- Embedding provider: `local_adapter`
|
| 81 |
+
- Embeddings text source: `name` + `text`
|
| 82 |
+
|
| 83 |
+
## Provenance
|
| 84 |
+
|
| 85 |
+
The canonical merge was built from repository state-law outputs plus prior payloads available under `/tmp`, deduplicated by stable identifiers and quality-ranked to keep the richer version of each record.
|
| 86 |
+
|
| 87 |
+
This repository may also contain older Oregon-only state-law artifacts under `OR/`. The canonical bundle added here is the newer multi-state corpus.
|
manifest.json
ADDED
|
@@ -0,0 +1,521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at_utc": "2026-03-11T00:55:24.131857+00:00",
|
| 3 |
+
"input_roots": [
|
| 4 |
+
"/home/barberb/municipal_scrape_workspace/data/state_laws",
|
| 5 |
+
"/tmp"
|
| 6 |
+
],
|
| 7 |
+
"output_dir": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523",
|
| 8 |
+
"states": {
|
| 9 |
+
"AK": {
|
| 10 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-AK.jsonld",
|
| 11 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/AK.json",
|
| 12 |
+
"canonical_summary_status": null,
|
| 13 |
+
"merged_rows_total": 73,
|
| 14 |
+
"source_jsonld_files": 1,
|
| 15 |
+
"source_rows_total": 73,
|
| 16 |
+
"source_summary_files": 1,
|
| 17 |
+
"state": "AK"
|
| 18 |
+
},
|
| 19 |
+
"AL": {
|
| 20 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-AL.jsonld",
|
| 21 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/AL.json",
|
| 22 |
+
"canonical_summary_status": null,
|
| 23 |
+
"merged_rows_total": 46,
|
| 24 |
+
"source_jsonld_files": 1,
|
| 25 |
+
"source_rows_total": 46,
|
| 26 |
+
"source_summary_files": 1,
|
| 27 |
+
"state": "AL"
|
| 28 |
+
},
|
| 29 |
+
"AR": {
|
| 30 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-AR.jsonld",
|
| 31 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/AR.json",
|
| 32 |
+
"canonical_summary_status": null,
|
| 33 |
+
"merged_rows_total": 90,
|
| 34 |
+
"source_jsonld_files": 1,
|
| 35 |
+
"source_rows_total": 90,
|
| 36 |
+
"source_summary_files": 3,
|
| 37 |
+
"state": "AR"
|
| 38 |
+
},
|
| 39 |
+
"AZ": {
|
| 40 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-AZ.jsonld",
|
| 41 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/AZ.json",
|
| 42 |
+
"canonical_summary_status": null,
|
| 43 |
+
"merged_rows_total": 87,
|
| 44 |
+
"source_jsonld_files": 2,
|
| 45 |
+
"source_rows_total": 149,
|
| 46 |
+
"source_summary_files": 1,
|
| 47 |
+
"state": "AZ"
|
| 48 |
+
},
|
| 49 |
+
"CA": {
|
| 50 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-CA.jsonld",
|
| 51 |
+
"merged_rows_total": 1363,
|
| 52 |
+
"source_jsonld_files": 1,
|
| 53 |
+
"source_rows_total": 1363,
|
| 54 |
+
"source_summary_files": 2,
|
| 55 |
+
"state": "CA"
|
| 56 |
+
},
|
| 57 |
+
"CO": {
|
| 58 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-CO.jsonld",
|
| 59 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/CO.json",
|
| 60 |
+
"canonical_summary_status": null,
|
| 61 |
+
"merged_rows_total": 87,
|
| 62 |
+
"source_jsonld_files": 1,
|
| 63 |
+
"source_rows_total": 87,
|
| 64 |
+
"source_summary_files": 1,
|
| 65 |
+
"state": "CO"
|
| 66 |
+
},
|
| 67 |
+
"CT": {
|
| 68 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-CT.jsonld",
|
| 69 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/CT.json",
|
| 70 |
+
"canonical_summary_status": null,
|
| 71 |
+
"merged_rows_total": 100,
|
| 72 |
+
"source_jsonld_files": 1,
|
| 73 |
+
"source_rows_total": 100,
|
| 74 |
+
"source_summary_files": 1,
|
| 75 |
+
"state": "CT"
|
| 76 |
+
},
|
| 77 |
+
"DC": {
|
| 78 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-DC.jsonld",
|
| 79 |
+
"merged_rows_total": 62,
|
| 80 |
+
"source_jsonld_files": 1,
|
| 81 |
+
"source_rows_total": 62,
|
| 82 |
+
"source_summary_files": 0,
|
| 83 |
+
"state": "DC"
|
| 84 |
+
},
|
| 85 |
+
"DE": {
|
| 86 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-DE.jsonld",
|
| 87 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/DE.json",
|
| 88 |
+
"canonical_summary_status": null,
|
| 89 |
+
"merged_rows_total": 10,
|
| 90 |
+
"source_jsonld_files": 1,
|
| 91 |
+
"source_rows_total": 10,
|
| 92 |
+
"source_summary_files": 1,
|
| 93 |
+
"state": "DE"
|
| 94 |
+
},
|
| 95 |
+
"FL": {
|
| 96 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-FL.jsonld",
|
| 97 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/FL.json",
|
| 98 |
+
"canonical_summary_status": null,
|
| 99 |
+
"merged_rows_total": 7,
|
| 100 |
+
"source_jsonld_files": 1,
|
| 101 |
+
"source_rows_total": 7,
|
| 102 |
+
"source_summary_files": 1,
|
| 103 |
+
"state": "FL"
|
| 104 |
+
},
|
| 105 |
+
"GA": {
|
| 106 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-GA.jsonld",
|
| 107 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/GA.json",
|
| 108 |
+
"canonical_summary_status": null,
|
| 109 |
+
"merged_rows_total": 2,
|
| 110 |
+
"source_jsonld_files": 1,
|
| 111 |
+
"source_rows_total": 2,
|
| 112 |
+
"source_summary_files": 3,
|
| 113 |
+
"state": "GA"
|
| 114 |
+
},
|
| 115 |
+
"HI": {
|
| 116 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-HI.jsonld",
|
| 117 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/HI.json",
|
| 118 |
+
"canonical_summary_status": null,
|
| 119 |
+
"merged_rows_total": 1,
|
| 120 |
+
"source_jsonld_files": 1,
|
| 121 |
+
"source_rows_total": 1,
|
| 122 |
+
"source_summary_files": 1,
|
| 123 |
+
"state": "HI"
|
| 124 |
+
},
|
| 125 |
+
"IA": {
|
| 126 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-IA.jsonld",
|
| 127 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/IA.json",
|
| 128 |
+
"canonical_summary_status": null,
|
| 129 |
+
"merged_rows_total": 69,
|
| 130 |
+
"source_jsonld_files": 1,
|
| 131 |
+
"source_rows_total": 69,
|
| 132 |
+
"source_summary_files": 2,
|
| 133 |
+
"state": "IA"
|
| 134 |
+
},
|
| 135 |
+
"ID": {
|
| 136 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-ID.jsonld",
|
| 137 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/ID.json",
|
| 138 |
+
"canonical_summary_status": null,
|
| 139 |
+
"merged_rows_total": 84,
|
| 140 |
+
"source_jsonld_files": 1,
|
| 141 |
+
"source_rows_total": 84,
|
| 142 |
+
"source_summary_files": 1,
|
| 143 |
+
"state": "ID"
|
| 144 |
+
},
|
| 145 |
+
"IL": {
|
| 146 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-IL.jsonld",
|
| 147 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/IL.json",
|
| 148 |
+
"canonical_summary_status": null,
|
| 149 |
+
"merged_rows_total": 12,
|
| 150 |
+
"source_jsonld_files": 1,
|
| 151 |
+
"source_rows_total": 12,
|
| 152 |
+
"source_summary_files": 1,
|
| 153 |
+
"state": "IL"
|
| 154 |
+
},
|
| 155 |
+
"IN": {
|
| 156 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-IN.jsonld",
|
| 157 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/IN.json",
|
| 158 |
+
"canonical_summary_status": null,
|
| 159 |
+
"merged_rows_total": 2,
|
| 160 |
+
"source_jsonld_files": 1,
|
| 161 |
+
"source_rows_total": 2,
|
| 162 |
+
"source_summary_files": 3,
|
| 163 |
+
"state": "IN"
|
| 164 |
+
},
|
| 165 |
+
"KS": {
|
| 166 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-KS.jsonld",
|
| 167 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/KS.json",
|
| 168 |
+
"canonical_summary_status": null,
|
| 169 |
+
"merged_rows_total": 98,
|
| 170 |
+
"source_jsonld_files": 1,
|
| 171 |
+
"source_rows_total": 98,
|
| 172 |
+
"source_summary_files": 1,
|
| 173 |
+
"state": "KS"
|
| 174 |
+
},
|
| 175 |
+
"KY": {
|
| 176 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-KY.jsonld",
|
| 177 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/KY.json",
|
| 178 |
+
"canonical_summary_status": null,
|
| 179 |
+
"merged_rows_total": 87,
|
| 180 |
+
"source_jsonld_files": 1,
|
| 181 |
+
"source_rows_total": 87,
|
| 182 |
+
"source_summary_files": 1,
|
| 183 |
+
"state": "KY"
|
| 184 |
+
},
|
| 185 |
+
"LA": {
|
| 186 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-LA.jsonld",
|
| 187 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/LA.json",
|
| 188 |
+
"canonical_summary_status": null,
|
| 189 |
+
"merged_rows_total": 2,
|
| 190 |
+
"source_jsonld_files": 1,
|
| 191 |
+
"source_rows_total": 2,
|
| 192 |
+
"source_summary_files": 1,
|
| 193 |
+
"state": "LA"
|
| 194 |
+
},
|
| 195 |
+
"MA": {
|
| 196 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MA.jsonld",
|
| 197 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MA.json",
|
| 198 |
+
"canonical_summary_status": null,
|
| 199 |
+
"merged_rows_total": 90,
|
| 200 |
+
"source_jsonld_files": 1,
|
| 201 |
+
"source_rows_total": 90,
|
| 202 |
+
"source_summary_files": 1,
|
| 203 |
+
"state": "MA"
|
| 204 |
+
},
|
| 205 |
+
"MD": {
|
| 206 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MD.jsonld",
|
| 207 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MD.json",
|
| 208 |
+
"canonical_summary_status": null,
|
| 209 |
+
"merged_rows_total": 85,
|
| 210 |
+
"source_jsonld_files": 1,
|
| 211 |
+
"source_rows_total": 85,
|
| 212 |
+
"source_summary_files": 3,
|
| 213 |
+
"state": "MD"
|
| 214 |
+
},
|
| 215 |
+
"ME": {
|
| 216 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-ME.jsonld",
|
| 217 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/ME.json",
|
| 218 |
+
"canonical_summary_status": null,
|
| 219 |
+
"merged_rows_total": 95,
|
| 220 |
+
"source_jsonld_files": 1,
|
| 221 |
+
"source_rows_total": 95,
|
| 222 |
+
"source_summary_files": 1,
|
| 223 |
+
"state": "ME"
|
| 224 |
+
},
|
| 225 |
+
"MI": {
|
| 226 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MI.jsonld",
|
| 227 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MI.json",
|
| 228 |
+
"canonical_summary_status": null,
|
| 229 |
+
"merged_rows_total": 95,
|
| 230 |
+
"source_jsonld_files": 1,
|
| 231 |
+
"source_rows_total": 95,
|
| 232 |
+
"source_summary_files": 1,
|
| 233 |
+
"state": "MI"
|
| 234 |
+
},
|
| 235 |
+
"MN": {
|
| 236 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MN.jsonld",
|
| 237 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MN.json",
|
| 238 |
+
"canonical_summary_status": null,
|
| 239 |
+
"merged_rows_total": 92,
|
| 240 |
+
"source_jsonld_files": 1,
|
| 241 |
+
"source_rows_total": 92,
|
| 242 |
+
"source_summary_files": 3,
|
| 243 |
+
"state": "MN"
|
| 244 |
+
},
|
| 245 |
+
"MO": {
|
| 246 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MO.jsonld",
|
| 247 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MO.json",
|
| 248 |
+
"canonical_summary_status": null,
|
| 249 |
+
"merged_rows_total": 37,
|
| 250 |
+
"source_jsonld_files": 1,
|
| 251 |
+
"source_rows_total": 37,
|
| 252 |
+
"source_summary_files": 1,
|
| 253 |
+
"state": "MO"
|
| 254 |
+
},
|
| 255 |
+
"MS": {
|
| 256 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MS.jsonld",
|
| 257 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MS.json",
|
| 258 |
+
"canonical_summary_status": null,
|
| 259 |
+
"merged_rows_total": 74,
|
| 260 |
+
"source_jsonld_files": 1,
|
| 261 |
+
"source_rows_total": 74,
|
| 262 |
+
"source_summary_files": 1,
|
| 263 |
+
"state": "MS"
|
| 264 |
+
},
|
| 265 |
+
"MT": {
|
| 266 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-MT.jsonld",
|
| 267 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/MT.json",
|
| 268 |
+
"canonical_summary_status": null,
|
| 269 |
+
"merged_rows_total": 88,
|
| 270 |
+
"source_jsonld_files": 1,
|
| 271 |
+
"source_rows_total": 88,
|
| 272 |
+
"source_summary_files": 1,
|
| 273 |
+
"state": "MT"
|
| 274 |
+
},
|
| 275 |
+
"NC": {
|
| 276 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NC.jsonld",
|
| 277 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NC.json",
|
| 278 |
+
"canonical_summary_status": null,
|
| 279 |
+
"merged_rows_total": 104,
|
| 280 |
+
"source_jsonld_files": 1,
|
| 281 |
+
"source_rows_total": 104,
|
| 282 |
+
"source_summary_files": 1,
|
| 283 |
+
"state": "NC"
|
| 284 |
+
},
|
| 285 |
+
"ND": {
|
| 286 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-ND.jsonld",
|
| 287 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/ND.json",
|
| 288 |
+
"canonical_summary_status": null,
|
| 289 |
+
"merged_rows_total": 96,
|
| 290 |
+
"source_jsonld_files": 1,
|
| 291 |
+
"source_rows_total": 96,
|
| 292 |
+
"source_summary_files": 3,
|
| 293 |
+
"state": "ND"
|
| 294 |
+
},
|
| 295 |
+
"NE": {
|
| 296 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NE.jsonld",
|
| 297 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NE.json",
|
| 298 |
+
"canonical_summary_status": null,
|
| 299 |
+
"merged_rows_total": 93,
|
| 300 |
+
"source_jsonld_files": 1,
|
| 301 |
+
"source_rows_total": 93,
|
| 302 |
+
"source_summary_files": 1,
|
| 303 |
+
"state": "NE"
|
| 304 |
+
},
|
| 305 |
+
"NH": {
|
| 306 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NH.jsonld",
|
| 307 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NH.json",
|
| 308 |
+
"canonical_summary_status": null,
|
| 309 |
+
"merged_rows_total": 90,
|
| 310 |
+
"source_jsonld_files": 1,
|
| 311 |
+
"source_rows_total": 90,
|
| 312 |
+
"source_summary_files": 1,
|
| 313 |
+
"state": "NH"
|
| 314 |
+
},
|
| 315 |
+
"NJ": {
|
| 316 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NJ.jsonld",
|
| 317 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NJ.json",
|
| 318 |
+
"canonical_summary_status": null,
|
| 319 |
+
"merged_rows_total": 81,
|
| 320 |
+
"source_jsonld_files": 1,
|
| 321 |
+
"source_rows_total": 81,
|
| 322 |
+
"source_summary_files": 1,
|
| 323 |
+
"state": "NJ"
|
| 324 |
+
},
|
| 325 |
+
"NM": {
|
| 326 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NM.jsonld",
|
| 327 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NM.json",
|
| 328 |
+
"canonical_summary_status": null,
|
| 329 |
+
"merged_rows_total": 94,
|
| 330 |
+
"source_jsonld_files": 1,
|
| 331 |
+
"source_rows_total": 94,
|
| 332 |
+
"source_summary_files": 1,
|
| 333 |
+
"state": "NM"
|
| 334 |
+
},
|
| 335 |
+
"NV": {
|
| 336 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NV.jsonld",
|
| 337 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NV.json",
|
| 338 |
+
"canonical_summary_status": null,
|
| 339 |
+
"merged_rows_total": 97,
|
| 340 |
+
"source_jsonld_files": 1,
|
| 341 |
+
"source_rows_total": 97,
|
| 342 |
+
"source_summary_files": 1,
|
| 343 |
+
"state": "NV"
|
| 344 |
+
},
|
| 345 |
+
"NY": {
|
| 346 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-NY.jsonld",
|
| 347 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/NY.json",
|
| 348 |
+
"canonical_summary_status": null,
|
| 349 |
+
"merged_rows_total": 1688,
|
| 350 |
+
"source_jsonld_files": 1,
|
| 351 |
+
"source_rows_total": 1688,
|
| 352 |
+
"source_summary_files": 1,
|
| 353 |
+
"state": "NY"
|
| 354 |
+
},
|
| 355 |
+
"OH": {
|
| 356 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-OH.jsonld",
|
| 357 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/OH.json",
|
| 358 |
+
"canonical_summary_status": null,
|
| 359 |
+
"merged_rows_total": 17,
|
| 360 |
+
"source_jsonld_files": 1,
|
| 361 |
+
"source_rows_total": 17,
|
| 362 |
+
"source_summary_files": 1,
|
| 363 |
+
"state": "OH"
|
| 364 |
+
},
|
| 365 |
+
"OK": {
|
| 366 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-OK.jsonld",
|
| 367 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/OK.json",
|
| 368 |
+
"canonical_summary_status": null,
|
| 369 |
+
"merged_rows_total": 54,
|
| 370 |
+
"source_jsonld_files": 1,
|
| 371 |
+
"source_rows_total": 54,
|
| 372 |
+
"source_summary_files": 3,
|
| 373 |
+
"state": "OK"
|
| 374 |
+
},
|
| 375 |
+
"OR": {
|
| 376 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-OR.jsonld",
|
| 377 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/OR.json",
|
| 378 |
+
"canonical_summary_status": null,
|
| 379 |
+
"merged_rows_total": 14401,
|
| 380 |
+
"source_jsonld_files": 111,
|
| 381 |
+
"source_rows_total": 14401,
|
| 382 |
+
"source_summary_files": 2,
|
| 383 |
+
"state": "OR"
|
| 384 |
+
},
|
| 385 |
+
"PA": {
|
| 386 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-PA.jsonld",
|
| 387 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/PA.json",
|
| 388 |
+
"canonical_summary_status": null,
|
| 389 |
+
"merged_rows_total": 92,
|
| 390 |
+
"source_jsonld_files": 1,
|
| 391 |
+
"source_rows_total": 92,
|
| 392 |
+
"source_summary_files": 4,
|
| 393 |
+
"state": "PA"
|
| 394 |
+
},
|
| 395 |
+
"RI": {
|
| 396 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-RI.jsonld",
|
| 397 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/RI.json",
|
| 398 |
+
"canonical_summary_status": null,
|
| 399 |
+
"merged_rows_total": 49,
|
| 400 |
+
"source_jsonld_files": 1,
|
| 401 |
+
"source_rows_total": 49,
|
| 402 |
+
"source_summary_files": 1,
|
| 403 |
+
"state": "RI"
|
| 404 |
+
},
|
| 405 |
+
"SC": {
|
| 406 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-SC.jsonld",
|
| 407 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/SC.json",
|
| 408 |
+
"canonical_summary_status": null,
|
| 409 |
+
"merged_rows_total": 63,
|
| 410 |
+
"source_jsonld_files": 1,
|
| 411 |
+
"source_rows_total": 63,
|
| 412 |
+
"source_summary_files": 1,
|
| 413 |
+
"state": "SC"
|
| 414 |
+
},
|
| 415 |
+
"SD": {
|
| 416 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-SD.jsonld",
|
| 417 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/SD.json",
|
| 418 |
+
"canonical_summary_status": null,
|
| 419 |
+
"merged_rows_total": 3,
|
| 420 |
+
"source_jsonld_files": 1,
|
| 421 |
+
"source_rows_total": 3,
|
| 422 |
+
"source_summary_files": 1,
|
| 423 |
+
"state": "SD"
|
| 424 |
+
},
|
| 425 |
+
"TN": {
|
| 426 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-TN.jsonld",
|
| 427 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/TN.json",
|
| 428 |
+
"canonical_summary_status": null,
|
| 429 |
+
"merged_rows_total": 50,
|
| 430 |
+
"source_jsonld_files": 1,
|
| 431 |
+
"source_rows_total": 50,
|
| 432 |
+
"source_summary_files": 3,
|
| 433 |
+
"state": "TN"
|
| 434 |
+
},
|
| 435 |
+
"TX": {
|
| 436 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-TX.jsonld",
|
| 437 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/TX.json",
|
| 438 |
+
"canonical_summary_status": null,
|
| 439 |
+
"merged_rows_total": 24,
|
| 440 |
+
"source_jsonld_files": 1,
|
| 441 |
+
"source_rows_total": 24,
|
| 442 |
+
"source_summary_files": 1,
|
| 443 |
+
"state": "TX"
|
| 444 |
+
},
|
| 445 |
+
"UT": {
|
| 446 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-UT.jsonld",
|
| 447 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/UT.json",
|
| 448 |
+
"canonical_summary_status": null,
|
| 449 |
+
"merged_rows_total": 98,
|
| 450 |
+
"source_jsonld_files": 1,
|
| 451 |
+
"source_rows_total": 98,
|
| 452 |
+
"source_summary_files": 1,
|
| 453 |
+
"state": "UT"
|
| 454 |
+
},
|
| 455 |
+
"VA": {
|
| 456 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-VA.jsonld",
|
| 457 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/VA.json",
|
| 458 |
+
"canonical_summary_status": null,
|
| 459 |
+
"merged_rows_total": 18,
|
| 460 |
+
"source_jsonld_files": 1,
|
| 461 |
+
"source_rows_total": 18,
|
| 462 |
+
"source_summary_files": 1,
|
| 463 |
+
"state": "VA"
|
| 464 |
+
},
|
| 465 |
+
"VT": {
|
| 466 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-VT.jsonld",
|
| 467 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/VT.json",
|
| 468 |
+
"canonical_summary_status": null,
|
| 469 |
+
"merged_rows_total": 100,
|
| 470 |
+
"source_jsonld_files": 1,
|
| 471 |
+
"source_rows_total": 100,
|
| 472 |
+
"source_summary_files": 2,
|
| 473 |
+
"state": "VT"
|
| 474 |
+
},
|
| 475 |
+
"WA": {
|
| 476 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-WA.jsonld",
|
| 477 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/WA.json",
|
| 478 |
+
"canonical_summary_status": null,
|
| 479 |
+
"merged_rows_total": 96,
|
| 480 |
+
"source_jsonld_files": 1,
|
| 481 |
+
"source_rows_total": 96,
|
| 482 |
+
"source_summary_files": 1,
|
| 483 |
+
"state": "WA"
|
| 484 |
+
},
|
| 485 |
+
"WI": {
|
| 486 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-WI.jsonld",
|
| 487 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/WI.json",
|
| 488 |
+
"canonical_summary_status": null,
|
| 489 |
+
"merged_rows_total": 82,
|
| 490 |
+
"source_jsonld_files": 1,
|
| 491 |
+
"source_rows_total": 82,
|
| 492 |
+
"source_summary_files": 1,
|
| 493 |
+
"state": "WI"
|
| 494 |
+
},
|
| 495 |
+
"WV": {
|
| 496 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-WV.jsonld",
|
| 497 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/WV.json",
|
| 498 |
+
"canonical_summary_status": null,
|
| 499 |
+
"merged_rows_total": 84,
|
| 500 |
+
"source_jsonld_files": 1,
|
| 501 |
+
"source_rows_total": 84,
|
| 502 |
+
"source_summary_files": 1,
|
| 503 |
+
"state": "WV"
|
| 504 |
+
},
|
| 505 |
+
"WY": {
|
| 506 |
+
"canonical_jsonld": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_laws_jsonld/STATE-WY.jsonld",
|
| 507 |
+
"canonical_summary_json": "/home/barberb/municipal_scrape_workspace/artifacts/state_laws/canonical_merged_20260311_005523/state_summaries/WY.json",
|
| 508 |
+
"canonical_summary_status": null,
|
| 509 |
+
"merged_rows_total": 2,
|
| 510 |
+
"source_jsonld_files": 1,
|
| 511 |
+
"source_rows_total": 2,
|
| 512 |
+
"source_summary_files": 1,
|
| 513 |
+
"state": "WY"
|
| 514 |
+
}
|
| 515 |
+
},
|
| 516 |
+
"totals": {
|
| 517 |
+
"rows_combined_jsonl": 20514,
|
| 518 |
+
"states_seen": 51,
|
| 519 |
+
"states_with_jsonld": 51
|
| 520 |
+
}
|
| 521 |
+
}
|
state_laws_canonical.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8f224a2bb2d606fce1ee3d5d108e345a9b8d9071aa9c3755701e9d063ff3869
|
| 3 |
+
size 226210050
|
state_laws_jsonld/STATE-AK.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-AL.jsonld
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-11", "name": "Title 10A", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Title 10A", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/162081.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Title 10A", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Title 10A", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-14", "name": "Title 13A", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Title 13A", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/13297.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Title 13A", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Title 13A", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-12", "name": "Title 11", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Title 11", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/8577.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Title 11", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Title 11", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-10", "name": "Title 10", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "Title 10", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/7665.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: Title 10", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: Title 10", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-44", "name": "Title 43", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "Title 43", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/30792.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: Title 43", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: Title 43", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-43", "name": "Title 42", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "Title 42", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/30771.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: Title 42", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: Title 42", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-42", "name": "Title 41", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "Title 41", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/29375.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: Title 41", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: Title 41", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-41", "name": "Title 40", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Title 40", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/27855.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Title 40", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Title 40", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-40", "name": "Title 39", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "Title 39", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/27784.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: Title 39", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: Title 39", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-39", "name": "Title 38", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "Title 38", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/27626.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: Title 38", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: Title 38", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-38", "name": "Title 37", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "Title 37", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/27015.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: Title 37", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: Title 37", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-37", "name": "Title 36", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "Title 36", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/26146.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: Title 36", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: Title 36", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-36", "name": "Title 35", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "Title 35", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/25326.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: Title 35", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: Title 35", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-35", "name": "Title 34", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "Title 34", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/24046.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: Title 34", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: Title 34", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-34", "name": "Title 33", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "Title 33", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/23586.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: Title 33", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: Title 33", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-33", "name": "Title 32", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "Title 32", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/22786.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: Title 32", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: Title 32", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-32", "name": "Title 31", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "Title 31", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/22488.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: Title 31", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: Title 31", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-31", "name": "Title 30", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "Title 30", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/22063.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: Title 30", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: Title 30", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-30", "name": "Title 29", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "Title 29", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/21915.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: Title 29", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: Title 29", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-29", "name": "Title 28", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "Title 28", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/21502.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: Title 28", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: Title 28", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-28", "name": "Title 27", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Title 27", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/20286.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Title 27", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Title 27", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-27", "name": "Title 26", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "Title 26", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/19865.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: Title 26", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: Title 26", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-26", "name": "Title 25", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "Title 25", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/19360.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: Title 25", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: Title 25", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-25", "name": "Title 24", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Title 24", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/19166.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Title 24", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Title 24", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-24", "name": "Title 23", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "Title 23", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/18894.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: Title 23", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: Title 23", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-23", "name": "Title 22", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "Title 22", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/17654.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: Title 22", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: Title 22", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-22", "name": "Title 21", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "Title 21", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/17514.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: Title 21", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: Title 21", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-21", "name": "Title 20", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "Title 20", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/17354.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: Title 20", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: Title 20", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-20", "name": "Title 19", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "Title 19", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/17154.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: Title 19", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: Title 19", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-19", "name": "Title 18", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Title 18", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/16994.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Title 18", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Title 18", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-18", "name": "Title 17", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Title 17", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/16474.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Title 17", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Title 17", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-46", "name": "Title 45", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "Title 45", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/155473.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: Title 45", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: Title 45", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-17", "name": "Title 16", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Title 16", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/14974.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Title 16", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Title 16", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-16", "name": "Title 15", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "Title 15", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/14214.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: Title 15", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: Title 15", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-15", "name": "Title 14", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Title 14", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/13894.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Title 14", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Title 14", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-13", "name": "Title 12", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Title 12", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/12057.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Title 12", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Title 12", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-45", "name": "Title 44", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "Title 44", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/109432.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: Title 44", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: Title 44", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-9", "name": "Title 9", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Title 9", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/6457.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Title 9", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Title 9", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-8", "name": "Title 8", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Title 8", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/4653.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Title 8", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Title 8", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-7", "name": "Title 7", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Title 7", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/3997.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Title 7", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Title 7", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-6", "name": "Title 6", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Title 6", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/3069.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Title 6", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Title 6", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-5", "name": "Title 5", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Title 5", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/2501.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Title 5", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Title 5", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-3", "name": "Title 3", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Title 3", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/2220.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Title 3", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Title 3", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-4", "name": "Title 4", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "Title 4", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/152148.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: Title 4", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: Title 4", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-2", "name": "Title 2", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Title 2", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/1058.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Title 2", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Title 2", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/al", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:al:statute:Alabama Code § Section-1", "name": "Title 1", "isPartOf": {"@type": "CreativeWork", "name": "Alabama Code", "identifier": "AL-code"}, "legislationType": "statute", "stateCode": "AL", "stateName": "Alabama", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Title 1", "dateModified": null, "sourceUrl": "http://alisondb.legislature.state.al.us/alison/CodeOfAlabama/1975/1000.htm", "chapter": {"chapter_label": "Alabama Code", "chapter_name": "Alabama Code", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Title 1", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Title 1", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-AR.jsonld
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a3a6f0b36a8e7b8f2883e58adad88664a4fa89f175cb71827eae55d059f06778
|
| 3 |
+
size 19368537
|
state_laws_jsonld/STATE-AZ.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-CA.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-CO.jsonld
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8dd7104770c138a92e6cb4fe142097a141dd4d1fcd014914c1ebab1ee752747
|
| 3 |
+
size 30482427
|
state_laws_jsonld/STATE-CT.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-DC.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-DE.jsonld
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-7", "name": "Title 4 - Alcoholic Liquors and Marijuana", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-7", "sectionName": "Title 4 - Alcoholic Liquors and Marijuana", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title4/index.html ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-7: Title 4 - Alcoholic Liquors and Marijuana", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-7: Title 4 - Alcoholic Liquors and Marijuana", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-1", "name": "Title 1 - General Provisions", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-1", "sectionName": "Title 1 - General Provisions", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title1/index.html ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-1: Title 1 - General Provisions", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-1: Title 1 - General Provisions", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-3", "name": "Title 2 - Transportation", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-3", "sectionName": "Title 2 - Transportation", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title2/index.html ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-3: Title 2 - Transportation", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-3: Title 2 - Transportation", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-5", "name": "Title 3 - Agriculture", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-5", "sectionName": "Title 3 - Agriculture", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title3/index.html ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-5: Title 3 - Agriculture", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-5: Title 3 - Agriculture", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-10", "name": "Authenticated PDF", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-10", "sectionName": "Authenticated PDF", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title5/title5.pdf ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-10: Authenticated PDF", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-10: Authenticated PDF", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-9", "name": "Title 5 - Banking", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-9", "sectionName": "Title 5 - Banking", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title5/index.html ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-9: Title 5 - Banking", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-9: Title 5 - Banking", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-8", "name": "Authenticated PDF", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-8", "sectionName": "Authenticated PDF", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title4/title4.pdf ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-8: Authenticated PDF", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-8: Authenticated PDF", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-6", "name": "Authenticated PDF", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-6", "sectionName": "Authenticated PDF", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title3/title3.pdf ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-6: Authenticated PDF", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-6: Authenticated PDF", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-4", "name": "Authenticated PDF", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-4", "sectionName": "Authenticated PDF", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title2/title2.pdf ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-4: Authenticated PDF", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-4: Authenticated PDF", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/de", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:de:statute:Delaware Code § Title-2", "name": "Authenticated PDF", "isPartOf": {"@type": "CreativeWork", "name": "Delaware Code", "identifier": "DE-code"}, "legislationType": "statute", "stateCode": "DE", "stateName": "Delaware", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Title-2", "sectionName": "Authenticated PDF", "dateModified": null, "sourceUrl": "https://delcode.delaware.gov/title1/title1.pdf ", "chapter": {"chapter_label": "Delaware Code", "chapter_name": "Delaware Code", "chapter_inferred": true}, "preamble": "Title Title-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": []}, "legislativeHistory": {"cleaned_text": "Title Title-2: Authenticated PDF", "history_citation_blocks": [], "history_citations": []}, "text": "Title Title-2: Authenticated PDF", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-FL.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-GA.jsonld
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ga", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ga:statute:Official Code of Georgia § Section-2", "name": "General Statutes Summary", "isPartOf": {"@type": "CreativeWork", "name": "Official Code of Georgia", "identifier": "GA-code"}, "legislationType": "statute", "stateCode": "GA", "stateName": "Georgia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "General Statutes Summary", "dateModified": null, "sourceUrl": "http://www.legis.ga.gov/general-statutes", "chapter": {"chapter_label": "Official Code of Georgia", "chapter_name": "Official Code of Georgia", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: General Statutes Summary", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: General Statutes Summary", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ga", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ga:statute:Official Code of Georgia § Section-1", "name": "Georgia Code", "isPartOf": {"@type": "CreativeWork", "name": "Official Code of Georgia", "identifier": "GA-code"}, "legislationType": "statute", "stateCode": "GA", "stateName": "Georgia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Georgia Code", "dateModified": null, "sourceUrl": "http://www.lexisnexis.com/hottopics/gacode", "chapter": {"chapter_label": "Official Code of Georgia", "chapter_name": "Official Code of Georgia", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Georgia Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Georgia Code", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-HI.jsonld
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/hi", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:hi:statute:Hawaii Revised Statutes § Section-1", "name": "Cloudflare", "isPartOf": {"@type": "CreativeWork", "name": "Hawaii Revised Statutes", "identifier": "HI-code"}, "legislationType": "statute", "stateCode": "HI", "stateName": "Hawaii", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Cloudflare", "dateModified": null, "sourceUrl": "https://www.cloudflare.com/5xx-error-landing", "chapter": {"chapter_label": "Hawaii Revised Statutes", "chapter_name": "Hawaii Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Cloudflare", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Cloudflare", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-IA.jsonld
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-1", "name": "src=\"/images/theme/capitolYellow.png\"/>Iowa Legislature", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "src=\"/images/theme/capitolYellow.png\"/>Iowa Legislature", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: src=\"/images/theme/capitolYellow.png\"/>Iowa Legislature", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: src=\"/images/theme/capitolYellow.png\"/>Iowa Legislature", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-57", "name": "Reports Required to be Filed with General Assembly", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-57", "sectionName": "Reports Required to be Filed with General Assembly", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/otherResources/reportsFiled", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-57:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-57"]}, "legislativeHistory": {"cleaned_text": "Section Section-57: Reports Required to be Filed with General Assembly", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-57: Reports Required to be Filed with General Assembly", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-49", "name": "Email Subscription to Legislative Documents", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "Email Subscription to Legislative Documents", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/subscribe/subscriptions", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: Email Subscription to Legislative Documents", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: Email Subscription to Legislative Documents", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-52", "name": "Iowa Administrative Code(updated biweekly)", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-52", "sectionName": "Iowa Administrative Code(updated biweekly)", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/administrativeRules/agencies", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-52:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-52"]}, "legislativeHistory": {"cleaned_text": "Section Section-52: Iowa Administrative Code(updated biweekly)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-52: Iowa Administrative Code(updated biweekly)", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-45", "name": "Proposed Constitutional Amendment", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "Proposed Constitutional Amendment", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/statutory/constitution/pca", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: Proposed Constitutional Amendment", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: Proposed Constitutional Amendment", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-55", "name": "Iowa Official Register(Redbook)", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-55", "sectionName": "Iowa Official Register(Redbook)", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/otherResources/register", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-55:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-55"]}, "legislativeHistory": {"cleaned_text": "Section Section-55: Iowa Official Register(Redbook)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-55: Iowa Official Register(Redbook)", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-31", "name": "Tentative House Debate Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "Tentative House Debate Calendar", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/docs/current/publications/HDCAL/calendar.pdf", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: Tentative House Debate Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: Tentative House Debate Calendar", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-69", "name": "Report ADA Accessibility Issue", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-69", "sectionName": "Report ADA Accessibility Issue", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/misc/ada#ada", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-69:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-69"]}, "legislativeHistory": {"cleaned_text": "Section Section-69: Report ADA Accessibility Issue", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-69: Report ADA Accessibility Issue", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-21", "name": "Latest Senate Debate Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "Latest Senate Debate Calendar", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/docs/current/publications/SDCAL/calendar.pdf", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: Latest Senate Debate Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: Latest Senate Debate Calendar", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-43", "name": "Search Legislative Documents", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "Search Legislative Documents", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/search", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: Search Legislative Documents", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: Search Legislative Documents", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-48", "name": "Annual State Budget Analysis", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "Annual State Budget Analysis", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/fiscal/budgetAnalysis", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: Annual State Budget Analysis", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: Annual State Budget Analysis", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-39", "name": "Code & Acts Sections Amended", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "Code & Acts Sections Amended", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/statutory/acts/amended", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: Code & Acts Sections Amended", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: Code & Acts Sections Amended", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-20", "name": "Senate Floor Votes by Bill", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "Senate Floor Votes by Bill", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislation/findLegislation/floorVotes?chamberID=S", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: Senate Floor Votes by Bill", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: Senate Floor Votes by Bill", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-58", "name": "Roster of State Officials", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-58", "sectionName": "Roster of State Officials", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/otherResources/roster", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-58:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-58"]}, "legislativeHistory": {"cleaned_text": "Section Section-58: Roster of State Officials", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-58: Roster of State Officials", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-36", "name": "Audio/Video Presentations", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "Audio/Video Presentations", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/audioVideo", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: Audio/Video Presentations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: Audio/Video Presentations", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-30", "name": "House Floor Votes by Bill", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "House Floor Votes by Bill", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislation/findLegislation/floorVotes?chamberID=H", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: House Floor Votes by Bill", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: House Floor Votes by Bill", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-12", "name": "Capitol Tours& Resources", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Capitol Tours& Resources", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/resources/tourCapitol", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Capitol Tours& Resources", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Capitol Tours& Resources", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-56", "name": "Order Legal Publications", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-56", "sectionName": "Order Legal Publications", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/information", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-56:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-56"]}, "legislativeHistory": {"cleaned_text": "Section Section-56: Order Legal Publications", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-56: Order Legal Publications", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-15", "name": "Iowa Redistricting 2021", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Iowa Redistricting 2021", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislators/redistricting", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Iowa Redistricting 2021", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Iowa Redistricting 2021", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-46", "name": "Schedule Capitol Tour", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "Schedule Capitol Tour", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/resources/tourCapitol/tourRequest", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: Schedule Capitol Tour", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: Schedule Capitol Tour", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-67", "name": "Online Privacy Policy", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-67", "sectionName": "Online Privacy Policy", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/misc/privacy", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-67:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-67"]}, "legislativeHistory": {"cleaned_text": "Section Section-67: Online Privacy Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-67: Online Privacy Policy", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-60", "name": "Website Announcements", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-60", "sectionName": "Website Announcements", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/misc/announcements", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-60:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-60"]}, "legislativeHistory": {"cleaned_text": "Section Section-60: Website Announcements", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-60: Website Announcements", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-8", "name": "Committees& Schedules", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Committees& Schedules", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/committees", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Committees& Schedules", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Committees& Schedules", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-54", "name": "Iowa Economic Trends", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-54", "sectionName": "Iowa Economic Trends", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/fiscal/economicTrends", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-54:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-54"]}, "legislativeHistory": {"cleaned_text": "Section Section-54: Iowa Economic Trends", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-54: Iowa Economic Trends", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-42", "name": "Find Your Legislator", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "Find Your Legislator", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislators/find", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: Find Your Legislator", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: Find Your Legislator", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-38", "name": "Bills & Rules Watch", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "Bills & Rules Watch", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/portal/subscriptions", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: Bills & Rules Watch", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: Bills & Rules Watch", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-13", "name": "LobbyistInformation", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "LobbyistInformation", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/lobbyist", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: LobbyistInformation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: LobbyistInformation", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-10", "name": "LegislativeAgencies", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "LegislativeAgencies", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/agencies", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: LegislativeAgencies", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: LegislativeAgencies", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-59", "name": "Session Timetable", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-59", "sectionName": "Session Timetable", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/docs/publications/SESTT/current.pdf", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-59:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-59"]}, "legislativeHistory": {"cleaned_text": "Section Section-59: Session Timetable", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-59: Session Timetable", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-3", "name": "Video Tutorials", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Video Tutorials", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/resources/videoTutorials", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Video Tutorials", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Video Tutorials", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-9", "name": "Iowa Law& Rules", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Iowa Law& Rules", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Iowa Law& Rules", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Iowa Law& Rules", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-40", "name": "Daily Receipts", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "Daily Receipts", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/fiscal/dailyReceipts", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: Daily Receipts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: Daily Receipts", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-41", "name": "Enrolled Bills", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Enrolled Bills", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/statutory/acts/enrolledBills", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Enrolled Bills", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Enrolled Bills", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-17", "name": "Daily Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Daily Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/video/archive?chamber=S", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Daily Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Daily Archives", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-27", "name": "Daily Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "Daily Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/video/archive?chamber=H", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: Daily Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: Daily Archives", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-44", "name": "Polling Times", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "Polling Times", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislators/pollingtimes", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: Polling Times", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: Polling Times", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-18", "name": "Bill Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Bill Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/video/billarchive?chamber=S", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Bill Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Bill Archives", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-28", "name": "Bill Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Bill Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/video/billarchive?chamber=H", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Bill Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Bill Archives", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-50", "name": "Fiscal Notes", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-50", "sectionName": "Fiscal Notes", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications/information/fiscalNotes", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-50:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-50"]}, "legislativeHistory": {"cleaned_text": "Section Section-50: Fiscal Notes", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-50: Fiscal Notes", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-11", "name": "Publications", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Publications", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/publications", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Publications", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Publications", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-64", "name": "Applications", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-64", "sectionName": "Applications", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/portal", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-64:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-64"]}, "legislativeHistory": {"cleaned_text": "Section Section-64: Applications", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-64: Applications", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-5", "name": "Senate/House", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Senate/House", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Senate/House", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Senate/House", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-47", "name": "Information", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "Information", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/docs/publications/CT/794834.pdf", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: Information", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: Information", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-6", "name": "Legislators", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Legislators", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislators", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Legislators", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Legislators", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-7", "name": "Legislation", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Legislation", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislation", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Legislation", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-66", "name": "ADA Policy", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-66", "sectionName": "ADA Policy", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/misc/ada", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-66:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-66"]}, "legislativeHistory": {"cleaned_text": "Section Section-66: ADA Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-66: ADA Policy", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-68", "name": "Disclaimer", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-68", "sectionName": "Disclaimer", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/disclaimer", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-68:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-68"]}, "legislativeHistory": {"cleaned_text": "Section Section-68: Disclaimer", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-68: Disclaimer", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-19", "name": "Live Audio", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Live Audio", "dateModified": null, "sourceUrl": "https://edge.mixlr.com/channel/tqrkq", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Live Audio", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Live Audio", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-29", "name": "Live Audio", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "Live Audio", "dateModified": null, "sourceUrl": "https://edge.mixlr.com/channel/gzrcp", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: Live Audio", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: Live Audio", "subsections": [], "parser_warnings": []}
|
| 50 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-65", "name": "Subscribe", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-65", "sectionName": "Subscribe", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/subscribe", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-65:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-65"]}, "legislativeHistory": {"cleaned_text": "Section Section-65: Subscribe", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-65: Subscribe", "subsections": [], "parser_warnings": []}
|
| 51 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-51", "name": "Iowa Acts", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-51", "sectionName": "Iowa Acts", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/statutory/acts/actsChapter", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-51:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-51"]}, "legislativeHistory": {"cleaned_text": "Section Section-51: Iowa Acts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-51: Iowa Acts", "subsections": [], "parser_warnings": []}
|
| 52 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-53", "name": "Iowa Code", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-53", "sectionName": "Iowa Code", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/law/statutory", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-53:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-53"]}, "legislativeHistory": {"cleaned_text": "Section Section-53: Iowa Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-53: Iowa Code", "subsections": [], "parser_warnings": []}
|
| 53 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-25", "name": "Full Page", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Full Page", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/committees/meetings/meetingsListChamber?chamber=S&bDate=02/28/2026&eDate=02/28/2026", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Full Page", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Full Page", "subsections": [], "parser_warnings": []}
|
| 54 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-35", "name": "Full Page", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "Full Page", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/committees/meetings/meetingsListChamber?chamber=H&bDate=02/28/2026&eDate=02/28/2026", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: Full Page", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: Full Page", "subsections": [], "parser_warnings": []}
|
| 55 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-23", "name": "Full Page", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "Full Page", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/action/Senate/current?cache=1", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: Full Page", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: Full Page", "subsections": [], "parser_warnings": []}
|
| 56 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-33", "name": "Full Page", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "Full Page", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/action/House/current?cache=1", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: Full Page", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: Full Page", "subsections": [], "parser_warnings": []}
|
| 57 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-61", "name": "Site Map", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-61", "sectionName": "Site Map", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/sitemap#home", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-61:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-61"]}, "legislativeHistory": {"cleaned_text": "Section Section-61: Site Map", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-61: Site Map", "subsections": [], "parser_warnings": []}
|
| 58 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-37", "name": "BillBook", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "BillBook", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislation/BillBook", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: BillBook", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: BillBook", "subsections": [], "parser_warnings": []}
|
| 59 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-63", "name": "Contacts", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-63", "sectionName": "Contacts", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/contacts/legisContact", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-63:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-63"]}, "legislativeHistory": {"cleaned_text": "Section Section-63: Contacts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-63: Contacts", "subsections": [], "parser_warnings": []}
|
| 60 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-24", "name": "Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/action/senateArchive", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: Archives", "subsections": [], "parser_warnings": []}
|
| 61 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-34", "name": "Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/chambers/action/houseArchive", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: Archives", "subsections": [], "parser_warnings": []}
|
| 62 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-14", "name": "Archives", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Archives", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/archives", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Archives", "subsections": [], "parser_warnings": []}
|
| 63 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-62", "name": "Careers", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-62", "sectionName": "Careers", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/careers", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-62:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-62"]}, "legislativeHistory": {"cleaned_text": "Section Section-62: Careers", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-62: Careers", "subsections": [], "parser_warnings": []}
|
| 64 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-22", "name": "Index", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "Index", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislation/eligibleDebate/senateDebateCalendar", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: Index", "subsections": [], "parser_warnings": []}
|
| 65 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-32", "name": "Index", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "Index", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/legislation/eligibleDebate/houseDebateCalendar", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: Index", "subsections": [], "parser_warnings": []}
|
| 66 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-16", "name": "Live", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "Live", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/dashboard?view=videoLive&chamber=S", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: Live", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: Live", "subsections": [], "parser_warnings": []}
|
| 67 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-26", "name": "Live", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "Live", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/dashboard?view=videoLive&chamber=H", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: Live", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: Live", "subsections": [], "parser_warnings": []}
|
| 68 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-4", "name": "Home", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "Home", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: Home", "subsections": [], "parser_warnings": []}
|
| 69 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ia", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ia:statute:Iowa Code § Section-2", "name": "FAQ", "isPartOf": {"@type": "CreativeWork", "name": "Iowa Code", "identifier": "IA-code"}, "legislationType": "statute", "stateCode": "IA", "stateName": "Iowa", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "FAQ", "dateModified": null, "sourceUrl": "https://www.legis.iowa.gov/FAQ?action=home", "chapter": {"chapter_label": "Iowa Code", "chapter_name": "Iowa Code", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: FAQ", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: FAQ", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-ID.jsonld
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eea639c6435c1a8363a379e730652733908c62006b93d1b4da6edc739710928f
|
| 3 |
+
size 118445748
|
state_laws_jsonld/STATE-IL.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-IN.jsonld
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/in", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:in:statute:Indiana Code § Section-2", "name": "Save Page Now", "isPartOf": {"@type": "CreativeWork", "name": "Indiana Code", "identifier": "IN-code"}, "legislationType": "statute", "stateCode": "IN", "stateName": "Indiana", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Save Page Now", "dateModified": null, "sourceUrl": "https://archive.org/details/save-page-now", "chapter": {"chapter_label": "Indiana Code", "chapter_name": "Indiana Code", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Save Page Now", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Save Page Now", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/in", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:in:statute:Indiana Code § Section-1", "name": "1 capture", "isPartOf": {"@type": "CreativeWork", "name": "Indiana Code", "identifier": "IN-code"}, "legislationType": "statute", "stateCode": "IN", "stateName": "Indiana", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "1 capture", "dateModified": null, "sourceUrl": "http://web.archive.org/web/20251017071627*/https://iga.in.gov/legislative/laws/2023/ic/titles/", "chapter": {"chapter_label": "Indiana Code", "chapter_name": "Indiana Code", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: 1 capture", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: 1 capture", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-KS.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-KY.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-LA.jsonld
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/la", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:la:statute:Louisiana Revised Statutes § Section-2", "name": "Senate", "isPartOf": {"@type": "CreativeWork", "name": "Louisiana Revised Statutes", "identifier": "LA-code"}, "legislationType": "statute", "stateCode": "LA", "stateName": "Louisiana", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Senate", "dateModified": null, "sourceUrl": "https://senate.la.gov", "chapter": {"chapter_label": "Louisiana Revised Statutes", "chapter_name": "Louisiana Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Senate", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Senate", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/la", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:la:statute:Louisiana Revised Statutes § Section-1", "name": "House", "isPartOf": {"@type": "CreativeWork", "name": "Louisiana Revised Statutes", "identifier": "LA-code"}, "legislationType": "statute", "stateCode": "LA", "stateName": "Louisiana", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "House", "dateModified": null, "sourceUrl": "https://house.louisiana.gov", "chapter": {"chapter_label": "Louisiana Revised Statutes", "chapter_name": "Louisiana Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: House", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: House", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-MA.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-MD.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-ME.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-MI.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-MN.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-MO.jsonld
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-29", "name": "527 Declaratory Judgments; Actions Involving Land Titles; Lis Pendens; Change of Name", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "527 Declaratory Judgments; Actions Involving Land Titles; Lis Pendens; Change of Name", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=527", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: 527 Declaratory Judgments; Actions Involving Land Titles; Lis Pendens; Change of Name", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: 527 Declaratory Judgments; Actions Involving Land Titles; Lis Pendens; Change of Name", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-12", "name": "255 Division of Commerce and Industrial Development (Transferred to Chapter 625)", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "255 Division of Commerce and Industrial Development (Transferred to Chapter 625)", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=255", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: 255 Division of Commerce and Industrial Development (Transferred to Chapter 625)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: 255 Division of Commerce and Industrial Development (Transferred to Chapter 625)", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-21", "name": "446 Establishment and Evidence of Boundaries and Titles to Land", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "446 Establishment and Evidence of Boundaries and Titles to Land", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=446", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: 446 Establishment and Evidence of Boundaries and Titles to Land", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: 446 Establishment and Evidence of Boundaries and Titles to Land", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-6", "name": "173 Department of Higher Education and Workforce Development", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "173 Department of Higher Education and Workforce Development", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=173", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: 173 Department of Higher Education and Workforce Development", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: 173 Department of Higher Education and Workforce Development", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-24", "name": "473 Probate Code — Administration of Decedents' Estates", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "473 Probate Code — Administration of Decedents' Estates", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=473", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: 473 Probate Code — Administration of Decedents' Estates", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: 473 Probate Code — Administration of Decedents' Estates", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-5", "name": "161 Department of Elementary and Secondary Education", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "161 Department of Elementary and Secondary Education", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=161", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: 161 Department of Elementary and Secondary Education", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: 161 Department of Elementary and Secondary Education", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-3", "name": "84 Police Departments in St. Louis and Kansas City", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "84 Police Departments in St. Louis and Kansas City", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=84", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: 84 Police Departments in St. Louis and Kansas City", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: 84 Police Departments in St. Louis and Kansas City", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-25", "name": "474 Probate Code — Intestate Succession and Wills", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "474 Probate Code — Intestate Succession and Wills", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=474", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: 474 Probate Code — Intestate Succession and Wills", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: 474 Probate Code — Intestate Succession and Wills", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-8", "name": "203 Air Conservation (Transferred to Chapter 643)", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "203 Air Conservation (Transferred to Chapter 643)", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=203", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: 203 Air Conservation (Transferred to Chapter 643)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: 203 Air Conservation (Transferred to Chapter 643)", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-22", "name": "456 Trusts and Trustees — The Uniform Trust Code", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "456 Trusts and Trustees — The Uniform Trust Code", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=456", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: 456 Trusts and Trustees — The Uniform Trust Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: 456 Trusts and Trustees — The Uniform Trust Code", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-14", "name": "286 Department of Labor and Industrial Relations", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "286 Department of Labor and Industrial Relations", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=286", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: 286 Department of Labor and Industrial Relations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: 286 Department of Labor and Industrial Relations", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-4", "name": "85 City Police and Fire Departments Generally", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "85 City Police and Fire Departments Generally", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=85", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: 85 City Police and Fire Departments Generally", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: 85 City Police and Fire Departments Generally", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-7", "name": "192 Department of Health and Senior Services", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "192 Department of Health and Senior Services", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=192", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: 192 Department of Health and Senior Services", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: 192 Department of Health and Senior Services", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-1", "name": "1 Laws in Force and Construction of Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "1 Laws in Force and Construction of Statutes", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=1", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: 1 Laws in Force and Construction of Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: 1 Laws in Force and Construction of Statutes", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-31", "name": "556 Preliminary Provisions (Criminal Code)", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "556 Preliminary Provisions (Criminal Code)", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=556", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: 556 Preliminary Provisions (Criminal Code)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: 556 Preliminary Provisions (Criminal Code)", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-20", "name": "442 Titles and Conveyance of Real Estate", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "442 Titles and Conveyance of Real Estate", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=442", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: 442 Titles and Conveyance of Real Estate", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: 442 Titles and Conveyance of Real Estate", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-17", "name": "374 Department of Commerce and Insurance", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "374 Department of Commerce and Insurance", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=374", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: 374 Department of Commerce and Insurance", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: 374 Department of Commerce and Insurance", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-32", "name": "620 Department of Economic Development", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "620 Department of Economic Development", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=620", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: 620 Department of Economic Development", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: 620 Department of Economic Development", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-23", "name": "472 Probate Code — General Provisions", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "472 Probate Code — General Provisions", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=472", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: 472 Probate Code — General Provisions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: 472 Probate Code — General Provisions", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-34", "name": "640 Department of Natural Resources", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "640 Department of Natural Resources", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=640", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: 640 Department of Natural Resources", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: 640 Department of Natural Resources", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-16", "name": "359 Uniform Limited Partnership Law", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "359 Uniform Limited Partnership Law", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=359", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: 359 Uniform Limited Partnership Law", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: 359 Uniform Limited Partnership Law", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-36", "name": "660 Department of Social Services", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "660 Department of Social Services", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=660", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: 660 Department of Social Services", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: 660 Department of Social Services", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-10", "name": "226 Department of Transportation", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "226 Department of Transportation", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=226", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: 226 Department of Transportation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: 226 Department of Transportation", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-35", "name": "650 Department of Public Safety", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "650 Department of Public Safety", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=650", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: 650 Department of Public Safety", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: 650 Department of Public Safety", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-33", "name": "630 Department of Mental Health", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "630 Department of Mental Health", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=630", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: 630 Department of Mental Health", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: 630 Department of Mental Health", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-26", "name": "475 Probate Code — Guardianship", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "475 Probate Code — Guardianship", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=475", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: 475 Probate Code — Guardianship", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: 475 Probate Code — Guardianship", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-11", "name": "252 Department of Conservation", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "252 Department of Conservation", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=252", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: 252 Department of Conservation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: 252 Department of Conservation", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-13", "name": "261 Department of Agriculture", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "261 Department of Agriculture", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=261", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: 261 Department of Agriculture", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: 261 Department of Agriculture", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-9", "name": "217 Department of Corrections", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "217 Department of Corrections", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=217", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: 217 Department of Corrections", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: 217 Department of Corrections", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-19", "name": "400 Uniform Commercial Code", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "400 Uniform Commercial Code", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=400", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: 400 Uniform Commercial Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: 400 Uniform Commercial Code", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-15", "name": "358 Uniform Partnership Law", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "358 Uniform Partnership Law", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=358", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: 358 Uniform Partnership Law", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: 358 Uniform Partnership Law", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-28", "name": "516 Statutes of Limitation", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "516 Statutes of Limitation", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=516", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: 516 Statutes of Limitation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: 516 Statutes of Limitation", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-2", "name": "32 Department of Revenue", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "32 Department of Revenue", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=32", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: 32 Department of Revenue", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: 32 Department of Revenue", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-18", "name": "381 Title Insurance Law", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "381 Title Insurance Law", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=381", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: 381 Title Insurance Law", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: 381 Title Insurance Law", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-30", "name": "528 Partition Suits", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "528 Partition Suits", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=528", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: 528 Partition Suits", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: 528 Partition Suits", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-37", "name": "Recent Sections", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "Recent Sections", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/recent.aspx", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: Recent Sections", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: Recent Sections", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/mo", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:mo:statute:Missouri Revised Statutes § Section-27", "name": "507 Parties", "isPartOf": {"@type": "CreativeWork", "name": "Missouri Revised Statutes", "identifier": "MO-code"}, "legislationType": "statute", "stateCode": "MO", "stateName": "Missouri", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "507 Parties", "dateModified": null, "sourceUrl": "http://www.moga.mo.gov/main/OneChapter.aspx?chapter=507", "chapter": {"chapter_label": "Missouri Revised Statutes", "chapter_name": "Missouri Revised Statutes", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: 507 Parties", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: 507 Parties", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-MS.jsonld
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-54", "name": "Mississippi Legislature YouTube Channel", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-54", "sectionName": "Mississippi Legislature YouTube Channel", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/webcastmenu/mississippi-legislature-youtube-channel/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-54:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-54"]}, "legislativeHistory": {"cleaned_text": "Section Section-54: Mississippi Legislature YouTube Channel", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-54: Mississippi Legislature YouTube Channel", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-43", "name": "Bring-the-Capitol-to-You Presentation", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "Bring-the-Capitol-to-You Presentation", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/bring-the-capitol-to-you-presentation/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: Bring-the-Capitol-to-You Presentation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: Bring-the-Capitol-to-You Presentation", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-28", "name": "Appointments for Senate Confirmation", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Appointments for Senate Confirmation", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/appointments-for-senate-confirmation/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Appointments for Senate Confirmation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Appointments for Senate Confirmation", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-11", "name": "Senate Conference Committee Rooms", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Senate Conference Committee Rooms", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/senate-conference-committee-rooms/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Senate Conference Committee Rooms", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Senate Conference Committee Rooms", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-10", "name": "House Conference Committee Rooms", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "House Conference Committee Rooms", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/house-conference-committee-rooms/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: House Conference Committee Rooms", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: House Conference Committee Rooms", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-72", "name": "Dorger Software Architects, Inc.", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-72", "sectionName": "Dorger Software Architects, Inc.", "dateModified": null, "sourceUrl": "https://www.dorgersoft.com", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-72:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-72"]}, "legislativeHistory": {"cleaned_text": "Section Section-72: Dorger Software Architects, Inc.", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-72: Dorger Software Architects, Inc.", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-26", "name": "Previous Sessions (Text Search)", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "Previous Sessions (Text Search)", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/previous-sessions-text-search/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: Previous Sessions (Text Search)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: Previous Sessions (Text Search)", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-21", "name": "Measures by Senate Committee", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "Measures by Senate Committee", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/measures-by-senate-committee/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: Measures by Senate Committee", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: Measures by Senate Committee", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-20", "name": "Measures by House Committee", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "Measures by House Committee", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/measures-by-house-committee/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: Measures by House Committee", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: Measures by House Committee", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-19", "name": "Measures by Senate Author", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Measures by Senate Author", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/measures-by-senate-author/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Measures by Senate Author", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Measures by Senate Author", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-18", "name": "Measures by House Author", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Measures by House Author", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/measures-by-house-author/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Measures by House Author", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Measures by House Author", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-9", "name": "Senate Standing Meetings", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Senate Standing Meetings", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/senate-standing-meetings/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Senate Standing Meetings", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Senate Standing Meetings", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-37", "name": "Senate Committee Agenda", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "Senate Committee Agenda", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/calendars-and-schedules/senate-committee-agenda/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: Senate Committee Agenda", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: Senate Committee Agenda", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-32", "name": "Calendars and Schedules", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "Calendars and Schedules", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/calendars-and-schedules/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: Calendars and Schedules", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: Calendars and Schedules", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-8", "name": "House Standing Meetings", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "House Standing Meetings", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/house-standing-meetings/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: House Standing Meetings", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: House Standing Meetings", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-2", "name": "MISSISSIPPI LEGISLATURE", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "MISSISSIPPI LEGISLATURE", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: MISSISSIPPI LEGISLATURE", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: MISSISSIPPI LEGISLATURE", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-27", "name": "House Weekly Summaries", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "House Weekly Summaries", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/house-weekly-summaries/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: House Weekly Summaries", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: House Weekly Summaries", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-40", "name": "History of the Capitol", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "History of the Capitol", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/history-of-the-capitol/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: History of the Capitol", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: History of the Capitol", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-45", "name": "Educational Activities", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "Educational Activities", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/educational-activities/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: Educational Activities", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: Educational Activities", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-13", "name": "Senate - District Map", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Senate - District Map", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/senate-district-map/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Senate - District Map", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Senate - District Map", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-24", "name": "Most Recently Updated", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "Most Recently Updated", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/most-recently-updated/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: Most Recently Updated", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: Most Recently Updated", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-23", "name": "All Measures Not Dead", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "All Measures Not Dead", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/all-measures-not-dead/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: All Measures Not Dead", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: All Measures Not Dead", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-70", "name": "Terms and Conditions", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-70", "sectionName": "Terms and Conditions", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/terms-and-conditions/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-70:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-70"]}, "legislativeHistory": {"cleaned_text": "Section Section-70: Terms and Conditions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-70: Terms and Conditions", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-12", "name": "House - District Map", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "House - District Map", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/house-district-map/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: House - District Map", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: House - District Map", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-17", "name": "Daily Action Reports", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Daily Action Reports", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/daily-action-reports/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Daily Action Reports", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Daily Action Reports", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-38", "name": "General Information", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "General Information", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/general-information/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: General Information", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: General Information", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-1", "name": "Skip to the content", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Skip to the content", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/#content", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Skip to the content", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Skip to the content", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-50", "name": "Internship Program", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-50", "sectionName": "Internship Program", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/internship-program/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-50:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-50"]}, "legislativeHistory": {"cleaned_text": "Section Section-50: Internship Program", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-50: Internship Program", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-41", "name": "Hours and Holidays", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Hours and Holidays", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/hours-and-holidays/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Hours and Holidays", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Hours and Holidays", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-25", "name": "Previous Sessions", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Previous Sessions", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/previous-sessions/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Previous Sessions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Previous Sessions", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-31", "name": "Senate Committees", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "Senate Committees", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/committees/senate-committees/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: Senate Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: Senate Committees", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-39", "name": "About the Capitol", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "About the Capitol", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: About the Capitol", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: About the Capitol", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-30", "name": "House Committees", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "House Committees", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/committees/house-committees/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: House Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: House Committees", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-42", "name": "Tour Information", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "Tour Information", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/tour-information/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: Tour Information", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: Tour Information", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-48", "name": "Public Galleries", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "Public Galleries", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/public-galleries/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: Public Galleries", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: Public Galleries", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-36", "name": "Senate Schedule", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "Senate Schedule", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/calendars-and-schedules/senate-schedule/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: Senate Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: Senate Schedule", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-35", "name": "Senate Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "Senate Calendar", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/calendars-and-schedules/senate-calendar/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: Senate Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: Senate Calendar", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-4", "name": "Representatives", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "Representatives", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/representatives/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: Representatives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: Representatives", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-53", "name": "Senate Webcast", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-53", "sectionName": "Senate Webcast", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/webcastmenu/senate-webcast/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-53:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-53"]}, "legislativeHistory": {"cleaned_text": "Section Section-53: Senate Webcast", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-53: Senate Webcast", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-56", "name": "Privacy Policy", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-56", "sectionName": "Privacy Policy", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/privacy-policy/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-56:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-56"]}, "legislativeHistory": {"cleaned_text": "Section Section-56: Privacy Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-56: Privacy Policy", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-69", "name": "Privacy Policy", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-69", "sectionName": "Privacy Policy", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/privacy-policy/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-69:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-69"]}, "legislativeHistory": {"cleaned_text": "Section Section-69: Privacy Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-69: Privacy Policy", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-15", "name": "Measure Search", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Measure Search", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/measure-search/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Measure Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Measure Search", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-74", "name": "Accept Cookies", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-74", "sectionName": "Accept Cookies", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-74:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-74"]}, "legislativeHistory": {"cleaned_text": "Section Section-74: Accept Cookies", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-74: Accept Cookies", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-34", "name": "House Schedule", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "House Schedule", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/calendars-and-schedules/house-schedule/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: House Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: House Schedule", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-33", "name": "House Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "House Calendar", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/calendars-and-schedules/house-calendar/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: House Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: House Calendar", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-58", "name": "Measure Search", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-58", "sectionName": "Measure Search", "dateModified": null, "sourceUrl": "https://dms.lbo.ms.gov/PublicFormsService/FillForm/1", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-58:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-58"]}, "legislativeHistory": {"cleaned_text": "Section Section-58: Measure Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-58: Measure Search", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-52", "name": "House Webcast", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-52", "sectionName": "House Webcast", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/webcastmenu/house-webcast/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-52:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-52"]}, "legislativeHistory": {"cleaned_text": "Section Section-52: House Webcast", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-52: House Webcast", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-66", "name": "Live Webcasts", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-66", "sectionName": "Live Webcasts", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/webcastmenu/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-66:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-66"]}, "legislativeHistory": {"cleaned_text": "Section Section-66: Live Webcasts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-66: Live Webcasts", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-73", "name": "Find out more", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-73", "sectionName": "Find out more", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/privacy-policy/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-73:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-73"]}, "legislativeHistory": {"cleaned_text": "Section Section-73: Find out more", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-73: Find out more", "subsections": [], "parser_warnings": []}
|
| 50 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-7", "name": "Senate Roster", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Senate Roster", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/senate-roster/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Senate Roster", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Senate Roster", "subsections": [], "parser_warnings": []}
|
| 51 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-67", "name": "Trip Advisor", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-67", "sectionName": "Trip Advisor", "dateModified": null, "sourceUrl": "https://www.tripadvisor.com/Attraction_Review-g43833-d105887-Reviews-Mississippi_State_Capitol-Jackson_Mississippi.html", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-67:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-67"]}, "legislativeHistory": {"cleaned_text": "Section Section-67: Trip Advisor", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-67: Trip Advisor", "subsections": [], "parser_warnings": []}
|
| 52 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-22", "name": "All Measures", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "All Measures", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/all-measures/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: All Measures", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: All Measures", "subsections": [], "parser_warnings": []}
|
| 53 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-44", "name": "Virtual Tour", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "Virtual Tour", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/virtual-tour/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: Virtual Tour", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: Virtual Tour", "subsections": [], "parser_warnings": []}
|
| 54 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-6", "name": "House Roster", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "House Roster", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/house-roster/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: House Roster", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: House Roster", "subsections": [], "parser_warnings": []}
|
| 55 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-16", "name": "Text Search", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "Text Search", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/text-search/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: Text Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: Text Search", "subsections": [], "parser_warnings": []}
|
| 56 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-14", "name": "Legislation", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Legislation", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislation/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Legislation", "subsections": [], "parser_warnings": []}
|
| 57 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-3", "name": "Legislators", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Legislators", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Legislators", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Legislators", "subsections": [], "parser_warnings": []}
|
| 58 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-63", "name": "Disclaimer", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-63", "sectionName": "Disclaimer", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/disclaimer/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-63:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-63"]}, "legislativeHistory": {"cleaned_text": "Section Section-63: Disclaimer", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-63: Disclaimer", "subsections": [], "parser_warnings": []}
|
| 59 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-29", "name": "Committees", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "Committees", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/committees/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: Committees", "subsections": [], "parser_warnings": []}
|
| 60 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-49", "name": "Volunteer", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "Volunteer", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/volunteer/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: Volunteer", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: Volunteer", "subsections": [], "parser_warnings": []}
|
| 61 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-46", "name": "Gift Shop", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "Gift Shop", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/gift-shop/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: Gift Shop", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: Gift Shop", "subsections": [], "parser_warnings": []}
|
| 62 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-68", "name": "Instagram", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-68", "sectionName": "Instagram", "dateModified": null, "sourceUrl": "https://www.instagram.com/mscapitol/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-68:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-68"]}, "legislativeHistory": {"cleaned_text": "Section Section-68: Instagram", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-68: Instagram", "subsections": [], "parser_warnings": []}
|
| 63 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-51", "name": "WebCasts", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-51", "sectionName": "WebCasts", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/webcastmenu/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-51:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-51"]}, "legislativeHistory": {"cleaned_text": "Section Section-51: WebCasts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-51: WebCasts", "subsections": [], "parser_warnings": []}
|
| 64 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-59", "name": "Go There", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-59", "sectionName": "Go There", "dateModified": null, "sourceUrl": "https://ms.gov", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-59:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-59"]}, "legislativeHistory": {"cleaned_text": "Section Section-59: Go There", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-59: Go There", "subsections": [], "parser_warnings": []}
|
| 65 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-5", "name": "Senators", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Senators", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/legislators/senators/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Senators", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Senators", "subsections": [], "parser_warnings": []}
|
| 66 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-57", "name": "Sitemap", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-57", "sectionName": "Sitemap", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/sitemap/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-57:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-57"]}, "legislativeHistory": {"cleaned_text": "Section Section-57: Sitemap", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-57: Sitemap", "subsections": [], "parser_warnings": []}
|
| 67 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-71", "name": "Sitemap", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-71", "sectionName": "Sitemap", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/sitemap/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-71:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-71"]}, "legislativeHistory": {"cleaned_text": "Section Section-71: Sitemap", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-71: Sitemap", "subsections": [], "parser_warnings": []}
|
| 68 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-62", "name": "Contact", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-62", "sectionName": "Contact", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/contact/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-62:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-62"]}, "legislativeHistory": {"cleaned_text": "Section Section-62: Contact", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-62: Contact", "subsections": [], "parser_warnings": []}
|
| 69 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-47", "name": "Parking", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "Parking", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/about-the-capitol/parking/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: Parking", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: Parking", "subsections": [], "parser_warnings": []}
|
| 70 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-65", "name": "ms.gov", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-65", "sectionName": "ms.gov", "dateModified": null, "sourceUrl": "https://ms.gov", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-65:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-65"]}, "legislativeHistory": {"cleaned_text": "Section Section-65: ms.gov", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-65: ms.gov", "subsections": [], "parser_warnings": []}
|
| 71 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-64", "name": "Help", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-64", "sectionName": "Help", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/help/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-64:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-64"]}, "legislativeHistory": {"cleaned_text": "Section Section-64: Help", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-64: Help", "subsections": [], "parser_warnings": []}
|
| 72 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-55", "name": "Home", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-55", "sectionName": "Home", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-55:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-55"]}, "legislativeHistory": {"cleaned_text": "Section Section-55: Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-55: Home", "subsections": [], "parser_warnings": []}
|
| 73 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-60", "name": "Home", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-60", "sectionName": "Home", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-60:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-60"]}, "legislativeHistory": {"cleaned_text": "Section Section-60: Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-60: Home", "subsections": [], "parser_warnings": []}
|
| 74 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ms", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ms:statute:Mississippi Code § Section-61", "name": "Home", "isPartOf": {"@type": "CreativeWork", "name": "Mississippi Code", "identifier": "MS-code"}, "legislationType": "statute", "stateCode": "MS", "stateName": "Mississippi", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-61", "sectionName": "Home", "dateModified": null, "sourceUrl": "https://www.legislature.ms.gov/", "chapter": {"chapter_label": "Mississippi Code", "chapter_name": "Mississippi Code", "chapter_inferred": true}, "preamble": "Section Section-61:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-61"]}, "legislativeHistory": {"cleaned_text": "Section Section-61: Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-61: Home", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-MT.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-NC.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-ND.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-NE.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-NH.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-NJ.jsonld
ADDED
|
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-70", "name": "Termination or Assumption of Public Employment Form", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-70", "sectionName": "Termination or Assumption of Public Employment Form", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/termination-or-assumption-of-public-employment", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-70:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-70"]}, "legislativeHistory": {"cleaned_text": "Section Section-70: Termination or Assumption of Public Employment Form", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-70: Termination or Assumption of Public Employment Form", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-66", "name": "Anti-Discrimination & Anti-Harassment Policy", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-66", "sectionName": "Anti-Discrimination & Anti-Harassment Policy", "dateModified": null, "sourceUrl": "https://pub.njleg.gov/publications/pdf/New_Jersey_Legislature_Anti-Discrimination_Anti-Harassment_Policy.pdf", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-66:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-66"]}, "legislativeHistory": {"cleaned_text": "Section Section-66: Anti-Discrimination & Anti-Harassment Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-66: Anti-Discrimination & Anti-Harassment Policy", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-60", "name": "Certification for CLE Ethics Credit", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-60", "sectionName": "Certification for CLE Ethics Credit", "dateModified": null, "sourceUrl": "https://pub.njleg.gov/publications/pdf/CLE.pdf", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-60:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-60"]}, "legislativeHistory": {"cleaned_text": "Section Section-60: Certification for CLE Ethics Credit", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-60: Certification for CLE Ethics Credit", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-79", "name": "Office of Legislative Services", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-79", "sectionName": "Office of Legislative Services", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/office-of-legislative-services", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-79:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-79"]}, "legislativeHistory": {"cleaned_text": "Section Section-79: Office of Legislative Services", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-79: Office of Legislative Services", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-4", "name": "Office of Legislative Services", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "Office of Legislative Services", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/office-of-legislative-services?staff=1", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: Office of Legislative Services", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: Office of Legislative Services", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-81", "name": "Disclaimer • Privacy Policy", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-81", "sectionName": "Disclaimer • Privacy Policy", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/disclaimer", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-81:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-81"]}, "legislativeHistory": {"cleaned_text": "Section Section-81: Disclaimer • Privacy Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-81: Disclaimer • Privacy Policy", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-5", "name": "Office of the State Auditor", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Office of the State Auditor", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/audit-reports", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Office of the State Auditor", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Office of the State Auditor", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-40", "name": "Public Hearing Transcripts", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "Public Hearing Transcripts", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/public-hearings", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: Public Hearing Transcripts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: Public Hearing Transcripts", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-78", "name": "Assembly Republican Office", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-78", "sectionName": "Assembly Republican Office", "dateModified": null, "sourceUrl": "https://www.njassemblygop.com/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-78:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-78"]}, "legislativeHistory": {"cleaned_text": "Section Section-78: Assembly Republican Office", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-78: Assembly Republican Office", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-77", "name": "Assembly Democratic Office", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-77", "sectionName": "Assembly Democratic Office", "dateModified": null, "sourceUrl": "https://www.assemblydems.com/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-77:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-77"]}, "legislativeHistory": {"cleaned_text": "Section Section-77: Assembly Democratic Office", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-77: Assembly Democratic Office", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-6", "name": "Welcome to the State House", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Welcome to the State House", "dateModified": null, "sourceUrl": "https://njstatehousetours.org", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Welcome to the State House", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Welcome to the State House", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-61", "name": "CLE Presentation Schedule", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-61", "sectionName": "CLE Presentation Schedule", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/continuing-legal-education-schedule", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-61:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-61"]}, "legislativeHistory": {"cleaned_text": "Section Section-61: CLE Presentation Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-61: CLE Presentation Schedule", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-67", "name": "Conflicts of Interest Law", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-67", "sectionName": "Conflicts of Interest Law", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/conflict-of-interest-law", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-67:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-67"]}, "legislativeHistory": {"cleaned_text": "Section Section-67: Conflicts of Interest Law", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-67: Conflicts of Interest Law", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-76", "name": "Senate Republican Office", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-76", "sectionName": "Senate Republican Office", "dateModified": null, "sourceUrl": "https://www.senatenj.com/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-76:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-76"]}, "legislativeHistory": {"cleaned_text": "Section Section-76: Senate Republican Office", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-76: Senate Republican Office", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-75", "name": "Senate Democratic Office", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-75", "sectionName": "Senate Democratic Office", "dateModified": null, "sourceUrl": "https://www.njsendems.org/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-75:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-75"]}, "legislativeHistory": {"cleaned_text": "Section Section-75: Senate Democratic Office", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-75: Senate Democratic Office", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-71", "name": "Formal Advisory Opinions", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-71", "sectionName": "Formal Advisory Opinions", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/formal-advisory-opinion", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-71:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-71"]}, "legislativeHistory": {"cleaned_text": "Section Section-71: Formal Advisory Opinions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-71: Formal Advisory Opinions", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-23", "name": "Legislative Commissions", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "Legislative Commissions", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/legislative-commissions", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: Legislative Commissions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: Legislative Commissions", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-12", "name": "Información en Español", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Información en Español", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/spanish", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Información en Español", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Información en Español", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-13", "name": "Legislative Leadership", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Legislative Leadership", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/leadership", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Legislative Leadership", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Legislative Leadership", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-18", "name": "Assembly Seating Chart", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Assembly Seating Chart", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/assembly-seating", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Assembly Seating Chart", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Assembly Seating Chart", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-26", "name": "General Assembly Rules", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "General Assembly Rules", "dateModified": null, "sourceUrl": "https://pub.njleg.gov/publications/pdf/AsmRules.pdf", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: General Assembly Rules", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: General Assembly Rules", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-9", "name": "Public Info Assistance", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Public Info Assistance", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/public-info-assistance", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Public Info Assistance", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Public Info Assistance", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-2", "name": "New Jersey Legislature", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "New Jersey Legislature", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: New Jersey Legislature", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: New Jersey Legislature", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-10", "name": "Public Use & Displays", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "Public Use & Displays", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/public-use", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: Public Use & Displays", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: Public Use & Displays", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-59", "name": "CLE Registration Form", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-59", "sectionName": "CLE Registration Form", "dateModified": null, "sourceUrl": "https://pub.njleg.gov/publications/pdf/CLE_form.pdf", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-59:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-59"]}, "legislativeHistory": {"cleaned_text": "Section Section-59: CLE Registration Form", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-59: CLE Registration Form", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-17", "name": "Senate Seating Chart", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Senate Seating Chart", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/senate-seating", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Senate Seating Chart", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Senate Seating Chart", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-34", "name": "Legislative Calendar", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "Legislative Calendar", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/legislative-calendar", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: Legislative Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: Legislative Calendar", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-69", "name": "Financial Disclosure", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-69", "sectionName": "Financial Disclosure", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/financial-disclosure", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-69:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-69"]}, "legislativeHistory": {"cleaned_text": "Section Section-69: Financial Disclosure", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-69: Financial Disclosure", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-50", "name": "Archived Proceedings", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-50", "sectionName": "Archived Proceedings", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/archived-media", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-50:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-50"]}, "legislativeHistory": {"cleaned_text": "Section Section-50: Archived Proceedings", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-50: Archived Proceedings", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-44", "name": "FIND YOUR LEGISLATOR", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "FIND YOUR LEGISLATOR", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/#findLegislator", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: FIND YOUR LEGISLATOR", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: FIND YOUR LEGISLATOR", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-41", "name": "Property Tax Reform", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Property Tax Reform", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/property-tax-reform", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Property Tax Reform", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Property Tax Reform", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-38", "name": "Legislative Reports", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "Legislative Reports", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/legislative-reports", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: Legislative Reports", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: Legislative Reports", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-20", "name": "Assembly Committees", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "Assembly Committees", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/committees/assembly-committees", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: Assembly Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: Assembly Committees", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-24", "name": "Senate Nominations", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "Senate Nominations", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/senate-nominations", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: Senate Nominations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: Senate Nominations", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-14", "name": "Legislative Roster", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Legislative Roster", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/legislative-roster", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Legislative Roster", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Legislative Roster", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-35", "name": "Legislative Digest", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "Legislative Digest", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/legislative-digest", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: Legislative Digest", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: Legislative Digest", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-47", "name": "Assembly Schedule", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "Assembly Schedule", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/session-schedules?house=A", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: Assembly Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: Assembly Schedule", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-58", "name": "Other Gov't Sites", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-58", "sectionName": "Other Gov't Sites", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/links", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-58:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-58"]}, "legislativeHistory": {"cleaned_text": "Section Section-58: Other Gov't Sites", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-58: Other Gov't Sites", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-42", "name": "Glossary of Terms", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "Glossary of Terms", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/glossary", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: Glossary of Terms", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: Glossary of Terms", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-19", "name": "Senate Committees", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Senate Committees", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/committees/senate-committees", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Senate Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Senate Committees", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-30", "name": "Bill Subscription", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "Bill Subscription", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/bill-subscription", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: Bill Subscription", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: Bill Subscription", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-45", "name": "WATCH PROCEEDINGS", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "WATCH PROCEEDINGS", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/#watchProceedings", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: WATCH PROCEEDINGS", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: WATCH PROCEEDINGS", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-7", "name": "Lawmaking Process", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Lawmaking Process", "dateModified": null, "sourceUrl": "https://www.njstatehousetours.org/168/The-Lawmaking-Process", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Lawmaking Process", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Lawmaking Process", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-48", "name": "NJ nowin session", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "NJ nowin session", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/live-proceedings", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: NJ nowin session", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: NJ nowin session", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-49", "name": "Live Proceedings", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "Live Proceedings", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/live-proceedings", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: Live Proceedings", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: Live Proceedings", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-22", "name": "Other Committees", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "Other Committees", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/committees/other-committees", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: Other Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: Other Committees", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-21", "name": "Joint Committees", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "Joint Committees", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/committees/joint-committees", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: Joint Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: Joint Committees", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-37", "name": "Budget & Finance", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "Budget & Finance", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/budget-finance", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: Budget & Finance", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: Budget & Finance", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-36", "name": "Legislative LDOA", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "Legislative LDOA", "dateModified": null, "sourceUrl": "https://pub.njleg.gov/publications/legislative-ldoa/ldoa.pdf", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: Legislative LDOA", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: Legislative LDOA", "subsections": [], "parser_warnings": []}
|
| 50 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-56", "name": "Executive Branch", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-56", "sectionName": "Executive Branch", "dateModified": null, "sourceUrl": "http://www.nj.gov/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-56:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-56"]}, "legislativeHistory": {"cleaned_text": "Section Section-56: Executive Branch", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-56: Executive Branch", "subsections": [], "parser_warnings": []}
|
| 51 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-46", "name": "Senate Schedule", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "Senate Schedule", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/session-schedules?house=S", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: Senate Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: Senate Schedule", "subsections": [], "parser_warnings": []}
|
| 52 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-74", "name": "Ethics Tutorial", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-74", "sectionName": "Ethics Tutorial", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/ethics-tutorial", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-74:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-74"]}, "legislativeHistory": {"cleaned_text": "Section Section-74: Ethics Tutorial", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-74: Ethics Tutorial", "subsections": [], "parser_warnings": []}
|
| 53 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-72", "name": "Contract Awards", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-72", "sectionName": "Contract Awards", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/contract-awards", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-72:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-72"]}, "legislativeHistory": {"cleaned_text": "Section Section-72: Contract Awards", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-72: Contract Awards", "subsections": [], "parser_warnings": []}
|
| 54 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-33", "name": "NJ Constitution", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "NJ Constitution", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/constitution", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: NJ Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: NJ Constitution", "subsections": [], "parser_warnings": []}
|
| 55 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-28", "name": "Advanced Search", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Advanced Search", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/advanced-search", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Advanced Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Advanced Search", "subsections": [], "parser_warnings": []}
|
| 56 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-57", "name": "Judicial Branch", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-57", "sectionName": "Judicial Branch", "dateModified": null, "sourceUrl": "http://www.judiciary.state.nj.us/", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-57:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-57"]}, "legislativeHistory": {"cleaned_text": "Section Section-57: Judicial Branch", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-57: Judicial Branch", "subsections": [], "parser_warnings": []}
|
| 57 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-3", "name": "Our Legislature", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Our Legislature", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/our-legislature", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Our Legislature", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Our Legislature", "subsections": [], "parser_warnings": []}
|
| 58 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-8", "name": "Historical Info", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Historical Info", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/historical-info", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Historical Info", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Historical Info", "subsections": [], "parser_warnings": []}
|
| 59 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-29", "name": "Voting Records", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "Voting Records", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/voting-records", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: Voting Records", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: Voting Records", "subsections": [], "parser_warnings": []}
|
| 60 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-55", "name": "Current Roster", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-55", "sectionName": "Current Roster", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/legislative-roster", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-55:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-55"]}, "legislativeHistory": {"cleaned_text": "Section Section-55: Current Roster", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-55: Current Roster", "subsections": [], "parser_warnings": []}
|
| 61 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-68", "name": "Code of Ethics", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-68", "sectionName": "Code of Ethics", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/code-of-ethics", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-68:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-68"]}, "legislativeHistory": {"cleaned_text": "Section Section-68: Code of Ethics", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-68: Code of Ethics", "subsections": [], "parser_warnings": []}
|
| 62 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-73", "name": "Joint Rule 19", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-73", "sectionName": "Joint Rule 19", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/joint-rule-19", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-73:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-73"]}, "legislativeHistory": {"cleaned_text": "Section Section-73: Joint Rule 19", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-73: Joint Rule 19", "subsections": [], "parser_warnings": []}
|
| 63 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-16", "name": "District List", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "District List", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/districts", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: District List", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: District List", "subsections": [], "parser_warnings": []}
|
| 64 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-54", "name": "District List", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-54", "sectionName": "District List", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/districts", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-54:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-54"]}, "legislativeHistory": {"cleaned_text": "Section Section-54: District List", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-54: District List", "subsections": [], "parser_warnings": []}
|
| 65 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-39", "name": "Publications", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "Publications", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/publications", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: Publications", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: Publications", "subsections": [], "parser_warnings": []}
|
| 66 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-15", "name": "District Map", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "District Map", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/district-map", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: District Map", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: District Map", "subsections": [], "parser_warnings": []}
|
| 67 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-53", "name": "District Map", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-53", "sectionName": "District Map", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/district-map", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-53:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-53"]}, "legislativeHistory": {"cleaned_text": "Section Section-53: District Map", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-53: District Map", "subsections": [], "parser_warnings": []}
|
| 68 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-32", "name": "Chapter Laws", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "Chapter Laws", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/chapter-laws", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: Chapter Laws", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: Chapter Laws", "subsections": [], "parser_warnings": []}
|
| 69 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-43", "name": "SEARCH BILLS", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "SEARCH BILLS", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/#billSearch", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: SEARCH BILLS", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: SEARCH BILLS", "subsections": [], "parser_warnings": []}
|
| 70 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-25", "name": "Senate Rules", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Senate Rules", "dateModified": null, "sourceUrl": "https://pub.njleg.gov/publications/pdf/SenRules.pdf", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Senate Rules", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Senate Rules", "subsections": [], "parser_warnings": []}
|
| 71 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-51", "name": "Get Started", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-51", "sectionName": "Get Started", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/bill-subscription", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-51:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-51"]}, "legislativeHistory": {"cleaned_text": "Section Section-51: Get Started", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-51: Get Started", "subsections": [], "parser_warnings": []}
|
| 72 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-27", "name": "Bill Search", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "Bill Search", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/bill-search", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: Bill Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: Bill Search", "subsections": [], "parser_warnings": []}
|
| 73 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-80", "name": "Directions", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-80", "sectionName": "Directions", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/directions", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-80:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-80"]}, "legislativeHistory": {"cleaned_text": "Section Section-80: Directions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-80: Directions", "subsections": [], "parser_warnings": []}
|
| 74 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-65", "name": "Contact Us", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-65", "sectionName": "Contact Us", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/contact", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-65:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-65"]}, "legislativeHistory": {"cleaned_text": "Section Section-65: Contact Us", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-65: Contact Us", "subsections": [], "parser_warnings": []}
|
| 75 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-11", "name": "Downloads", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Downloads", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/downloads", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Downloads", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Downloads", "subsections": [], "parser_warnings": []}
|
| 76 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-62", "name": "Site Map", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-62", "sectionName": "Site Map", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/sitemap", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-62:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-62"]}, "legislativeHistory": {"cleaned_text": "Section Section-62: Site Map", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-62: Site Map", "subsections": [], "parser_warnings": []}
|
| 77 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-31", "name": "Statutes", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "Statutes", "dateModified": null, "sourceUrl": "https://lis.njleg.state.nj.us/nxt/gateway.dll/statutes/1?f=templates&fn=default.htm&vid=Publish:10.1048/Enu", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: Statutes", "subsections": [], "parser_warnings": []}
|
| 78 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-52", "name": "Login", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-52", "sectionName": "Login", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/login", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-52:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-52"]}, "legislativeHistory": {"cleaned_text": "Section Section-52: Login", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-52: Login", "subsections": [], "parser_warnings": []}
|
| 79 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-1", "name": "Login", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Login", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/login", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Login", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Login", "subsections": [], "parser_warnings": []}
|
| 80 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-64", "name": "Help", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-64", "sectionName": "Help", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/help", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-64:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-64"]}, "legislativeHistory": {"cleaned_text": "Section Section-64: Help", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-64: Help", "subsections": [], "parser_warnings": []}
|
| 81 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/nj", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:nj:statute:New Jersey Statutes § Section-63", "name": "FAQ", "isPartOf": {"@type": "CreativeWork", "name": "New Jersey Statutes", "identifier": "NJ-code"}, "legislationType": "statute", "stateCode": "NJ", "stateName": "New Jersey", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-63", "sectionName": "FAQ", "dateModified": null, "sourceUrl": "https://www.njleg.state.nj.us/faq", "chapter": {"chapter_label": "New Jersey Statutes", "chapter_name": "New Jersey Statutes", "chapter_inferred": true}, "preamble": "Section Section-63:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-63"]}, "legislativeHistory": {"cleaned_text": "Section Section-63: FAQ", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-63: FAQ", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-NM.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-NV.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-NY.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-OH.jsonld
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-11", "name": "Ohio Administrative Code", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Ohio Administrative Code", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-administrative-code", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Ohio Administrative Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Ohio Administrative Code", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-3", "name": "Ohio Administrative Code", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Ohio Administrative Code", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-administrative-code", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Ohio Administrative Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Ohio Administrative Code", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-10", "name": "Ohio Revised Code", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "Ohio Revised Code", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-revised-code", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: Ohio Revised Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: Ohio Revised Code", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-2", "name": "Ohio Revised Code", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Ohio Revised Code", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-revised-code", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Ohio Revised Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Ohio Revised Code", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-1", "name": "Ohio Constitution", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Ohio Constitution", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-constitution", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Ohio Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Ohio Constitution", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-9", "name": "Ohio Constitution", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Ohio Constitution", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-constitution", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Ohio Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Ohio Constitution", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-14", "name": "Related Sites", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Related Sites", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/related-sites", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Related Sites", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Related Sites", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-6", "name": "Related Sites", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Related Sites", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/related-sites", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Related Sites", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Related Sites", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-15", "name": "Disclaimer", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Disclaimer", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/legal/disclaimer", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Disclaimer", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Disclaimer", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-13", "name": "Contact", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Contact", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/contact", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Contact", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Contact", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-16", "name": "Contact", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "Contact", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/contact", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: Contact", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: Contact", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-5", "name": "Contact", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Contact", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/contact", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Contact", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Contact", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-12", "name": "About", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "About", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/about", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: About", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: About", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-17", "name": "About", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "About", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/about", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: About", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: About", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-4", "name": "About", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "About", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/about", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: About", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: About", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-8", "name": "Laws", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Laws", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/ohio-constitution", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Laws", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Laws", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/oh", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:oh:statute:Ohio Revised Code § Section-7", "name": "Home", "isPartOf": {"@type": "CreativeWork", "name": "Ohio Revised Code", "identifier": "OH-code"}, "legislationType": "statute", "stateCode": "OH", "stateName": "Ohio", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Home", "dateModified": null, "sourceUrl": "https://codes.ohio.gov/", "chapter": {"chapter_label": "Ohio Revised Code", "chapter_name": "Ohio Revised Code", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Home", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-OK.jsonld
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-26", "name": "Red River Commission Final Meeting Package (October 2024)", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "Red River Commission Final Meeting Package (October 2024)", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/RedRiverCommissionOctMeetingPackage.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: Red River Commission Final Meeting Package (October 2024)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: Red River Commission Final Meeting Package (October 2024)", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-16", "name": "Search Oklahoma Statutes and Constitution", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "Search Oklahoma Statutes and Constitution", "dateModified": null, "sourceUrl": "https://oklegislature.gov/tsrs_measures.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: Search Oklahoma Statutes and Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: Search Oklahoma Statutes and Constitution", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-24", "name": "Red River Commission (Draft Resolution)", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "Red River Commission (Draft Resolution)", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/RedRiverCommissionResolution.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: Red River Commission (Draft Resolution)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: Red River Commission (Draft Resolution)", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-23", "name": "Red River Commission (Meeting Notice)", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "Red River Commission (Meeting Notice)", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/RedRiverCommission.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: Red River Commission (Meeting Notice)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: Red River Commission (Meeting Notice)", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-25", "name": "Red River Commission (Presentation)", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Red River Commission (Presentation)", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/RedRiverCommissionPresentation.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Red River Commission (Presentation)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Red River Commission (Presentation)", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-47", "name": "Meet the President Pro Tempore", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "Meet the President Pro Tempore", "dateModified": null, "sourceUrl": "https://oksenate.gov/senators/greg-treat", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: Meet the President Pro Tempore", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: Meet the President Pro Tempore", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-14", "name": "Browse Oklahoma Constitution", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Browse Oklahoma Constitution", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/ok_constitution.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Browse Oklahoma Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Browse Oklahoma Constitution", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-30", "name": "Senate Legislative Deadlines", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "Senate Legislative Deadlines", "dateModified": null, "sourceUrl": "https://oksenate.gov/calendar", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: Senate Legislative Deadlines", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: Senate Legislative Deadlines", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-32", "name": "House Legislative Deadlines", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "House Legislative Deadlines", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/leg_deadlines", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: House Legislative Deadlines", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: House Legislative Deadlines", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-28", "name": "Joint Conference Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Joint Conference Calendar", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/JointCCR.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Joint Conference Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Joint Conference Calendar", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-15", "name": "Browse Oklahoma Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Browse Oklahoma Statutes", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/osStatuesTitle.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Browse Oklahoma Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Browse Oklahoma Statutes", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-46", "name": "Live on the Senate Floor", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "Live on the Senate Floor", "dateModified": null, "sourceUrl": "https://oksenate.gov/live-proceedings", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: Live on the Senate Floor", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: Live on the Senate Floor", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-40", "name": "Live on the House Floor", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "Live on the House Floor", "dateModified": null, "sourceUrl": "https://sg001-harmony.sliq.net/00283/Harmony/en/View/UpcomingEvents/", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: Live on the House Floor", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: Live on the House Floor", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-13", "name": "Search Text of Measures", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Search Text of Measures", "dateModified": null, "sourceUrl": "https://oklegislature.gov/tsrs_measures.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Search Text of Measures", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Search Text of Measures", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-19", "name": "Senate Interim Studies", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Senate Interim Studies", "dateModified": null, "sourceUrl": "https://oksenate.gov/publications/senate-interim-studies", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Senate Interim Studies", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Senate Interim Studies", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-18", "name": "Senate Meeting Notices", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Senate Meeting Notices", "dateModified": null, "sourceUrl": "https://oksenate.gov/committees#l-meeting-notices", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Senate Meeting Notices", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Senate Meeting Notices", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-22", "name": "House Interim Studies", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "House Interim Studies", "dateModified": null, "sourceUrl": "https://former.okhouse.gov/Committees/ShowInterimStudies.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: House Interim Studies", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: House Interim Studies", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-21", "name": "House Meeting Notices", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "House Meeting Notices", "dateModified": null, "sourceUrl": "https://former.okhouse.gov/Committees/MeetingNotices.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: House Meeting Notices", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: House Meeting Notices", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-10", "name": "Advanced Bill Search", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "Advanced Bill Search", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/AdvancedSearchForm.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: Advanced Bill Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: Advanced Bill Search", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-27", "name": "Joint A&B Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "Joint A&B Calendar", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/JointAandBCalendar.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: Joint A&B Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: Joint A&B Calendar", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-11", "name": "Track Bills (LENS)", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Track Bills (LENS)", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/EBillTrack/EBillTrack2.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Track Bills (LENS)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Track Bills (LENS)", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-8", "name": "Find My Legislator", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Find My Legislator", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/FindMyLegislature.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Find My Legislator", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Find My Legislator", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-49", "name": "Senate Committees", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "Senate Committees", "dateModified": null, "sourceUrl": "https://oksenate.gov/committees-list", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: Senate Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: Senate Committees", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-9", "name": "Basic Bill Search", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Basic Bill Search", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/BasicSearchForm.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Basic Bill Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Basic Bill Search", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-12", "name": "Text of Measures", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Text of Measures", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/TextOfMeasures.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Text of Measures", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Text of Measures", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-43", "name": "House Committees", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "House Committees", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/committees", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: House Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: House Committees", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-50", "name": "Senate Calendars", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-50", "sectionName": "Senate Calendars", "dateModified": null, "sourceUrl": "https://oksenate.gov/floor-agenda", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-50:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-50"]}, "legislativeHistory": {"cleaned_text": "Section Section-50: Senate Calendars", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-50: Senate Calendars", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-17", "name": "Senate Committee", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Senate Committee", "dateModified": null, "sourceUrl": "https://oksenate.gov/committees-list", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Senate Committee", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Senate Committee", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-41", "name": "Meet the Speaker", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Meet the Speaker", "dateModified": null, "sourceUrl": "http://www.okhouse.gov/Members/District.aspx?District=22", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Meet the Speaker", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Meet the Speaker", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-1", "name": "Legislature Home", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Legislature Home", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/index.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Legislature Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Legislature Home", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-20", "name": "House Committee", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "House Committee", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/committees", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: House Committee", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: House Committee", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-44", "name": "House Calendars", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "House Calendars", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/calendars", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: House Calendars", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: House Calendars", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-29", "name": "Senate Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "Senate Calendar", "dateModified": null, "sourceUrl": "https://oksenate.gov/floor-agenda", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: Senate Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: Senate Calendar", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-54", "name": "Senate Meetings", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-54", "sectionName": "Senate Meetings", "dateModified": null, "sourceUrl": "https://oksenate.gov/committees#l-meeting-notices", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-54:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-54"]}, "legislativeHistory": {"cleaned_text": "Section Section-54: Senate Meetings", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-54: Senate Meetings", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-31", "name": "House Calendar", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "House Calendar", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/calendars", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: House Calendar", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: House Calendar", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-53", "name": "House Meetings", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-53", "sectionName": "House Meetings", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/Committees/MeetingNotices.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-53:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-53"]}, "legislativeHistory": {"cleaned_text": "Section Section-53: House Meetings", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-53: House Meetings", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-35", "name": "Senate Members", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "Senate Members", "dateModified": null, "sourceUrl": "https://oksenate.gov/senators", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: Senate Members", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: Senate Members", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-48", "name": "Senate Members", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "Senate Members", "dateModified": null, "sourceUrl": "https://oksenate.gov/senators", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: Senate Members", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: Senate Members", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-52", "name": "Create Account", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-52", "sectionName": "Create Account", "dateModified": null, "sourceUrl": "http://www.oklegislature.gov/EBillTrack/Signup2.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-52:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-52"]}, "legislativeHistory": {"cleaned_text": "Section Section-52: Create Account", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-52: Create Account", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-6", "name": "Senate Members", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Senate Members", "dateModified": null, "sourceUrl": "https://oksenate.gov/senators", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Senate Members", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Senate Members", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-37", "name": "House Members", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "House Members", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/representatives", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: House Members", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: House Members", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-42", "name": "House Members", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "House Members", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/representatives", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: House Members", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: House Members", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-7", "name": "House Members", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "House Members", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/representatives", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: House Members", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: House Members", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-33", "name": "Senate Video", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "Senate Video", "dateModified": null, "sourceUrl": "https://oksenate.gov/live-proceedings", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: Senate Video", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: Senate Video", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-36", "name": "Senate Staff", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "Senate Staff", "dateModified": null, "sourceUrl": "https://oksenate.gov/contacts/senate-staff", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: Senate Staff", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: Senate Staff", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-45", "name": "Publications", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "Publications", "dateModified": null, "sourceUrl": "http://oklegislature.gov/apac.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: Publications", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: Publications", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-38", "name": "House Staff", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "House Staff", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/staff-directory", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: House Staff", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: House Staff", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-34", "name": "House Video", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "House Video", "dateModified": null, "sourceUrl": "https://sg001-harmony.sliq.net/00283/Harmony/en/View/UpcomingEvents/", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: House Video", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: House Video", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-2", "name": "Senate Home", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Senate Home", "dateModified": null, "sourceUrl": "https://www.oksenate.gov", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Senate Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Senate Home", "subsections": [], "parser_warnings": []}
|
| 50 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-3", "name": "House Home", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "House Home", "dateModified": null, "sourceUrl": "https://www.okhouse.gov/", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: House Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: House Home", "subsections": [], "parser_warnings": []}
|
| 51 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-5", "name": "Photo Home", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Photo Home", "dateModified": null, "sourceUrl": "https://www.lsbphotos.com/", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Photo Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Photo Home", "subsections": [], "parser_warnings": []}
|
| 52 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-39", "name": "LSB Staff", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "LSB Staff", "dateModified": null, "sourceUrl": "https://www.oklegislature.gov/lsb.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: LSB Staff", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: LSB Staff", "subsections": [], "parser_warnings": []}
|
| 53 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-4", "name": "LOFT Home", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "LOFT Home", "dateModified": null, "sourceUrl": "https://www.okloft.gov/", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: LOFT Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: LOFT Home", "subsections": [], "parser_warnings": []}
|
| 54 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ok", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ok:statute:Oklahoma Statutes § Section-51", "name": "Log In", "isPartOf": {"@type": "CreativeWork", "name": "Oklahoma Statutes", "identifier": "OK-code"}, "legislationType": "statute", "stateCode": "OK", "stateName": "Oklahoma", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-51", "sectionName": "Log In", "dateModified": null, "sourceUrl": "http://www.oklegislature.gov/EBillTrack/logon2.aspx", "chapter": {"chapter_label": "Oklahoma Statutes", "chapter_name": "Oklahoma Statutes", "chapter_inferred": true}, "preamble": "Section Section-51:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-51"]}, "legislativeHistory": {"cleaned_text": "Section Section-51: Log In", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-51: Log In", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-OR.jsonld
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b5cde78564cc8c43e742be4208cc3f84da5a0d582ec886d02a806a3dce404fc
|
| 3 |
+
size 34346925
|
state_laws_jsonld/STATE-PA.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-RI.jsonld
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-42", "name": "TITLE 40.1 Behavioral Healthcare, Developmental Disabilities and Hospitals", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "TITLE 40.1 Behavioral Healthcare, Developmental Disabilities and Hospitals", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE40.1/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: TITLE 40.1 Behavioral Healthcare, Developmental Disabilities and Hospitals", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: TITLE 40.1 Behavioral Healthcare, Developmental Disabilities and Hospitals", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-11", "name": "TITLE 10 Courts and Civil Procedure — Procedure in Particular Actions", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "TITLE 10 Courts and Civil Procedure — Procedure in Particular Actions", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE10/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: TITLE 10 Courts and Civil Procedure — Procedure in Particular Actions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: TITLE 10 Courts and Civil Procedure — Procedure in Particular Actions", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-10", "name": "TITLE 9 Courts and Civil Procedure — Procedure Generally", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "TITLE 9 Courts and Civil Procedure — Procedure Generally", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE9/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: TITLE 9 Courts and Civil Procedure — Procedure Generally", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: TITLE 9 Courts and Civil Procedure — Procedure Generally", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-6", "name": "TITLE 6 Commercial Law — General Regulatory Provisions", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "TITLE 6 Commercial Law — General Regulatory Provisions", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE6/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: TITLE 6 Commercial Law — General Regulatory Provisions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: TITLE 6 Commercial Law — General Regulatory Provisions", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-8", "name": "TITLE 7 Corporations, Associations, and Partnerships", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "TITLE 7 Corporations, Associations, and Partnerships", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE7/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: TITLE 7 Corporations, Associations, and Partnerships", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: TITLE 7 Corporations, Associations, and Partnerships", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-26", "name": "TITLE 25 Holidays and Days of Special Observance", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "TITLE 25 Holidays and Days of Special Observance", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE25/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: TITLE 25 Holidays and Days of Special Observance", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: TITLE 25 Holidays and Days of Special Observance", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-27", "name": "TITLE 26 Insane and Mentally Deficient Persons", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "TITLE 26 Insane and Mentally Deficient Persons", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE26/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: TITLE 26 Insane and Mentally Deficient Persons", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: TITLE 26 Insane and Mentally Deficient Persons", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-14", "name": "TITLE 13 Criminals – Correctional Institutions", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "TITLE 13 Criminals – Correctional Institutions", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE13/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: TITLE 13 Criminals – Correctional Institutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: TITLE 13 Criminals – Correctional Institutions", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-45", "name": "TITLE 43 Statutes and Statutory Construction", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "TITLE 43 Statutes and Statutory Construction", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE43/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: TITLE 43 Statutes and Statutory Construction", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: TITLE 43 Statutes and Statutory Construction", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-9", "name": "TITLE 8 Courts and Civil Procedure — Courts", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "TITLE 8 Courts and Civil Procedure — Courts", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE8/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: TITLE 8 Courts and Civil Procedure — Courts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: TITLE 8 Courts and Civil Procedure — Courts", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-15", "name": "TITLE 14 Delinquent and Dependent Children", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "TITLE 14 Delinquent and Dependent Children", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE14/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: TITLE 14 Delinquent and Dependent Children", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: TITLE 14 Delinquent and Dependent Children", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-34", "name": "TITLE 33 Probate Practice and Procedure", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "TITLE 33 Probate Practice and Procedure", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE33/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: TITLE 33 Probate Practice and Procedure", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: TITLE 33 Probate Practice and Procedure", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-43", "name": "TITLE 41 Sports, Racing, and Athletics", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "TITLE 41 Sports, Racing, and Athletics", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE41/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: TITLE 41 Sports, Racing, and Athletics", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: TITLE 41 Sports, Racing, and Athletics", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-40", "name": "TITLE 39 Public Utilities and Carriers", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "TITLE 39 Public Utilities and Carriers", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE39/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: TITLE 39 Public Utilities and Carriers", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: TITLE 39 Public Utilities and Carriers", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-37", "name": "TITLE 36 Public Officers and Employees", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "TITLE 36 Public Officers and Employees", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE36/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: TITLE 36 Public Officers and Employees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: TITLE 36 Public Officers and Employees", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-44", "name": "TITLE 42 State Affairs and Government", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "TITLE 42 State Affairs and Government", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE42/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: TITLE 42 State Affairs and Government", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: TITLE 42 State Affairs and Government", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-33", "name": "TITLE 32 Parks and Recreational Areas", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "TITLE 32 Parks and Recreational Areas", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE32/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: TITLE 32 Parks and Recreational Areas", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: TITLE 32 Parks and Recreational Areas", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-31", "name": "TITLE 30 Military Affairs and Defense", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "TITLE 30 Military Affairs and Defense", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE30/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: TITLE 30 Military Affairs and Defense", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: TITLE 30 Military Affairs and Defense", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-4", "name": "TITLE 4 Animals and Animal Husbandry", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "TITLE 4 Animals and Animal Husbandry", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE4/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: TITLE 4 Animals and Animal Husbandry", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: TITLE 4 Animals and Animal Husbandry", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-38", "name": "TITLE 37 Public Property and Works", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "TITLE 37 Public Property and Works", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE37/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: TITLE 37 Public Property and Works", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: TITLE 37 Public Property and Works", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-29", "name": "TITLE 28 Labor and Labor Relations", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "TITLE 28 Labor and Labor Relations", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE28/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: TITLE 28 Labor and Labor Relations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: TITLE 28 Labor and Labor Relations", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-5", "name": "TITLE 5 Businesses and Professions", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "TITLE 5 Businesses and Professions", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE5/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: TITLE 5 Businesses and Professions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: TITLE 5 Businesses and Professions", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-32", "name": "TITLE 31 Motor and Other Vehicles", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "TITLE 31 Motor and Other Vehicles", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE31/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: TITLE 31 Motor and Other Vehicles", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: TITLE 31 Motor and Other Vehicles", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-7", "name": "TITLE 6A Uniform Commercial Code", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "TITLE 6A Uniform Commercial Code", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE6A/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: TITLE 6A Uniform Commercial Code", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: TITLE 6A Uniform Commercial Code", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-2", "name": "TITLE 2 Agriculture and Forestry", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "TITLE 2 Agriculture and Forestry", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE2/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: TITLE 2 Agriculture and Forestry", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: TITLE 2 Agriculture and Forestry", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-20", "name": "TITLE 19 Financial Institutions", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "TITLE 19 Financial Institutions", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE19/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: TITLE 19 Financial Institutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: TITLE 19 Financial Institutions", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-48", "name": "TITLE 46 Waters and Navigation", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "TITLE 46 Waters and Navigation", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE46/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: TITLE 46 Waters and Navigation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: TITLE 46 Waters and Navigation", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-49", "name": "TITLE 47 Weights and Measures", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "TITLE 47 Weights and Measures", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE47/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: TITLE 47 Weights and Measures", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: TITLE 47 Weights and Measures", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-16", "name": "TITLE 15 Domestic Relations", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "TITLE 15 Domestic Relations", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE15/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: TITLE 15 Domestic Relations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: TITLE 15 Domestic Relations", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-13", "name": "TITLE 12 Criminal Procedure", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "TITLE 12 Criminal Procedure", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE12/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: TITLE 12 Criminal Procedure", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: TITLE 12 Criminal Procedure", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-3", "name": "TITLE 3 Alcoholic Beverages", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "TITLE 3 Alcoholic Beverages", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE3/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: TITLE 3 Alcoholic Beverages", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: TITLE 3 Alcoholic Beverages", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-24", "name": "TITLE 23 Health and Safety", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "TITLE 23 Health and Safety", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE23/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: TITLE 23 Health and Safety", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: TITLE 23 Health and Safety", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-21", "name": "TITLE 20 Fish and Wildlife", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "TITLE 20 Fish and Wildlife", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE20/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: TITLE 20 Fish and Wildlife", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: TITLE 20 Fish and Wildlife", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-12", "name": "TITLE 11 Criminal Offenses", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "TITLE 11 Criminal Offenses", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE11/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: TITLE 11 Criminal Offenses", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: TITLE 11 Criminal Offenses", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-47", "name": "TITLE 45 Towns and Cities", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "TITLE 45 Towns and Cities", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE45/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: TITLE 45 Towns and Cities", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: TITLE 45 Towns and Cities", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-23", "name": "TITLE 22 General Assembly", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "TITLE 22 General Assembly", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE22/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: TITLE 22 General Assembly", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: TITLE 22 General Assembly", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-41", "name": "TITLE 40 Human Services", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "TITLE 40 Human Services", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE40/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: TITLE 40 Human Services", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: TITLE 40 Human Services", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-39", "name": "TITLE 38 Public Records", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "TITLE 38 Public Records", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE38/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: TITLE 38 Public Records", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: TITLE 38 Public Records", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-36", "name": "TITLE 35 Public Finance", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "TITLE 35 Public Finance", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE35/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: TITLE 35 Public Finance", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: TITLE 35 Public Finance", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-22", "name": "TITLE 21 Food And Drugs", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "TITLE 21 Food And Drugs", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE21/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: TITLE 21 Food And Drugs", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: TITLE 21 Food And Drugs", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-19", "name": "TITLE 18 Fiduciaries", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "TITLE 18 Fiduciaries", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE18/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: TITLE 18 Fiduciaries", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: TITLE 18 Fiduciaries", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-1", "name": "TITLE 1 Aeronautics", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "TITLE 1 Aeronautics", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE1/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: TITLE 1 Aeronautics", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: TITLE 1 Aeronautics", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-30", "name": "TITLE 29 Libraries", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "TITLE 29 Libraries", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE29/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: TITLE 29 Libraries", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: TITLE 29 Libraries", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-28", "name": "TITLE 27 Insurance", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "TITLE 27 Insurance", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE27/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: TITLE 27 Insurance", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: TITLE 27 Insurance", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-18", "name": "TITLE 17 Elections", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "TITLE 17 Elections", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE17/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: TITLE 17 Elections", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: TITLE 17 Elections", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-17", "name": "TITLE 16 Education", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "TITLE 16 Education", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE16/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: TITLE 16 Education", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: TITLE 16 Education", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-46", "name": "TITLE 44 Taxation", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "TITLE 44 Taxation", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE44/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: TITLE 44 Taxation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: TITLE 44 Taxation", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-35", "name": "TITLE 34 Property", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "TITLE 34 Property", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE34/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: TITLE 34 Property", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: TITLE 34 Property", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/ri", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:ri:statute:Rhode Island General Laws § Section-25", "name": "TITLE 24 Highways", "isPartOf": {"@type": "CreativeWork", "name": "Rhode Island General Laws", "identifier": "RI-code"}, "legislationType": "statute", "stateCode": "RI", "stateName": "Rhode Island", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "TITLE 24 Highways", "dateModified": null, "sourceUrl": "http://webserver.rilin.state.ri.us/Statutes/TITLE24/INDEX.HTM", "chapter": {"chapter_label": "Rhode Island General Laws", "chapter_name": "Rhode Island General Laws", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: TITLE 24 Highways", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: TITLE 24 Highways", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-SC.jsonld
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-4", "name": "Committee Postings and Reports", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "Committee Postings and Reports", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/committeeinfo.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: Committee Postings and Reports", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: Committee Postings and Reports", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-18", "name": "Visiting the State House", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Visiting the State House", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/visit.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Visiting the State House", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Visiting the State House", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-36", "name": "House of Representatives", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "House of Representatives", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/house.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: House of Representatives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: House of Representatives", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-45", "name": "Senate Meeting Schedule", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "Senate Meeting Schedule", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/meetings.php?chamber=S", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: Senate Meeting Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: Senate Meeting Schedule", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-29", "name": "Introduced Legislation", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "Introduced Legislation", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/sessphp/sintros.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: Introduced Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: Introduced Legislation", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-43", "name": "Introduced Legislation", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "Introduced Legislation", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/sessphp/hintros.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: Introduced Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: Introduced Legislation", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-14", "name": "Multi-Criteria Search", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Multi-Criteria Search", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/multicriteria2/search.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Multi-Criteria Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Multi-Criteria Search", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-20", "name": "State Agency Websites", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "State Agency Websites", "dateModified": null, "sourceUrl": "http://www.sc.gov/Agency-Listing", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: State Agency Websites", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: State Agency Websites", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-31", "name": "Ratifications & Acts", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "Ratifications & Acts", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/newlaws.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: Ratifications & Acts", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: Ratifications & Acts", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-33", "name": "Code of Regulations", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "Code of Regulations", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/coderegs/statmast.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: Code of Regulations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: Code of Regulations", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-5", "name": "Legislative Council", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Legislative Council", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/council.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Legislative Council", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Legislative Council", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-16", "name": "View Manual Online", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "View Manual Online", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/man25/manual25.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: View Manual Online", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: View Manual Online", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-17", "name": "Student Connection", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Student Connection", "dateModified": null, "sourceUrl": "http://www.studentconnection.scstatehouse.gov", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Student Connection", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Student Connection", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-6", "name": "Citizens' Interest", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Citizens' Interest", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/citizens.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Citizens' Interest", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Citizens' Interest", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-13", "name": "Track Legislation", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Track Legislation", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/listtracking/main.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Track Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Track Legislation", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-23", "name": "Chamber Dashboard", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "Chamber Dashboard", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/dashboard/senate.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: Chamber Dashboard", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: Chamber Dashboard", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-37", "name": "Chamber Dashboard", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "Chamber Dashboard", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/dashboard/house.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: Chamber Dashboard", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: Chamber Dashboard", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-52", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-52", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16119.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-52:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-52"]}, "legislativeHistory": {"cleaned_text": "Section Section-52: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-52: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-54", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-54", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16117.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-54:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-54"]}, "legislativeHistory": {"cleaned_text": "Section Section-54: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-54: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-53", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-53", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16114.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-53:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-53"]}, "legislativeHistory": {"cleaned_text": "Section Section-53: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-53: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-49", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16110.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-59", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-59", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16109.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-59:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-59"]}, "legislativeHistory": {"cleaned_text": "Section Section-59: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-59: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-62", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-62", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16089.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-62:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-62"]}, "legislativeHistory": {"cleaned_text": "Section Section-62: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-62: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-51", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-51", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16083.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-51:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-51"]}, "legislativeHistory": {"cleaned_text": "Section Section-51: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-51: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-57", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-57", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16081.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-57:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-57"]}, "legislativeHistory": {"cleaned_text": "Section Section-57: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-57: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-61", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-61", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16079.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-61:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-61"]}, "legislativeHistory": {"cleaned_text": "Section Section-61: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-61: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-63", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-63", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16070.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-63:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-63"]}, "legislativeHistory": {"cleaned_text": "Section Section-63: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-63: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-60", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-60", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16020.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-60:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-60"]}, "legislativeHistory": {"cleaned_text": "Section Section-60: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-60: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-56", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-56", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16015.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-56:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-56"]}, "legislativeHistory": {"cleaned_text": "Section Section-56: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-56: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-48", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126s16010.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-46", "name": "Agenda Available", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "Agenda Available", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/agendas/126j15932.pdf", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: Agenda Available", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: Agenda Available", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-27", "name": "Roll Call Votes", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "Roll Call Votes", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/votehistory.php?chamber=S", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: Roll Call Votes", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: Roll Call Votes", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-41", "name": "Roll Call Votes", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Roll Call Votes", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/votehistory.php?chamber=H", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Roll Call Votes", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Roll Call Votes", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-42", "name": "Representatives", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "Representatives", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/member.php?chamber=H", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: Representatives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: Representatives", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-10", "name": "Video Archives", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "Video Archives", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/video/archives.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: Video Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: Video Archives", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-35", "name": "State Register", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "State Register", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/state_register.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: State Register", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: State Register", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-9", "name": "Video Schedule", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Video Schedule", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/video/schedule.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Video Schedule", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Video Schedule", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-30", "name": "Redistricting", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "Redistricting", "dateModified": null, "sourceUrl": "https://redistricting.scsenate.gov/", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: Redistricting", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: Redistricting", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-44", "name": "Redistricting", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "Redistricting", "dateModified": null, "sourceUrl": "https://redistricting.schouse.gov/", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: Redistricting", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: Redistricting", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-34", "name": "Constitution", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "Constitution", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/scconstitution/scconst.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: Constitution", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-32", "name": "Code of Laws", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "Code of Laws", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/code/statmast.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: Code of Laws", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: Code of Laws", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-7", "name": "Publications", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Publications", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/publications.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Publications", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Publications", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-8", "name": "Staff Portal", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Staff Portal", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/onlineservices/index.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Staff Portal", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Staff Portal", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-12", "name": "Legislation", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Legislation", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/legislation.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Legislation", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-11", "name": "How do I...", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "How do I...", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/howdoi.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: How do I...", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: How do I...", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-21", "name": "Media Links", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "Media Links", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/citizensinterestpage/media.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: Media Links", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: Media Links", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-25", "name": "Committees", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Committees", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/committee.php?chamber=S", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Committees", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-39", "name": "Committees", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "Committees", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/committee.php?chamber=H", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: Committees", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: Committees", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-24", "name": "Calendars", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "Calendars", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/sessphp/sencal.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: Calendars", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: Calendars", "subsections": [], "parser_warnings": []}
|
| 50 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-38", "name": "Calendars", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "Calendars", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/sessphp/houcal.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: Calendars", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: Calendars", "subsections": [], "parser_warnings": []}
|
| 51 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-26", "name": "Journals", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "Journals", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/sessphp/sjournal.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: Journals", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: Journals", "subsections": [], "parser_warnings": []}
|
| 52 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-40", "name": "Journals", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "Journals", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/sessphp/hjournal.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: Journals", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: Journals", "subsections": [], "parser_warnings": []}
|
| 53 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-15", "name": "Research", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Research", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/research.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Research", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Research", "subsections": [], "parser_warnings": []}
|
| 54 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-28", "name": "Senators", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Senators", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/member.php?chamber=S", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Senators", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Senators", "subsections": [], "parser_warnings": []}
|
| 55 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-19", "name": "Archives", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Archives", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/archives.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Archives", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Archives", "subsections": [], "parser_warnings": []}
|
| 56 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-22", "name": "Senate", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "Senate", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/senate.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: Senate", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: Senate", "subsections": [], "parser_warnings": []}
|
| 57 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-2", "name": "Senate", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Senate", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/senate.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Senate", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Senate", "subsections": [], "parser_warnings": []}
|
| 58 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-58", "name": "S.922", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-58", "sectionName": "S.922", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/billsearch.php?billnumbers=922&session=126&summary=B&headerfooter=1", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-58:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-58"]}, "legislativeHistory": {"cleaned_text": "Section Section-58: S.922", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-58: S.922", "subsections": [], "parser_warnings": []}
|
| 59 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-47", "name": "S.867", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "S.867", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/billsearch.php?billnumbers=867&session=126&summary=B&headerfooter=1", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: S.867", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: S.867", "subsections": [], "parser_warnings": []}
|
| 60 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-50", "name": "S.692", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-50", "sectionName": "S.692", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/billsearch.php?billnumbers=692&session=126&summary=B&headerfooter=1", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-50:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-50"]}, "legislativeHistory": {"cleaned_text": "Section Section-50: S.692", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-50: S.692", "subsections": [], "parser_warnings": []}
|
| 61 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-55", "name": "S.540", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-55", "sectionName": "S.540", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/billsearch.php?billnumbers=540&session=126&summary=B&headerfooter=1", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-55:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-55"]}, "legislativeHistory": {"cleaned_text": "Section Section-55: S.540", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-55: S.540", "subsections": [], "parser_warnings": []}
|
| 62 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-3", "name": "House", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "House", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/house.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: House", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: House", "subsections": [], "parser_warnings": []}
|
| 63 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sc", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sc:statute:South Carolina Code of Laws § Section-1", "name": "Home", "isPartOf": {"@type": "CreativeWork", "name": "South Carolina Code of Laws", "identifier": "SC-code"}, "legislationType": "statute", "stateCode": "SC", "stateName": "South Carolina", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Home", "dateModified": null, "sourceUrl": "https://www.scstatehouse.gov/index.php", "chapter": {"chapter_label": "South Carolina Code of Laws", "chapter_name": "South Carolina Code of Laws", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Home", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-SD.jsonld
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sd", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sd:statute:South Dakota Codified Laws § Section-2", "name": "Firefox", "isPartOf": {"@type": "CreativeWork", "name": "South Dakota Codified Laws", "identifier": "SD-code"}, "legislationType": "statute", "stateCode": "SD", "stateName": "South Dakota", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Firefox", "dateModified": null, "sourceUrl": "https://www.mozilla.org/en-US/firefox/new/", "chapter": {"chapter_label": "South Dakota Codified Laws", "chapter_name": "South Dakota Codified Laws", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Firefox", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Firefox", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sd", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sd:statute:South Dakota Codified Laws § Section-1", "name": "Chrome", "isPartOf": {"@type": "CreativeWork", "name": "South Dakota Codified Laws", "identifier": "SD-code"}, "legislationType": "statute", "stateCode": "SD", "stateName": "South Dakota", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Chrome", "dateModified": null, "sourceUrl": "https://www.google.com/chrome/", "chapter": {"chapter_label": "South Dakota Codified Laws", "chapter_name": "South Dakota Codified Laws", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Chrome", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Chrome", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/sd", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:sd:statute:South Dakota Codified Laws § Section-3", "name": "Edge", "isPartOf": {"@type": "CreativeWork", "name": "South Dakota Codified Laws", "identifier": "SD-code"}, "legislationType": "statute", "stateCode": "SD", "stateName": "South Dakota", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Edge", "dateModified": null, "sourceUrl": "https://www.microsoft.com/en-us/windows/microsoft-edge", "chapter": {"chapter_label": "South Dakota Codified Laws", "chapter_name": "South Dakota Codified Laws", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Edge", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Edge", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-TN.jsonld
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-17", "name": "109th 1st and 2nd Special Sessions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "109th 1st and 2nd Special Sessions", "dateModified": null, "sourceUrl": "https://www.capitol.tn.gov/legislation/archives/109GA/109thspecialsession.html", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: 109th 1st and 2nd Special Sessions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: 109th 1st and 2nd Special Sessions", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-4", "name": "Browse Bills by Subject", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "Browse Bills by Subject", "dateModified": null, "sourceUrl": "https://wapp.capitol.tn.gov/apps/Indexes/SubjectIndex", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: Browse Bills by Subject", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: Browse Bills by Subject", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-24", "name": "106th Special Session", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-24", "sectionName": "106th Special Session", "dateModified": null, "sourceUrl": "https://www.capitol.tn.gov/legislation/archives/106GA/106thSpecialSession.htm", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-24:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-24"]}, "legislativeHistory": {"cleaned_text": "Section Section-24: 106th Special Session", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-24: 106th Special Session", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-29", "name": "104th Special Session", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-29", "sectionName": "104th Special Session", "dateModified": null, "sourceUrl": "https://www.capitol.tn.gov/legislation/Archives/104GA/bills/SpecSessIndex.htm", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-29:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-29"]}, "legislativeHistory": {"cleaned_text": "Section Section-29: 104th Special Session", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-29: 104th Special Session", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-40", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-40", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=99", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-40:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-40"]}, "legislativeHistory": {"cleaned_text": "Section Section-40: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-40: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-11", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=111", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-13", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=110", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-15", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=109", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-18", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=108", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-20", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-20", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=107", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-20:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-20"]}, "legislativeHistory": {"cleaned_text": "Section Section-20: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-20: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-22", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-22", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=106", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-22:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-22"]}, "legislativeHistory": {"cleaned_text": "Section Section-22: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-22: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-25", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-25", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=105", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-25:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-25"]}, "legislativeHistory": {"cleaned_text": "Section Section-25: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-25: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-27", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-27", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=104", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-27:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-27"]}, "legislativeHistory": {"cleaned_text": "Section Section-27: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-27: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-30", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-30", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=103", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-30:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-30"]}, "legislativeHistory": {"cleaned_text": "Section Section-30: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-30: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-32", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-32", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=102", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-32:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-32"]}, "legislativeHistory": {"cleaned_text": "Section Section-32: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-32: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-34", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-34", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=101", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-34:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-34"]}, "legislativeHistory": {"cleaned_text": "Section Section-34: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-34: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-38", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-38", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=100", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-38:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-38"]}, "legislativeHistory": {"cleaned_text": "Section Section-38: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-38: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-3", "name": "Browse Bills by Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Browse Bills by Index", "dateModified": null, "sourceUrl": "https://wapp.capitol.tn.gov/apps/Indexes/BillsByIndex", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Browse Bills by Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Browse Bills by Index", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-7", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=113", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-9", "name": "Bills and Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Bills and Resolutions", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/archives/default.aspx?year=112", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Bills and Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Bills and Resolutions", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-42", "name": "99th Special Session", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-42", "sectionName": "99th Special Session", "dateModified": null, "sourceUrl": "https://www.capitol.tn.gov/legislation/Archives/99GA/bills/SpecSessIndex.htm", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-42:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-42"]}, "legislativeHistory": {"cleaned_text": "Section Section-42: 99th Special Session", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-42: 99th Special Session", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-37", "name": "2nd Special Session", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-37", "sectionName": "2nd Special Session", "dateModified": null, "sourceUrl": "https://www.capitol.tn.gov/legislation/Archives/101GA/bills/SpecSessIndex2.htm", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-37:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-37"]}, "legislativeHistory": {"cleaned_text": "Section Section-37: 2nd Special Session", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-37: 2nd Special Session", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-36", "name": "1st Special Session", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-36", "sectionName": "1st Special Session", "dateModified": null, "sourceUrl": "https://www.capitol.tn.gov/legislation/Archives/101GA/bills/SpecSessIndex.htm", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-36:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-36"]}, "legislativeHistory": {"cleaned_text": "Section Section-36: 1st Special Session", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-36: 1st Special Session", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-43", "name": "113th 2023-2024", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-43", "sectionName": "113th 2023-2024", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-43:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-43"]}, "legislativeHistory": {"cleaned_text": "Section Section-43: 113th 2023-2024", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-43: 113th 2023-2024", "subsections": [], "parser_warnings": []}
|
| 25 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-44", "name": "112th 2021-2022", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-44", "sectionName": "112th 2021-2022", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-44:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-44"]}, "legislativeHistory": {"cleaned_text": "Section Section-44: 112th 2021-2022", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-44: 112th 2021-2022", "subsections": [], "parser_warnings": []}
|
| 26 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-45", "name": "111th 2019-2020", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-45", "sectionName": "111th 2019-2020", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-45:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-45"]}, "legislativeHistory": {"cleaned_text": "Section Section-45: 111th 2019-2020", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-45: 111th 2019-2020", "subsections": [], "parser_warnings": []}
|
| 27 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-46", "name": "110th 2017-2018", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-46", "sectionName": "110th 2017-2018", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-46:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-46"]}, "legislativeHistory": {"cleaned_text": "Section Section-46: 110th 2017-2018", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-46: 110th 2017-2018", "subsections": [], "parser_warnings": []}
|
| 28 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-47", "name": "109th 2015-2016", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-47", "sectionName": "109th 2015-2016", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-47:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-47"]}, "legislativeHistory": {"cleaned_text": "Section Section-47: 109th 2015-2016", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-47: 109th 2015-2016", "subsections": [], "parser_warnings": []}
|
| 29 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-48", "name": "108th 2013-2014", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-48", "sectionName": "108th 2013-2014", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-48:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-48"]}, "legislativeHistory": {"cleaned_text": "Section Section-48: 108th 2013-2014", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-48: 108th 2013-2014", "subsections": [], "parser_warnings": []}
|
| 30 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-49", "name": "107th 2011-2012", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-49", "sectionName": "107th 2011-2012", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-49:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-49"]}, "legislativeHistory": {"cleaned_text": "Section Section-49: 107th 2011-2012", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-49: 107th 2011-2012", "subsections": [], "parser_warnings": []}
|
| 31 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-50", "name": "106th 2009-2010", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-50", "sectionName": "106th 2009-2010", "dateModified": null, "sourceUrl": "http://sos.tn.gov/division-publications/acts-and-resolutions", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-50:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-50"]}, "legislativeHistory": {"cleaned_text": "Section Section-50: 106th 2009-2010", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-50: 106th 2009-2010", "subsections": [], "parser_warnings": []}
|
| 32 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-41", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-41", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=99", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-41:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-41"]}, "legislativeHistory": {"cleaned_text": "Section Section-41: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-41: Subject Index", "subsections": [], "parser_warnings": []}
|
| 33 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-10", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=112", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: Subject Index", "subsections": [], "parser_warnings": []}
|
| 34 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-12", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=111", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Subject Index", "subsections": [], "parser_warnings": []}
|
| 35 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-14", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=110", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Subject Index", "subsections": [], "parser_warnings": []}
|
| 36 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-16", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=109", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: Subject Index", "subsections": [], "parser_warnings": []}
|
| 37 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-19", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-19", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=108", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-19:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-19"]}, "legislativeHistory": {"cleaned_text": "Section Section-19: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-19: Subject Index", "subsections": [], "parser_warnings": []}
|
| 38 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-21", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-21", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=107", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-21:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-21"]}, "legislativeHistory": {"cleaned_text": "Section Section-21: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-21: Subject Index", "subsections": [], "parser_warnings": []}
|
| 39 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-23", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-23", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=106", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-23:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-23"]}, "legislativeHistory": {"cleaned_text": "Section Section-23: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-23: Subject Index", "subsections": [], "parser_warnings": []}
|
| 40 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-26", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-26", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=105", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-26:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-26"]}, "legislativeHistory": {"cleaned_text": "Section Section-26: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-26: Subject Index", "subsections": [], "parser_warnings": []}
|
| 41 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-28", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-28", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=104", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-28:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-28"]}, "legislativeHistory": {"cleaned_text": "Section Section-28: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-28: Subject Index", "subsections": [], "parser_warnings": []}
|
| 42 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-31", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-31", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=103", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-31:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-31"]}, "legislativeHistory": {"cleaned_text": "Section Section-31: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-31: Subject Index", "subsections": [], "parser_warnings": []}
|
| 43 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-33", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-33", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=102", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-33:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-33"]}, "legislativeHistory": {"cleaned_text": "Section Section-33: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-33: Subject Index", "subsections": [], "parser_warnings": []}
|
| 44 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-35", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-35", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=101", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-35:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-35"]}, "legislativeHistory": {"cleaned_text": "Section Section-35: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-35: Subject Index", "subsections": [], "parser_warnings": []}
|
| 45 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-39", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-39", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=100", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-39:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-39"]}, "legislativeHistory": {"cleaned_text": "Section Section-39: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-39: Subject Index", "subsections": [], "parser_warnings": []}
|
| 46 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-8", "name": "Subject Index", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Subject Index", "dateModified": null, "sourceUrl": "http://wapp.capitol.tn.gov/apps/subjectindex/default.aspx?ga=113", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Subject Index", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Subject Index", "subsections": [], "parser_warnings": []}
|
| 47 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-2", "name": "Bill Search", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "Bill Search", "dateModified": null, "sourceUrl": "https://wapp.capitol.tn.gov/apps/BillSearch/BillSearchAdvanced", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: Bill Search", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: Bill Search", "subsections": [], "parser_warnings": []}
|
| 48 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-1", "name": "Legislation", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Legislation", "dateModified": null, "sourceUrl": "https://wapp.capitol.tn.gov/apps/BillInfo/Legislation", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Legislation", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Legislation", "subsections": [], "parser_warnings": []}
|
| 49 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-5", "name": "My Bills", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "My Bills", "dateModified": null, "sourceUrl": "https://wapp.capitol.tn.gov/apps/mybills/", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: My Bills", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: My Bills", "subsections": [], "parser_warnings": []}
|
| 50 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tn", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tn:statute:Tennessee Code Annotated § Section-6", "name": "My Bills", "isPartOf": {"@type": "CreativeWork", "name": "Tennessee Code Annotated", "identifier": "TN-code"}, "legislationType": "statute", "stateCode": "TN", "stateName": "Tennessee", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "My Bills", "dateModified": null, "sourceUrl": "https://wapp.capitol.tn.gov/apps/mybills", "chapter": {"chapter_label": "Tennessee Code Annotated", "chapter_name": "Tennessee Code Annotated", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: My Bills", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: My Bills", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-TX.jsonld
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Agriculture Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Agriculture Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Agriculture Code", "chapter_name": "Agriculture Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Alcoholic Beverage Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Alcoholic Beverage Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Alcoholic Beverage Code", "chapter_name": "Alcoholic Beverage Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Business and Commerce Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Business and Commerce Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Business and Commerce Code", "chapter_name": "Business and Commerce Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Civil Practice and Remedies Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Civil Practice and Remedies Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Civil Practice and Remedies Code", "chapter_name": "Civil Practice and Remedies Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Code of Criminal Procedure § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Code of Criminal Procedure", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Code of Criminal Procedure", "chapter_name": "Code of Criminal Procedure", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Education Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Education Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Education Code", "chapter_name": "Education Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Election Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Election Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Election Code", "chapter_name": "Election Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Family Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Family Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Family Code", "chapter_name": "Family Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Finance Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Finance Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Finance Code", "chapter_name": "Finance Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Government Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Government Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Government Code", "chapter_name": "Government Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Health and Safety Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Health and Safety Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Health and Safety Code", "chapter_name": "Health and Safety Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Human Resources Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Human Resources Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Human Resources Code", "chapter_name": "Human Resources Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Insurance Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Insurance Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Insurance Code", "chapter_name": "Insurance Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Labor Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Labor Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Labor Code", "chapter_name": "Labor Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Local Government Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Local Government Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Local Government Code", "chapter_name": "Local Government Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Natural Resources Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Natural Resources Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Natural Resources Code", "chapter_name": "Natural Resources Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Occupations Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Occupations Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Occupations Code", "chapter_name": "Occupations Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Parks and Wildlife Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Parks and Wildlife Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Parks and Wildlife Code", "chapter_name": "Parks and Wildlife Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 19 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Penal Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Penal Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Penal Code", "chapter_name": "Penal Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 20 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Property Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Property Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Property Code", "chapter_name": "Property Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 21 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Tax Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Tax Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Tax Code", "chapter_name": "Tax Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 22 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Transportation Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Transportation Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Transportation Code", "chapter_name": "Transportation Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 23 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Utilities Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Utilities Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Utilities Code", "chapter_name": "Utilities Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
| 24 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/tx", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:tx:statute:Water Code § 2", "name": "Texas Constitutionand Statutes", "isPartOf": {"@type": "CreativeWork", "name": "Water Code", "identifier": "TX-code"}, "legislationType": "statute", "stateCode": "TX", "stateName": "Texas", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "2", "sectionName": "Texas Constitutionand Statutes", "dateModified": null, "sourceUrl": "https://statutes.capitol.texas.gov/", "chapter": {"chapter_label": "Water Code", "chapter_name": "Water Code", "chapter_inferred": true}, "preamble": "Section 2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section 2"]}, "legislativeHistory": {"cleaned_text": "Section 2: Texas Constitutionand Statutes", "history_citation_blocks": [], "history_citations": []}, "text": "Section 2: Texas Constitutionand Statutes", "subsections": [], "parser_warnings": []}
|
state_laws_jsonld/STATE-UT.jsonld
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
state_laws_jsonld/STATE-VA.jsonld
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-18", "name": "Division of Legislative Automated Systems (DLAS)", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-18", "sectionName": "Division of Legislative Automated Systems (DLAS)", "dateModified": null, "sourceUrl": "http://dlas.virginia.gov", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-18:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-18"]}, "legislativeHistory": {"cleaned_text": "Section Section-18: Division of Legislative Automated Systems (DLAS)", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-18: Division of Legislative Automated Systems (DLAS)", "subsections": [], "parser_warnings": []}
|
| 2 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-14", "name": "Virginia Register of Regulations", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-14", "sectionName": "Virginia Register of Regulations", "dateModified": null, "sourceUrl": "http://register.dls.virginia.gov/", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-14:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-14"]}, "legislativeHistory": {"cleaned_text": "Section Section-14: Virginia Register of Regulations", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-14: Virginia Register of Regulations", "subsections": [], "parser_warnings": []}
|
| 3 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-12", "name": "Reports to the General Assembly", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-12", "sectionName": "Reports to the General Assembly", "dateModified": null, "sourceUrl": "https://rga.lis.virginia.gov/", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-12:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-12"]}, "legislativeHistory": {"cleaned_text": "Section Section-12: Reports to the General Assembly", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-12: Reports to the General Assembly", "subsections": [], "parser_warnings": []}
|
| 4 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-1", "name": "Virginia General Assembly", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-1", "sectionName": "Virginia General Assembly", "dateModified": null, "sourceUrl": "https://virginiageneralassembly.gov/", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-1:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-1"]}, "legislativeHistory": {"cleaned_text": "Section Section-1: Virginia General Assembly", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-1: Virginia General Assembly", "subsections": [], "parser_warnings": []}
|
| 5 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-13", "name": "Virginia Code Commission", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-13", "sectionName": "Virginia Code Commission", "dateModified": null, "sourceUrl": "http://codecommission.dls.virginia.gov/", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-13:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-13"]}, "legislativeHistory": {"cleaned_text": "Section Section-13: Virginia Code Commission", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-13: Virginia Code Commission", "subsections": [], "parser_warnings": []}
|
| 6 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-9", "name": "Bills & Resolutions", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-9", "sectionName": "Bills & Resolutions", "dateModified": null, "sourceUrl": "https://lis.virginia.gov/bill-search", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-9:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-9"]}, "legislativeHistory": {"cleaned_text": "Section Section-9: Bills & Resolutions", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-9: Bills & Resolutions", "subsections": [], "parser_warnings": []}
|
| 7 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-8", "name": "Session Information", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-8", "sectionName": "Session Information", "dateModified": null, "sourceUrl": "https://lis.virginia.gov", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-8:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-8"]}, "legislativeHistory": {"cleaned_text": "Section Section-8: Session Information", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-8: Session Information", "subsections": [], "parser_warnings": []}
|
| 8 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-2", "name": "LIS Learning Center", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-2", "sectionName": "LIS Learning Center", "dateModified": null, "sourceUrl": "https://help.lis.virginia.gov", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-2:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-2"]}, "legislativeHistory": {"cleaned_text": "Section Section-2: LIS Learning Center", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-2: LIS Learning Center", "subsections": [], "parser_warnings": []}
|
| 9 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-15", "name": "U.S. Constitution", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-15", "sectionName": "U.S. Constitution", "dateModified": null, "sourceUrl": "https://www.archives.gov/exhibits/charters/constitution_transcript.html", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-15:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-15"]}, "legislativeHistory": {"cleaned_text": "Section Section-15: U.S. Constitution", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-15: U.S. Constitution", "subsections": [], "parser_warnings": []}
|
| 10 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-17", "name": "Lobbyist-in-a-Box", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-17", "sectionName": "Lobbyist-in-a-Box", "dateModified": null, "sourceUrl": "https://lis.virginia.gov/register-account", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-17:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-17"]}, "legislativeHistory": {"cleaned_text": "Section Section-17: Lobbyist-in-a-Box", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-17: Lobbyist-in-a-Box", "subsections": [], "parser_warnings": []}
|
| 11 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-5", "name": "Register Account", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-5", "sectionName": "Register Account", "dateModified": null, "sourceUrl": "https://lis.virginia.gov/register-account", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-5:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-5"]}, "legislativeHistory": {"cleaned_text": "Section Section-5: Register Account", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-5: Register Account", "subsections": [], "parser_warnings": []}
|
| 12 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-3", "name": "Privacy Policy", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-3", "sectionName": "Privacy Policy", "dateModified": null, "sourceUrl": "https://lis.virginia.gov/privacy", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-3:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-3"]}, "legislativeHistory": {"cleaned_text": "Section Section-3: Privacy Policy", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-3: Privacy Policy", "subsections": [], "parser_warnings": []}
|
| 13 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-11", "name": "Virginia Law", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-11", "sectionName": "Virginia Law", "dateModified": null, "sourceUrl": "https://law.lis.virginia.gov/", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-11:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-11"]}, "legislativeHistory": {"cleaned_text": "Section Section-11: Virginia Law", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-11: Virginia Law", "subsections": [], "parser_warnings": []}
|
| 14 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-10", "name": "State Budget", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-10", "sectionName": "State Budget", "dateModified": null, "sourceUrl": "https://budget.lis.virginia.gov/default/2025/1", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-10:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-10"]}, "legislativeHistory": {"cleaned_text": "Section Section-10: State Budget", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-10: State Budget", "subsections": [], "parser_warnings": []}
|
| 15 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-16", "name": "LIS Home", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-16", "sectionName": "LIS Home", "dateModified": null, "sourceUrl": "https://lis.virginia.gov", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-16:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-16"]}, "legislativeHistory": {"cleaned_text": "Section Section-16: LIS Home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-16: LIS Home", "subsections": [], "parser_warnings": []}
|
| 16 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-4", "name": "LIS home", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-4", "sectionName": "LIS home", "dateModified": null, "sourceUrl": "https://lis.virginia.gov", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-4:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-4"]}, "legislativeHistory": {"cleaned_text": "Section Section-4: LIS home", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-4: LIS home", "subsections": [], "parser_warnings": []}
|
| 17 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-6", "name": "Login", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-6", "sectionName": "Login", "dateModified": null, "sourceUrl": "https://lis.virginia.gov/login", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-6:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-6"]}, "legislativeHistory": {"cleaned_text": "Section Section-6: Login", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-6: Login", "subsections": [], "parser_warnings": []}
|
| 18 |
+
{"@context": {"@vocab": "https://schema.org/", "state": "https://www.usa.gov/states/va", "stateCode": "state:code", "sectionNumber": "state:sectionNumber", "sourceUrl": "state:sourceUrl"}, "@type": "Legislation", "@id": "urn:state:va:statute:Code of Virginia § Section-7", "name": "LIS", "isPartOf": {"@type": "CreativeWork", "name": "Code of Virginia", "identifier": "VA-code"}, "legislationType": "statute", "stateCode": "VA", "stateName": "Virginia", "titleNumber": null, "titleName": null, "chapterNumber": null, "chapterName": null, "sectionNumber": "Section-7", "sectionName": "LIS", "dateModified": null, "sourceUrl": "https://lis.virginia.gov/", "chapter": {"chapter_label": "Code of Virginia", "chapter_name": "Code of Virginia", "chapter_inferred": true}, "preamble": "Section Section-7:", "citations": {"usc_citations": [], "public_laws": [], "statutes_at_large": [], "section_references": ["Section Section-7"]}, "legislativeHistory": {"cleaned_text": "Section Section-7: LIS", "history_citation_blocks": [], "history_citations": []}, "text": "Section Section-7: LIS", "subsections": [], "parser_warnings": []}
|