-
-
Save jacobroufa/ac0abbde097b9f3bdfc8b9b3030ea58e to your computer and use it in GitHub Desktop.
IL-GOV Metadata
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var crypto = require('crypto') | |
| var request = require('request') | |
| var ndjson = require('ndjson') | |
| var parallel = require('parallel-transform') | |
| var fs = require('fs') | |
| var mkdirp = require('mkdirp') | |
| var pump = require('pump') | |
| var path = require('path') | |
| process.stdin | |
| .pipe(ndjson.parse()) | |
| .pipe(parallel(1, getUrls)) | |
| .pipe(parallel(5, dl)) | |
| function getUrls (item, cb) { | |
| item.result.results.forEach(function (result) { | |
| result.resources.forEach(function (resource) { | |
| cb(null, resource.url); | |
| }); | |
| }); | |
| } | |
| function dl (item, cb) { | |
| var hash = crypto.createHash('sha256').update(item).digest('hex') | |
| mkdirp('./' + hash, function () { | |
| var req = request(item) | |
| req.on('error', function (err) { | |
| console.log('Error', item, err.message) | |
| }) | |
| var target = path.basename(item).split('?')[0] | |
| var ws = fs.createWriteStream('./' + hash + '/' + target) | |
| pump(req, ws, cb) | |
| }) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"help": "https://catalog.data.gov/api/3/action/help_show?name=package_search", "success": true, "result": {"count": 607, "sort": "views_recent desc", "facets": {}, "results": [{"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 6, "id": "cf21869e-21e7-4033-8303-538c61bae47f", "metadata_created": "2015-01-30T21:43:18.718055", "metadata_modified": "2016-08-20T05:35:32.878675", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "cf21869e-21e7-4033-8303-538c61bae47f", "webstore_last_updated": null, "id": "40d84543-f0a1-453d-8294-a7ab4113f6b3", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 588, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:19.185181", "url": "https://data.illinois.gov/api/views/f7nd-jj28/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "71f9745f-935b-49d3-b1ff-d0877b953052", "resource_type": null}, {"cache_last_updated": null, "package_id": "cf21869e-21e7-4033-8303-538c61bae47f", "webstore_last_updated": null, "id": "271865f2-9ced-4fab-8f9f-5b51aed5208e", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 85, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:19.185202", "url": "https://data.illinois.gov/api/views/f7nd-jj28/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "5b3823ec-7f4a-48ab-8ee1-5cf22aff5943", "resource_type": null}, {"cache_last_updated": null, "package_id": "cf21869e-21e7-4033-8303-538c61bae47f", "webstore_last_updated": null, "id": "998f68d7-0b16-4f0e-9286-a74fd58c420b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 54, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:19.185209", "url": "https://data.illinois.gov/api/views/f7nd-jj28/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "5b3823ec-7f4a-48ab-8ee1-5cf22aff5943", "resource_type": null}, {"cache_last_updated": null, "package_id": "cf21869e-21e7-4033-8303-538c61bae47f", "webstore_last_updated": null, "id": "dbb933ca-527f-4c4d-aa92-a0d98661ab6d", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 129, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:19.185216", "url": "https://data.illinois.gov/api/views/f7nd-jj28/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "5b3823ec-7f4a-48ab-8ee1-5cf22aff5943", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "abortion", "id": "88b75214-0a97-4a14-b688-756be490f8c3", "name": "abortion"}, {"vocabulary_id": null, "state": "active", "display_name": "age", "id": "ddf36e5c-29e7-48f6-a697-3af2ae33ded2", "name": "age"}, {"vocabulary_id": null, "state": "active", "display_name": "demographics", "id": "346daab9-6351-43a5-860d-4c96eccc8eb6", "name": "demographics"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "marital-status", "id": "2686cd10-75f0-454a-ac97-84010c0126b6", "name": "marital-status"}, {"vocabulary_id": null, "state": "active", "display_name": "pregnancy", "id": "20637b57-4051-4423-8d87-fa0d8895f4f9", "name": "pregnancy"}], "tracking_summary": {"total": 2542, "recent": 28}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "abortion-demographics-1995-2012-8f496", "isopen": false, "url": null, "notes": "The number of induced pregnancy terminations reported in Illinois by county (if in excess of 50), by age and marital status.\nNote: Marital status and age are only for Illinois residents.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-19"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/f7nd-jj28"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/f7nd-jj28"}, {"key": "harvest_object_id", "value": "f79b28cb-563c-4edf-99c8-e7c20afdd9a2"}, {"key": "source_hash", "value": "3472e17b749d9ec740ddf71ac932f4c6109a810f"}, {"key": "harvest_object_id", "value": "f79b28cb-563c-4edf-99c8-e7c20afdd9a2"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Abortion Demographics, 1995-2012", "revision_id": "1d1a7305-fdd4-4f22-9973-448bdb574931"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "0f454ad1-51e8-4e48-8042-4ddf0522ad22", "metadata_created": "2015-01-30T21:43:18.577185", "metadata_modified": "2016-08-20T05:35:32.868719", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0f454ad1-51e8-4e48-8042-4ddf0522ad22", "webstore_last_updated": null, "id": "7870ae0a-8dbf-4a6f-bd47-13a53cecb749", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 390, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:18.923684", "url": "https://data.illinois.gov/api/views/t224-vrp2/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "2a823c82-8963-437a-af16-b7188127a28a", "resource_type": null}, {"cache_last_updated": null, "package_id": "0f454ad1-51e8-4e48-8042-4ddf0522ad22", "webstore_last_updated": null, "id": "2b7948dc-9753-4eb7-9d92-8d4145f63ddc", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 13, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:18.923704", "url": "https://data.illinois.gov/api/views/t224-vrp2/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "f031ab3b-d000-4dec-b7ed-fbfc28ebe3d9", "resource_type": null}, {"cache_last_updated": null, "package_id": "0f454ad1-51e8-4e48-8042-4ddf0522ad22", "webstore_last_updated": null, "id": "06bae2a9-2145-40be-b426-e5426088efff", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 33, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:18.923712", "url": "https://data.illinois.gov/api/views/t224-vrp2/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "f031ab3b-d000-4dec-b7ed-fbfc28ebe3d9", "resource_type": null}, {"cache_last_updated": null, "package_id": "0f454ad1-51e8-4e48-8042-4ddf0522ad22", "webstore_last_updated": null, "id": "1341152c-e298-407f-9dd1-b2fb356c9528", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 36, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:18.923746", "url": "https://data.illinois.gov/api/views/t224-vrp2/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "f031ab3b-d000-4dec-b7ed-fbfc28ebe3d9", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "death", "id": "0d3aedfd-454c-46fc-a33f-95b89e9ce80f", "name": "death"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "leading-causes", "id": "48c68d09-b4bc-4ec9-9c14-678271e12c42", "name": "leading-causes"}, {"vocabulary_id": null, "state": "active", "display_name": "mortality", "id": "4aa0d688-b62d-4272-b381-a98e03ea6558", "name": "mortality"}], "tracking_summary": {"total": 1088, "recent": 11}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "leading-causes-of-death-1990-2010-31402", "isopen": false, "url": null, "notes": "Leading causes of death for Illinois residents was compiled by the IL Center for Health Statistics.\r\nNote: \"All Causes\" refers to the total number of deaths for the given year.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-19"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/t224-vrp2"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/t224-vrp2"}, {"key": "harvest_object_id", "value": "19013c1f-feee-440d-8d4d-c9b97e63476d"}, {"key": "source_hash", "value": "b1f9767c6d78951e509b1a05912be157c5581170"}, {"key": "harvest_object_id", "value": "19013c1f-feee-440d-8d4d-c9b97e63476d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Leading Causes of Death, 1990-2010", "revision_id": "6f1e0f73-65db-441a-9ac9-c25fada776b2"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "de710fa3-99ff-47ce-84c4-61cc1f4bbc27", "metadata_created": "2015-01-30T21:43:17.940934", "metadata_modified": "2016-06-11T01:52:28.565060", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "de710fa3-99ff-47ce-84c4-61cc1f4bbc27", "webstore_last_updated": null, "id": "a88559b9-04d7-4a63-ba70-6fa549a8f31d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 128, "recent": 6}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:18.259852", "url": "https://data.illinois.gov/api/views/9ean-aer9/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "2ffe6dd6-e906-41fa-bf6e-b422f71fa68e", "resource_type": null}, {"cache_last_updated": null, "package_id": "de710fa3-99ff-47ce-84c4-61cc1f4bbc27", "webstore_last_updated": null, "id": "26722de6-0a3d-4167-a1aa-70f408d0a090", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 13, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:18.259874", "url": "https://data.illinois.gov/api/views/9ean-aer9/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "68f79c63-8bda-4a9c-a4aa-c05d11b984b5", "resource_type": null}, {"cache_last_updated": null, "package_id": "de710fa3-99ff-47ce-84c4-61cc1f4bbc27", "webstore_last_updated": null, "id": "a2111b18-90ed-4202-8e66-f57be03b9a0a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 23, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:18.259882", "url": "https://data.illinois.gov/api/views/9ean-aer9/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "68f79c63-8bda-4a9c-a4aa-c05d11b984b5", "resource_type": null}, {"cache_last_updated": null, "package_id": "de710fa3-99ff-47ce-84c4-61cc1f4bbc27", "webstore_last_updated": null, "id": "c95256d7-c785-4127-b2d7-d35d933ee8d2", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 29, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:18.259888", "url": "https://data.illinois.gov/api/views/9ean-aer9/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "68f79c63-8bda-4a9c-a4aa-c05d11b984b5", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "baby", "id": "b5001a78-ef3f-4f4d-93e3-74a906dc3d43", "name": "baby"}, {"vocabulary_id": null, "state": "active", "display_name": "boy", "id": "cfc45ff1-e9ab-44aa-ba92-84b3fad0f7c3", "name": "boy"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "names", "id": "56f3d128-d787-4735-a5cb-cdbdd3ccf6de", "name": "names"}, {"vocabulary_id": null, "state": "active", "display_name": "popular", "id": "8b69a004-7278-49e3-9f46-19912e04e8c2", "name": "popular"}], "tracking_summary": {"total": 450, "recent": 10}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "most-popular-baby-boy-names-1980-2013-07f06", "isopen": false, "url": null, "notes": "Note: 2010-2013 should be considered provisional data.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-19"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/9ean-aer9"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/9ean-aer9"}, {"key": "harvest_object_id", "value": "71ae2e40-1fef-4547-8c21-6c4f1ccc2762"}, {"key": "source_hash", "value": "a5827b6256540c194ecd6bafcaaec7eaff6e7355"}, {"key": "harvest_object_id", "value": "71ae2e40-1fef-4547-8c21-6c4f1ccc2762"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Most Popular Baby Boy Names, 1980-2013", "revision_id": "07d3c7ad-4c70-4e3e-81ab-d54f80ab738e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "d22f2478-19ea-4d17-ab05-3cd8823f371b", "metadata_created": "2015-01-30T21:44:43.942532", "metadata_modified": "2016-08-20T05:35:47.093721", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "d22f2478-19ea-4d17-ab05-3cd8823f371b", "webstore_last_updated": null, "id": "84bb7bed-67aa-4699-a9a8-e4f4fcf334c2", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 17, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:44.128294", "url": "https://data.illinois.gov/api/views/5gzq-577f/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "45d1a7ce-af44-44d4-9c84-08d54cc9417d", "resource_type": null}, {"cache_last_updated": null, "package_id": "d22f2478-19ea-4d17-ab05-3cd8823f371b", "webstore_last_updated": null, "id": "0b356b82-87fd-4b0a-8072-92a0149384e1", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:44.128315", "url": "https://data.illinois.gov/api/views/5gzq-577f/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "88d15e90-10da-4e41-8bd6-76c7f0eb8ea0", "resource_type": null}, {"cache_last_updated": null, "package_id": "d22f2478-19ea-4d17-ab05-3cd8823f371b", "webstore_last_updated": null, "id": "d3a6ebbc-cb33-46d9-ad02-206396208f04", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 6, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:44.128322", "url": "https://data.illinois.gov/api/views/5gzq-577f/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "88d15e90-10da-4e41-8bd6-76c7f0eb8ea0", "resource_type": null}, {"cache_last_updated": null, "package_id": "d22f2478-19ea-4d17-ab05-3cd8823f371b", "webstore_last_updated": null, "id": "9e60d2d0-99db-4bdd-985a-af254d741756", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:44.128328", "url": "https://data.illinois.gov/api/views/5gzq-577f/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "88d15e90-10da-4e41-8bd6-76c7f0eb8ea0", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "firearms", "id": "cebb93a0-c135-4517-be2c-5867b41e0ba6", "name": "firearms"}, {"vocabulary_id": null, "state": "active", "display_name": "guns", "id": "78a89f06-2f24-4268-bccc-1c07d15a606f", "name": "guns"}, {"vocabulary_id": null, "state": "active", "display_name": "police", "id": "2dde5edc-31a7-430e-b615-41d22cec89d7", "name": "police"}, {"vocabulary_id": null, "state": "active", "display_name": "state-police", "id": "33018e76-4d98-4b11-a924-038e0307f61d", "name": "state-police"}], "tracking_summary": {"total": 321, "recent": 8}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "isp-firearm-transfer-inquiry-ftip-requests-f4601", "isopen": false, "url": null, "notes": "FTIP Inquiry Requests -- 10 Year History -- 2002 through 2011", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-02-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Safety"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5gzq-577f"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5gzq-577f"}, {"key": "harvest_object_id", "value": "d984d501-62e3-4ec9-aed5-7dd1053f6ba6"}, {"key": "source_hash", "value": "6a601be7148552185d50b531dc26f0fe0b7288ea"}, {"key": "harvest_object_id", "value": "d984d501-62e3-4ec9-aed5-7dd1053f6ba6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISP - Firearm Transfer Inquiry (FTIP) Requests", "revision_id": "dc95a5ab-b639-40c2-afe5-642d41ed87b0"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "9bf30e41-af40-4cef-84de-a2da3f37c366", "metadata_created": "2015-01-30T21:43:18.570398", "metadata_modified": "2016-06-11T01:52:28.973855", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "9bf30e41-af40-4cef-84de-a2da3f37c366", "webstore_last_updated": null, "id": "515ac7c5-ffd5-4d5f-8f10-8969a819c409", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 69, "recent": 5}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:18.870530", "url": "https://data.illinois.gov/api/views/u65f-usui/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "01d57e70-018f-4e87-83bc-6d8298e3afcd", "resource_type": null}, {"cache_last_updated": null, "package_id": "9bf30e41-af40-4cef-84de-a2da3f37c366", "webstore_last_updated": null, "id": "c83f3105-b8ad-4e63-a2a4-e3f77df4e9e2", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 9, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:18.870550", "url": "https://data.illinois.gov/api/views/u65f-usui/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "986cc836-8db5-4725-8143-d9901ee6b60d", "resource_type": null}, {"cache_last_updated": null, "package_id": "9bf30e41-af40-4cef-84de-a2da3f37c366", "webstore_last_updated": null, "id": "db5bcf55-522b-40bd-a147-98604c9abd1a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:18.870558", "url": "https://data.illinois.gov/api/views/u65f-usui/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "986cc836-8db5-4725-8143-d9901ee6b60d", "resource_type": null}, {"cache_last_updated": null, "package_id": "9bf30e41-af40-4cef-84de-a2da3f37c366", "webstore_last_updated": null, "id": "bd495127-d403-4984-8a4e-5d02e6fa5ca3", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 22, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:18.870565", "url": "https://data.illinois.gov/api/views/u65f-usui/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "986cc836-8db5-4725-8143-d9901ee6b60d", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "abortion", "id": "88b75214-0a97-4a14-b688-756be490f8c3", "name": "abortion"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "pregnancy", "id": "20637b57-4051-4423-8d87-fa0d8895f4f9", "name": "pregnancy"}], "tracking_summary": {"total": 330, "recent": 6}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "abortions-by-county-1995-2012-fd5ac", "isopen": false, "url": null, "notes": "The number of induced pregnancy terminations reported in Illinois by county (if in excess of 50).", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-19"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/u65f-usui"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/u65f-usui"}, {"key": "harvest_object_id", "value": "9151b766-6b76-4015-9c5e-edc37ff2901e"}, {"key": "source_hash", "value": "76ec5b90a6bd109bc42c0d0c8fcaab12abb57a12"}, {"key": "harvest_object_id", "value": "9151b766-6b76-4015-9c5e-edc37ff2901e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Abortions By County, 1995-2012", "revision_id": "5d94c397-11ae-478d-acbf-ae16c34a9b15"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 4, "id": "a142b069-c1c4-4bb3-9ec6-ac8a55db7538", "metadata_created": "2015-03-19T03:59:10.905869", "metadata_modified": "2016-08-16T04:59:44.891743", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "a142b069-c1c4-4bb3-9ec6-ac8a55db7538", "webstore_last_updated": null, "id": "6b5e1463-8fac-4c50-b601-418a98f9d1e7", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 75, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-03-18T23:59:11.126405", "url": "https://data.illinois.gov/api/views/6u8g-w2b6/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "f40a739d-e7f7-479a-82f9-11c2b021193a", "resource_type": null}, {"cache_last_updated": null, "package_id": "a142b069-c1c4-4bb3-9ec6-ac8a55db7538", "webstore_last_updated": null, "id": "29155564-99f2-470a-a392-81c180dcaff7", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-03-18T23:59:11.126426", "url": "https://data.illinois.gov/api/views/6u8g-w2b6/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b2037d3f-c6fb-44e8-a7cf-533fa01dd0eb", "resource_type": null}, {"cache_last_updated": null, "package_id": "a142b069-c1c4-4bb3-9ec6-ac8a55db7538", "webstore_last_updated": null, "id": "35fab60a-0aa3-4ce6-b3f6-56b534d08b29", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-03-18T23:59:11.126434", "url": "https://data.illinois.gov/api/views/6u8g-w2b6/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b2037d3f-c6fb-44e8-a7cf-533fa01dd0eb", "resource_type": null}, {"cache_last_updated": null, "package_id": "a142b069-c1c4-4bb3-9ec6-ac8a55db7538", "webstore_last_updated": null, "id": "bdc7a9ce-7d66-4eeb-a2e2-afc75bb78131", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 20, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-03-18T23:59:11.126441", "url": "https://data.illinois.gov/api/views/6u8g-w2b6/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b2037d3f-c6fb-44e8-a7cf-533fa01dd0eb", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "estimates", "id": "8fb9cf15-98bd-4898-ad00-31f0e680a982", "name": "estimates"}, {"vocabulary_id": null, "state": "active", "display_name": "idph", "id": "5ddfed4e-1f88-4d2b-b208-e51f497cb07b", "name": "idph"}, {"vocabulary_id": null, "state": "active", "display_name": "population", "id": "1625477a-8d70-4daf-85f7-93bfcc500b0d", "name": "population"}, {"vocabulary_id": null, "state": "active", "display_name": "projections", "id": "0df4adff-802b-4fda-a3be-52f8f74b5e28", "name": "projections"}], "tracking_summary": {"total": 423, "recent": 6}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "population-projections-2014-edition", "isopen": false, "url": null, "notes": "Introduction\r\n\r\nThis report presents projections of population from 2015 to 2025 by age and sex for Illinois, Chicago and Illinois counties produced for the Certificate of Need (CON) Program. \r\nAs actual future population trends are unknown, the projected numbers should not be considered a precise prediction of the future population; rather, these projections, calculated under a specific set of assumptions, indicate the levels of population that would result if our assumptions about each population component (births, deaths and net migration) hold true. The assumptions used in this report, and the details presented below, generally assume a continuation of current trends. \r\n\r\nMethodology\r\nThese projections were produced using a demographic cohort-component projection model. In this model, each component of population change \u2013 birth, death and net migration \u2013 is projected separately for each five-year birth cohort and sex. The cohort \u2013 component method employs the following basic demographic balancing equation:\r\n P1 = P0 + B \u2013 D + NM\r\nWhere:\r\n P1 = Population at the end of the period;\r\n P0 = Population at the beginning of the period;\r\n B = Resident births during the period;\r\n D = Resident deaths during the period; and\r\n NM = Net migration (Inmigration \u2013 Outmigration) during the period.\r\nThe model roughly works as follows: for every five-year projection period, the base population, disaggregated by five-year age groups and sex, is \u201csurvived\u201d to the next five-year period by applying the appropriate survival rates for each age and sex group; next, net migrants by age and sex are added to the survived population. The population under 5 years of age is generated by applying age specific birth rates to the survived females in childbearing age (15 to 49 years). \r\n\r\nBase Population\r\nThese projections began with the July 1, 2010 population estimates by age and sex produced by the U.S. Census Bureau. The most recent census population of April 1, 2010 was the base for July 1, 2010 population estimates. \r\n\r\nSpecial Populations\r\nIn 19 counties, the college dormitory population or adult inmates in correctional facilities accounted for 5 percent or more of the total population of the county; these counties were considered as special counties. There were six college dorm counties (Champaign, Coles, DeKalb, Jackson, McDonough and McLean) and 13 correctional facilities counties (Bond, Brown, Crawford, Fayette, Fulton, Jefferson, Johnson, Lawrence, Lee, Logan, Montgomery, Perry and Randolph) that qualified as special counties. When projecting the population, these special populations were first subtracted from the base populations for each special county; then they were added back to the projected population to produce the total population projections by age and sex. The base special population by age and sex from the 2010 population census was used for this purpose with the assumption that this population will remain the same throughout each projection period.\r\n\r\nMortality \r\nFuture deaths were projected by applying age and sex specific survival rates to each age and sex specific base population. The assumptions on survival rates were developed on the basis of trends of mortality rates in the individual life tables constructed for each level of geography for 1989-1991, 1999-2001 and 2009-2011. The application of five-year survival rates provides a projection of the number of persons from the initial population expected to be alive in five years. Resident deaths data by age and sex from 1989 to 2011 were provided by the Illinois Center for Health Statistics (ICHS), Illinois Department of Public Health.\r\n\r\nFertility\r\nTotal fertility rates (TFRs) were first computed for each county. For most counties, the projected 2015 TFRs were computed as the average of the 2000 and 2010 TFRs. 2010 or 2015 rates were retained for 2020 projections, depending on the birth trend of each county. The age-specific birth rates (ASBR) were next computed for each county by multiplying the 2010 ASBR by each projected TFR. Total births were then projected for each county by applying age-specific birth rates to the projected female population of reproductive ages (15 to 49 years). The total births were broken down by sex, using an assumed sex-ratio at birth. These births were survived five years applying assumed survival ratios to get the projected population for the age group 0-4. For the special counties, special populations by age and sex were taken out before computing age-specific birth rates. The resident birth data used to compute age-specific birth rates for 1989-1991, 1999-2001 and 2009-2011 came from ICHS. Births to females younger than 15 years of age were added to those of the 15-19 age group and births to women older than 49 years of age were added to the 45-49 age group.\r\n\r\nNet Migration\r\nMigration is the major component of population change in Illinois, Chicago and Illinois counties. The state is experiencing a significant loss of population through internal (domestic migration within the U.S.) net migration. Unlike data on births and deaths, migration data based on administrative records are not available on a regular basis. Most data on migration are collected through surveys or indirectly from administrative records (IRS individual tax returns). For this report, net migration trends have been reviewed using data from different sources and methods (such as residual method) from the University of Wisconsin, Madison, Illinois Department of Public Health, individual exemptions data from the Internal Revenue Service, and survey data from the U.S. Census Bureau. On the basis of knowledge gained through this review and of levels of net migration from different sources, assumptions have been made that Illinois will have annual net migrants of -40, 000, -35,000 and -30,000 during 2010-2015, 2015-2020 and 2020-2025, respectively. These figures have been distributed among the counties, using age and sex distribution of net migrants during 1995-2000. The 2000 population census was the last decennial census, which included the question \u201cWhere did you live five years ago?\u201d The age and sex distribution of the net migrants was derived, using answers to this question. The net migration for Chicago has been derived independently, using census survival method for 1990-2000 and 2000-2010 under the assumption that the annual net migration for Chicago will be -40,000, -30,000 and -25,000 for 2010-2015, 2015-2020 and 2020-2025, respectively. The age and sex distribution from the 2000-2010 net migration was used to distribute the net migrants for the projection periods.\r\n\r\nConclusion\r\nThese projections were prepared for use by the Certificate of Need (CON) Program; they are produced using evidence-based techniques, reasonable assumptions and the best available input data. However, as assumptions of future demographic trends may contain errors, the resulting projections are unlikely to be free of errors. In general, projections of small areas are less reliable than those for larger areas, and the farther in the future projections are made, the less reliable they may become. When possible, these projections should be regularly reviewed and updated, using more recent birth, death and migration data.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-08-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/6u8g-w2b6"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/6u8g-w2b6"}, {"key": "harvest_object_id", "value": "ec044bcf-593b-493a-b851-8fac619e9697"}, {"key": "source_hash", "value": "a3a2561e8aff2253cbb643937bc2685ba674ae75"}, {"key": "harvest_object_id", "value": "ec044bcf-593b-493a-b851-8fac619e9697"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Population Projections 2014 Edition", "revision_id": "f40a739d-e7f7-479a-82f9-11c2b021193a"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "13b2539c-6e1c-4c8c-aab3-7364d34ce93a", "metadata_created": "2015-01-30T21:43:09.695144", "metadata_modified": "2016-06-11T01:52:27.190337", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "13b2539c-6e1c-4c8c-aab3-7364d34ce93a", "webstore_last_updated": null, "id": "15e07d5a-9edd-4129-8b7f-35bce9e8a4ac", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 22, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:10.040306", "url": "https://data.illinois.gov/api/views/fe97-gy9p/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "eccde654-7d54-48b7-bd00-2a674fa31d3e", "resource_type": null}, {"cache_last_updated": null, "package_id": "13b2539c-6e1c-4c8c-aab3-7364d34ce93a", "webstore_last_updated": null, "id": "c01ef7fa-7410-4aab-a614-3c78617189ad", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:10.040328", "url": "https://data.illinois.gov/api/views/fe97-gy9p/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "0c1b3b8d-c9e7-456b-b42f-7f5be9206d45", "resource_type": null}, {"cache_last_updated": null, "package_id": "13b2539c-6e1c-4c8c-aab3-7364d34ce93a", "webstore_last_updated": null, "id": "d0184af4-b8c6-4c93-8042-62306a8af9d7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:10.040336", "url": "https://data.illinois.gov/api/views/fe97-gy9p/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "0c1b3b8d-c9e7-456b-b42f-7f5be9206d45", "resource_type": null}, {"cache_last_updated": null, "package_id": "13b2539c-6e1c-4c8c-aab3-7364d34ce93a", "webstore_last_updated": null, "id": "ec7b8ec3-1e2e-4349-bdd8-b7ab1dfad717", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 6, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:10.040345", "url": "https://data.illinois.gov/api/views/fe97-gy9p/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "0c1b3b8d-c9e7-456b-b42f-7f5be9206d45", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "designated", "id": "adea05f7-bc96-4fa2-98bb-ad57b577611d", "name": "designated"}, {"vocabulary_id": null, "state": "active", "display_name": "truck", "id": "4a3b2786-ae67-4e3e-981c-b4685d08ed8e", "name": "truck"}], "tracking_summary": {"total": 197, "recent": 5}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-designated-truck-route-list-63c1b", "isopen": false, "url": null, "notes": "Listing of all Designated Truck Routes under the jurisdiction of the State of Illinois Department of Transportation. Class I, II, and III roadways.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-04-10"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2015-04-10"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/fe97-gy9p"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/fe97-gy9p"}, {"key": "harvest_object_id", "value": "5933427d-914b-42f9-9199-6c74e79f8e17"}, {"key": "source_hash", "value": "40f9c289e408bfe6428c6c2f681299e280085e8e"}, {"key": "harvest_object_id", "value": "5933427d-914b-42f9-9199-6c74e79f8e17"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT Designated Truck Route List", "revision_id": "afd63856-86dc-4469-8028-1ec458305472"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "879f7cfd-893e-4cdf-82ed-420599c6f8a3", "metadata_created": "2015-01-30T21:44:11.836474", "metadata_modified": "2016-06-11T01:52:44.966172", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "879f7cfd-893e-4cdf-82ed-420599c6f8a3", "webstore_last_updated": null, "id": "ef10691a-22dc-46d7-9c8b-6e3c395dbb26", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 13, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:12.081465", "url": "https://data.illinois.gov/api/views/udcv-aqsu/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "eb30db04-0068-45ea-88d3-58931ed36d0f", "resource_type": null}, {"cache_last_updated": null, "package_id": "879f7cfd-893e-4cdf-82ed-420599c6f8a3", "webstore_last_updated": null, "id": "b705fcdb-846b-40d2-b737-121b10da70ab", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:12.081490", "url": "https://data.illinois.gov/api/views/udcv-aqsu/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "3317df9d-9b17-494f-a391-772e596c2003", "resource_type": null}, {"cache_last_updated": null, "package_id": "879f7cfd-893e-4cdf-82ed-420599c6f8a3", "webstore_last_updated": null, "id": "b4484a4d-32f8-42b0-8f95-77624a48860c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:12.081497", "url": "https://data.illinois.gov/api/views/udcv-aqsu/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "3317df9d-9b17-494f-a391-772e596c2003", "resource_type": null}, {"cache_last_updated": null, "package_id": "879f7cfd-893e-4cdf-82ed-420599c6f8a3", "webstore_last_updated": null, "id": "f3c3fff5-baf0-4615-83a0-a1ca475f2df0", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:12.081504", "url": "https://data.illinois.gov/api/views/udcv-aqsu/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "3317df9d-9b17-494f-a391-772e596c2003", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chicago-southland", "id": "89bffc74-7db5-4cd6-88e3-cc3b860ad239", "name": "chicago-southland"}, {"vocabulary_id": null, "state": "active", "display_name": "foreclosures", "id": "608b4303-58c1-4daf-a800-e034b0d34354", "name": "foreclosures"}, {"vocabulary_id": null, "state": "active", "display_name": "housing", "id": "cc2a8aab-2dfe-453c-927b-2c7669dad222", "name": "housing"}, {"vocabulary_id": null, "state": "active", "display_name": "planning", "id": "e2f63179-603f-4c7b-ac4b-ddb40b9f1eb7", "name": "planning"}, {"vocabulary_id": null, "state": "active", "display_name": "ssmma", "id": "67cad110-fc11-4904-8a88-3468c002126d", "name": "ssmma"}], "tracking_summary": {"total": 45, "recent": 4}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "chicago-southland-foreclosures-3bdb3", "isopen": true, "url": null, "notes": "Chicago Southland Foreclosures", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-12-04"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/udcv-aqsu"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/udcv-aqsu"}, {"key": "harvest_object_id", "value": "fe8060a6-5d15-488e-b3f1-24d930c57454"}, {"key": "source_hash", "value": "2bf875538be5fbd68fcc6ac1762c88bb6dea1e6a"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "fe8060a6-5d15-488e-b3f1-24d930c57454"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Chicago Southland Foreclosures", "revision_id": "00a506af-798a-4ee4-b3c0-8939dbcad5d4"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "059b340d-51b9-4ccc-bd3a-d3b0b8261dbd", "metadata_created": "2015-01-30T21:43:18.543386", "metadata_modified": "2016-06-11T01:52:28.746364", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "059b340d-51b9-4ccc-bd3a-d3b0b8261dbd", "webstore_last_updated": null, "id": "e6f8fca4-513b-4643-b06b-899bb417052d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 58, "recent": 5}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:18.864664", "url": "https://data.illinois.gov/api/views/uxhq-ykba/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e419d14e-46dc-463d-8a85-1fe394ec997f", "resource_type": null}, {"cache_last_updated": null, "package_id": "059b340d-51b9-4ccc-bd3a-d3b0b8261dbd", "webstore_last_updated": null, "id": "8de8adea-38a6-4df5-b2ef-5b228ed4322b", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 7, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:18.864683", "url": "https://data.illinois.gov/api/views/uxhq-ykba/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "f0ead86e-240e-4317-8ab8-87473edae516", "resource_type": null}, {"cache_last_updated": null, "package_id": "059b340d-51b9-4ccc-bd3a-d3b0b8261dbd", "webstore_last_updated": null, "id": "1347dfe2-5e77-491d-920b-6259a1219070", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:18.864691", "url": "https://data.illinois.gov/api/views/uxhq-ykba/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "f0ead86e-240e-4317-8ab8-87473edae516", "resource_type": null}, {"cache_last_updated": null, "package_id": "059b340d-51b9-4ccc-bd3a-d3b0b8261dbd", "webstore_last_updated": null, "id": "d7988be3-85ad-43c0-893c-1e2a4d99a164", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 13, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:18.864697", "url": "https://data.illinois.gov/api/views/uxhq-ykba/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "f0ead86e-240e-4317-8ab8-87473edae516", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "abortion", "id": "88b75214-0a97-4a14-b688-756be490f8c3", "name": "abortion"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "pregnancy", "id": "20637b57-4051-4423-8d87-fa0d8895f4f9", "name": "pregnancy"}], "tracking_summary": {"total": 259, "recent": 4}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "number-of-abortions-in-illinois-by-year-1973-2012-c2b37", "isopen": false, "url": null, "notes": "NOTES:\n1984: Based on 9 1/2 months of reported data.\n1985-1986: Since the Illinois Department of Public Health was prohibited from mandating abortion reporting by a temporary restraining order issued in 1984, these numbers were generated by the U.S. Centers for Disease Control and Prevention (CDC) from voluntary reports submitted by Illinois abortion facilities.\n1987-1992: In 1987, CDC turned over the annual voluntary survey of facilities performing abortions to the Department.\n1993: No data was collected.\n1994: A settlement to the 1984 temporary restraining order was reached in the fall of 1993 that allowed Illinois to resume mandatory reporting of abortions. In May 1994, health care providers were notified of the settlement and the Department outlined reporting requirements, including instructions that information on all procedures from Jan. 1, 1994 on be submitted. However, since only about 1,000 abortion reports were received for the first four months of the year, data for 1994 should be considered incomplete.\nData was last updated on November 5, 2013.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-19"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/uxhq-ykba"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/uxhq-ykba"}, {"key": "harvest_object_id", "value": "3bf479ec-0ffd-40d5-b0b9-8f824d944c41"}, {"key": "source_hash", "value": "e8bec72450a14fdb77c6b0027a55e188802b591a"}, {"key": "harvest_object_id", "value": "3bf479ec-0ffd-40d5-b0b9-8f824d944c41"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Number Of Abortions In Illinois By Year, 1973-2012", "revision_id": "a7f33eea-0b0d-4cc1-bf72-3ff2693fed5f"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "dc26cd75-bc4b-47a7-96ab-42c19d46988a", "metadata_created": "2015-01-30T21:45:04.708249", "metadata_modified": "2016-08-20T05:35:52.306323", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "dc26cd75-bc4b-47a7-96ab-42c19d46988a", "webstore_last_updated": null, "id": "13b9a155-b464-4012-a5d7-1a0e27eb12ca", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 120, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:04.913760", "url": "https://data.illinois.gov/api/views/mszz-27vx/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e113730d-0096-4b0f-93e2-b6a751af87fe", "resource_type": null}, {"cache_last_updated": null, "package_id": "dc26cd75-bc4b-47a7-96ab-42c19d46988a", "webstore_last_updated": null, "id": "79849e0e-3190-4ff3-8a70-8f94adcec128", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 19, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:04.913785", "url": "https://data.illinois.gov/api/views/mszz-27vx/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "5ffd241b-1d2f-4937-99a6-f220fb50f92e", "resource_type": null}, {"cache_last_updated": null, "package_id": "dc26cd75-bc4b-47a7-96ab-42c19d46988a", "webstore_last_updated": null, "id": "8ded4a21-da0a-4f2e-9d59-9dae6455f555", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:04.913793", "url": "https://data.illinois.gov/api/views/mszz-27vx/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "5ffd241b-1d2f-4937-99a6-f220fb50f92e", "resource_type": null}, {"cache_last_updated": null, "package_id": "dc26cd75-bc4b-47a7-96ab-42c19d46988a", "webstore_last_updated": null, "id": "5cdfc9dc-d801-484b-8eca-bd30627ad9f5", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 39, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:04.913799", "url": "https://data.illinois.gov/api/views/mszz-27vx/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "5ffd241b-1d2f-4937-99a6-f220fb50f92e", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "anullment", "id": "a253a066-f98d-4f69-bdb6-728c34e1c562", "name": "anullment"}, {"vocabulary_id": null, "state": "active", "display_name": "divorce", "id": "f549143d-83e5-4c95-af5f-60119138a94a", "name": "divorce"}, {"vocabulary_id": null, "state": "active", "display_name": "marriage", "id": "8ddc56eb-b8ed-4a4a-9415-12cecc941994", "name": "marriage"}], "tracking_summary": {"total": 237, "recent": 4}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-marriages-divorces-and-annulments-state-total-1958-2009-73085", "isopen": false, "url": null, "notes": "Rate is per 1,000 population\r\n* Reporting known to be incomplete", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/mszz-27vx"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/mszz-27vx"}, {"key": "harvest_object_id", "value": "e4aa3135-203d-4284-83dc-4d157e7e8b84"}, {"key": "source_hash", "value": "1c58d07fb79384b344485ce127cc3c03361b8945"}, {"key": "harvest_object_id", "value": "e4aa3135-203d-4284-83dc-4d157e7e8b84"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Marriages, Divorces, and Annulments, State Total, 1958-2009", "revision_id": "3e9ec9a0-254d-4b84-aae1-381e293c44cc"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 13, "id": "0a98b77f-dca8-416c-bab8-b40d2d3e357e", "metadata_created": "2016-01-22T13:48:35.651265", "metadata_modified": "2016-10-21T11:11:40.095396", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0a98b77f-dca8-416c-bab8-b40d2d3e357e", "webstore_last_updated": null, "id": "ce08043f-4d12-4890-a3a5-b68539a91f74", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 38, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-01-22T08:48:36.838928", "url": "https://data.illinois.gov/api/views/3pdc-gk5d/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5684f657-f003-4811-98f8-14de78638a48", "resource_type": null}, {"cache_last_updated": null, "package_id": "0a98b77f-dca8-416c-bab8-b40d2d3e357e", "webstore_last_updated": null, "id": "5b852854-8cd7-49e6-862d-7c245495b138", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-01-22T08:48:36.838967", "url": "https://data.illinois.gov/api/views/3pdc-gk5d/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b30159d9-bf13-4095-95fa-bed14f0d04f2", "resource_type": null}, {"cache_last_updated": null, "package_id": "0a98b77f-dca8-416c-bab8-b40d2d3e357e", "webstore_last_updated": null, "id": "a4a03a18-b0ef-402f-93a2-8e899ebb7603", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 8, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-01-22T08:48:36.838977", "url": "https://data.illinois.gov/api/views/3pdc-gk5d/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b30159d9-bf13-4095-95fa-bed14f0d04f2", "resource_type": null}, {"cache_last_updated": null, "package_id": "0a98b77f-dca8-416c-bab8-b40d2d3e357e", "webstore_last_updated": null, "id": "52d2dde2-2a1d-46a7-9042-8891af59d689", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 11, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-01-22T08:48:36.838986", "url": "https://data.illinois.gov/api/views/3pdc-gk5d/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b30159d9-bf13-4095-95fa-bed14f0d04f2", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chlamydia", "id": "597463bf-f1c6-4aea-b0a3-b9b304eb7c2e", "name": "chlamydia"}, {"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "gonrorhea", "id": "b435f202-a9b8-4726-8d61-530ed81434b7", "name": "gonrorhea"}, {"vocabulary_id": null, "state": "active", "display_name": "nationally", "id": "80485905-8087-4e65-aaff-db987969d2c9", "name": "nationally"}, {"vocabulary_id": null, "state": "active", "display_name": "nationally-ranked", "id": "bedb1772-0768-4fd3-8d52-854815a75ba4", "name": "nationally-ranked"}, {"vocabulary_id": null, "state": "active", "display_name": "primary-and-secondary-syphilis", "id": "75f5c2b6-0529-44e4-97f3-dfe968cb9e6d", "name": "primary-and-secondary-syphilis"}, {"vocabulary_id": null, "state": "active", "display_name": "primary-syphilis", "id": "fb4bfa6d-4f49-4b74-8c6c-53b9d87436ae", "name": "primary-syphilis"}, {"vocabulary_id": null, "state": "active", "display_name": "ps", "id": "148b8e33-9319-4f57-be44-a1ea3e963e9b", "name": "ps"}, {"vocabulary_id": null, "state": "active", "display_name": "ranked", "id": "5bc2c7c2-fc22-41d4-b51b-37f6065d55c8", "name": "ranked"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "secondary-syphilis", "id": "9b24d6fa-a3fd-4497-9013-dbd1a434585e", "name": "secondary-syphilis"}, {"vocabulary_id": null, "state": "active", "display_name": "state", "id": "b420f17a-6aa8-489d-bb0a-3be247d315a8", "name": "state"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}], "tracking_summary": {"total": 88, "recent": 4}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-stds-nationally-ranked-by-state", "isopen": false, "url": null, "notes": "U.S. states ranked by cases of Chlamydia, gonorrhea, and primary and secondary syphilis reported. Data Source: Centers for Disease Control and Prevention Surveillance Reports 2000-2015 (http://www.cdc.gov/std/stats11/default.htm)", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-10-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-10-20"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/3pdc-gk5d"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/3pdc-gk5d"}, {"key": "harvest_object_id", "value": "1963e4bd-b15e-478f-b29c-f1365697e515"}, {"key": "source_hash", "value": "34e50488622c1da9bec9a08ab2906f597d9bdcf8"}, {"key": "harvest_object_id", "value": "1963e4bd-b15e-478f-b29c-f1365697e515"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH: STDs Nationally Ranked By State", "revision_id": "af7d6832-64d2-4d6e-bd79-bb36d5649517"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 3, "id": "1dd55d0b-93e4-4cbc-b8ef-f4b87b827cef", "metadata_created": "2015-01-30T21:45:37.154953", "metadata_modified": "2016-08-20T05:36:02.134029", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "1dd55d0b-93e4-4cbc-b8ef-f4b87b827cef", "webstore_last_updated": null, "id": "013c2562-6fe1-4225-8f36-eda857d7be95", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 52, "recent": 6}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:37.452532", "url": "https://data.illinois.gov/api/views/q9xi-hgtu/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "8ab20366-fe1c-408e-b657-991875dd48a3", "resource_type": null}, {"cache_last_updated": null, "package_id": "1dd55d0b-93e4-4cbc-b8ef-f4b87b827cef", "webstore_last_updated": null, "id": "08154b18-6e57-48a9-abe0-742ba0937f8f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:37.452552", "url": "https://data.illinois.gov/api/views/q9xi-hgtu/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "6b0e1623-d036-4019-8184-5e755f74685b", "resource_type": null}, {"cache_last_updated": null, "package_id": "1dd55d0b-93e4-4cbc-b8ef-f4b87b827cef", "webstore_last_updated": null, "id": "cdf9ed17-d06e-42ca-af41-ea6d46c28b4f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:37.452560", "url": "https://data.illinois.gov/api/views/q9xi-hgtu/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "6b0e1623-d036-4019-8184-5e755f74685b", "resource_type": null}, {"cache_last_updated": null, "package_id": "1dd55d0b-93e4-4cbc-b8ef-f4b87b827cef", "webstore_last_updated": null, "id": "69bef9f6-541f-48d0-b617-61915319497b", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 20, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:37.452567", "url": "https://data.illinois.gov/api/views/q9xi-hgtu/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "6b0e1623-d036-4019-8184-5e755f74685b", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "retail", "id": "00906ec3-6dd9-4d17-862f-9419913ad2ab", "name": "retail"}, {"vocabulary_id": null, "state": "active", "display_name": "sales", "id": "8cad3f01-0f4c-42e8-9048-8adfaffd8c9f", "name": "sales"}], "tracking_summary": {"total": 190, "recent": 4}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "dceo-county-retail-sales-5d7ae", "isopen": false, "url": null, "notes": "Historical data of Illinois County Retail Sales", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-06-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/q9xi-hgtu"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/q9xi-hgtu"}, {"key": "harvest_object_id", "value": "4256715e-f43e-4cca-b4a0-2bcf956ea220"}, {"key": "source_hash", "value": "dc4bbf4d1a54fcc84e5551bd9e4b715bc614b659"}, {"key": "harvest_object_id", "value": "4256715e-f43e-4cca-b4a0-2bcf956ea220"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DCEO County Retail Sales", "revision_id": "b0583490-12ab-455d-9df4-5bce8faa0dd2"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "34c6c1ff-7d87-48f4-963a-81150ee2c1ec", "metadata_created": "2015-01-30T21:44:24.246691", "metadata_modified": "2016-06-11T01:52:48.548715", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "34c6c1ff-7d87-48f4-963a-81150ee2c1ec", "webstore_last_updated": null, "id": "f4361cd0-c8ea-457d-91cf-67f1808b4c8a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:24.378475", "url": "https://data.illinois.gov/api/views/ru3b-73t6/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "6a4ce7c6-3e15-4339-84b7-ca4b1ac987d4", "resource_type": null}, {"cache_last_updated": null, "package_id": "34c6c1ff-7d87-48f4-963a-81150ee2c1ec", "webstore_last_updated": null, "id": "3e315988-7ce2-47ae-b4d7-ce0586e2f866", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:24.378501", "url": "https://data.illinois.gov/api/views/ru3b-73t6/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "96348e50-980f-4dac-a892-5bcc8fd86433", "resource_type": null}, {"cache_last_updated": null, "package_id": "34c6c1ff-7d87-48f4-963a-81150ee2c1ec", "webstore_last_updated": null, "id": "f34ea1c7-ad2f-41ad-9504-3844e9e74df0", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:24.378510", "url": "https://data.illinois.gov/api/views/ru3b-73t6/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "96348e50-980f-4dac-a892-5bcc8fd86433", "resource_type": null}, {"cache_last_updated": null, "package_id": "34c6c1ff-7d87-48f4-963a-81150ee2c1ec", "webstore_last_updated": null, "id": "4d6057ef-6b32-4106-9ec5-fe4638c0e34a", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:24.378517", "url": "https://data.illinois.gov/api/views/ru3b-73t6/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "96348e50-980f-4dac-a892-5bcc8fd86433", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "economic-development", "id": "83dbb37f-8877-4095-9306-17e4aa63075d", "name": "economic-development"}, {"vocabulary_id": null, "state": "active", "display_name": "infrastructure", "id": "23924944-4d8d-40de-ad57-58e2cceb86cc", "name": "infrastructure"}, {"vocabulary_id": null, "state": "active", "display_name": "transportation", "id": "a4d87d39-b8f5-48cb-a969-911eca88657a", "name": "transportation"}], "tracking_summary": {"total": 19, "recent": 3}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-local-traffic-counts-39ace", "isopen": true, "url": null, "notes": "This dataset details traffic counts in the Chicago Southland from 2010 thru 1998. This dataset is a mashup of IDOT, County, and CMAP traffic counts", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-01-09"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ru3b-73t6"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ru3b-73t6"}, {"key": "harvest_object_id", "value": "e6088761-c0d6-424c-92e6-6545932b5b9c"}, {"key": "source_hash", "value": "ca0db49ff09d8c19c88e6675474e1da54eed41eb"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "e6088761-c0d6-424c-92e6-6545932b5b9c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Local Traffic Counts", "revision_id": "c9a2b1d3-7ddc-445b-90c6-1ea8b761642d"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 1, "id": "fc374def-6196-4ee5-a1d0-804fff3bc919", "metadata_created": "2015-01-30T21:45:04.367865", "metadata_modified": "2016-08-20T05:35:51.688365", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "fc374def-6196-4ee5-a1d0-804fff3bc919", "webstore_last_updated": null, "id": "7838c98f-f65e-4735-93fc-bfe624890285", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 9, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:04.510483", "url": "https://data.illinois.gov/api/views/gja4-da4w/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "89fa5eda-dd47-4f01-b9f8-489495234c25", "resource_type": null}, {"cache_last_updated": null, "package_id": "fc374def-6196-4ee5-a1d0-804fff3bc919", "webstore_last_updated": null, "id": "504db3ff-ef26-40f8-b7cf-e17b5989324a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:04.510511", "url": "https://data.illinois.gov/api/views/gja4-da4w/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "0a30d31f-0969-4374-8815-1d8110e90411", "resource_type": null}, {"cache_last_updated": null, "package_id": "fc374def-6196-4ee5-a1d0-804fff3bc919", "webstore_last_updated": null, "id": "61f72aae-123c-4b03-8fcd-2435aec0cfb8", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:04.510519", "url": "https://data.illinois.gov/api/views/gja4-da4w/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "0a30d31f-0969-4374-8815-1d8110e90411", "resource_type": null}, {"cache_last_updated": null, "package_id": "fc374def-6196-4ee5-a1d0-804fff3bc919", "webstore_last_updated": null, "id": "e8b07e03-4ec2-4985-a3e9-a55efca8e687", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:04.510525", "url": "https://data.illinois.gov/api/views/gja4-da4w/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "0a30d31f-0969-4374-8815-1d8110e90411", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "birth", "id": "ac488a1b-537c-4b9a-9eeb-de6b85c57840", "name": "birth"}], "tracking_summary": {"total": 19, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-birth-counts-by-county-2009-9b481", "isopen": false, "url": null, "notes": "* City of Chicago totals may include births occurring to residents of the city of Chicago in DuPage County and appear also in the DuPage County birth numbers.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/gja4-da4w"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/gja4-da4w"}, {"key": "harvest_object_id", "value": "15d03c62-b387-47e0-ab75-2d96f8a1d34b"}, {"key": "source_hash", "value": "66d9a877ede8e9d9e3b3bc7050b18071f418275b"}, {"key": "harvest_object_id", "value": "15d03c62-b387-47e0-ab75-2d96f8a1d34b"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Birth Counts, by County, 2009", "revision_id": "c9656927-9d72-47e5-905d-4e2421bd9668"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "2023a6f2-351d-4917-9700-db26f170d295", "metadata_created": "2015-01-30T21:45:09.147829", "metadata_modified": "2016-06-11T01:53:05.005532", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "2023a6f2-351d-4917-9700-db26f170d295", "webstore_last_updated": null, "id": "3ecdd68a-7699-4582-aecc-d6b54add2dd3", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 46, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:09.339435", "url": "https://data.illinois.gov/api/views/arq9-rjtk/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5f4059d1-6dde-45b0-b86e-82dfc5882c7b", "resource_type": null}, {"cache_last_updated": null, "package_id": "2023a6f2-351d-4917-9700-db26f170d295", "webstore_last_updated": null, "id": "e83ed365-c3a5-48af-bec4-328afde0602c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 10, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:09.339465", "url": "https://data.illinois.gov/api/views/arq9-rjtk/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2f615f16-7b6f-4f71-96d9-3463ead7d42e", "resource_type": null}, {"cache_last_updated": null, "package_id": "2023a6f2-351d-4917-9700-db26f170d295", "webstore_last_updated": null, "id": "de80be90-55a7-4213-b65f-77542a4f08f6", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:09.339481", "url": "https://data.illinois.gov/api/views/arq9-rjtk/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2f615f16-7b6f-4f71-96d9-3463ead7d42e", "resource_type": null}, {"cache_last_updated": null, "package_id": "2023a6f2-351d-4917-9700-db26f170d295", "webstore_last_updated": null, "id": "e9eaa07d-313f-46b9-8b18-af5ca230493f", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 14, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:09.339496", "url": "https://data.illinois.gov/api/views/arq9-rjtk/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2f615f16-7b6f-4f71-96d9-3463ead7d42e", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "annulment", "id": "64eb7bff-3e1e-4a3d-ab00-81a7fd1d54a9", "name": "annulment"}, {"vocabulary_id": null, "state": "active", "display_name": "divorce", "id": "f549143d-83e5-4c95-af5f-60119138a94a", "name": "divorce"}, {"vocabulary_id": null, "state": "active", "display_name": "divorces", "id": "ce2fa9b8-e0b4-406e-9e65-3c016e0592cf", "name": "divorces"}], "tracking_summary": {"total": 105, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-divorces-and-annulments-by-county-2000-2009-887ce", "isopen": false, "url": null, "notes": "IDPH Divorces and Annulments, by County, 2000-2009", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/arq9-rjtk"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/arq9-rjtk"}, {"key": "harvest_object_id", "value": "bbe25fe3-1136-488a-a115-d2107b435633"}, {"key": "source_hash", "value": "a0a781de0002f34ba6912c85bee786fac72c3ae2"}, {"key": "harvest_object_id", "value": "bbe25fe3-1136-488a-a115-d2107b435633"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Divorces and Annulments, by County, 2000-2009", "revision_id": "03157eea-bfc9-4988-a987-188fee22c921"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "39cb6388-d85c-4912-af7a-56a9ada4c156", "metadata_created": "2015-01-30T21:43:48.784380", "metadata_modified": "2016-08-20T05:35:39.245958", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "39cb6388-d85c-4912-af7a-56a9ada4c156", "webstore_last_updated": null, "id": "5e154b20-d3f8-409a-9380-6bd4ff0f3523", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 13, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:48.873589", "url": "https://data.illinois.gov/api/views/fawv-2hhj/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "87b62684-ee99-44e2-adea-bb7fbb85e8c8", "resource_type": null}, {"cache_last_updated": null, "package_id": "39cb6388-d85c-4912-af7a-56a9ada4c156", "webstore_last_updated": null, "id": "e143ea53-2ab2-4537-848d-0e149ea2dc20", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:48.873609", "url": "https://data.illinois.gov/api/views/fawv-2hhj/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1ef3be99-d272-401e-8f30-1cffd97c9916", "resource_type": null}, {"cache_last_updated": null, "package_id": "39cb6388-d85c-4912-af7a-56a9ada4c156", "webstore_last_updated": null, "id": "12034dfb-9889-4312-9e1c-3e3ce217b29a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:48.873617", "url": "https://data.illinois.gov/api/views/fawv-2hhj/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1ef3be99-d272-401e-8f30-1cffd97c9916", "resource_type": null}, {"cache_last_updated": null, "package_id": "39cb6388-d85c-4912-af7a-56a9ada4c156", "webstore_last_updated": null, "id": "6672670e-a872-4433-a8b3-80a0750a1db6", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:48.873624", "url": "https://data.illinois.gov/api/views/fawv-2hhj/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1ef3be99-d272-401e-8f30-1cffd97c9916", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 58, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "10to12-iquery-hep-cchronic-data-4c064", "isopen": false, "url": null, "notes": "Hepatitis C virus (HCV) infection is the most common chronic bloodborne infection in the United States; approximately 3.2 million persons are chronically infected. HCV is most efficiently transmitted through large or repeated percutaneous exposure to infected blood (e.g., through transfusion of blood from unscreened donors or through use of injecting drugs). Although much less frequent, occupational, perinatal, and sexual exposures also can result in transmission of HCV. Because the clinical characteristics are similar for all types of acute viral hepatitis, the specific viral cause of illness cannot be determined solely on the basis of signs, symptoms, history, or current risk factors, but must be verified by specific serologic testing. Persons with chronic hepatitis B virus (HBV) infection may be asymptomatic. They may have no evidence of liver disease or may have a spectrum of disease ranging from chronic hepatitis to cirrhosis or liver cancer.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-11-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/fawv-2hhj"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/fawv-2hhj"}, {"key": "harvest_object_id", "value": "2642e3ae-72f3-464a-90d1-1fc8f27af5b9"}, {"key": "source_hash", "value": "e763354ad6f93eb11b2c6a285841f55c5a9f0070"}, {"key": "harvest_object_id", "value": "2642e3ae-72f3-464a-90d1-1fc8f27af5b9"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "10to12 Iquery Hep Cchronic Data", "revision_id": "5d5b9a7b-66d5-4fc3-a5a6-faa133d81a10"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 8, "id": "95b63721-d08b-4680-aa22-2ae3ee6e5bbf", "metadata_created": "2015-01-30T21:43:10.761581", "metadata_modified": "2016-06-11T01:52:17.016391", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "95b63721-d08b-4680-aa22-2ae3ee6e5bbf", "webstore_last_updated": null, "id": "8e4d9af7-c9e3-4f98-b24b-6bc3175e6564", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 19, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:11.283375", "url": "https://data.illinois.gov/api/views/84hd-bxse/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "4d09d405-b739-426d-9799-c3ff37bf59d3", "resource_type": null}, {"cache_last_updated": null, "package_id": "95b63721-d08b-4680-aa22-2ae3ee6e5bbf", "webstore_last_updated": null, "id": "eb7153f1-763f-46c4-8d7e-2786e67cf3bc", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:11.283395", "url": "https://data.illinois.gov/api/views/84hd-bxse/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b10c23d5-0978-4f3d-8fb2-fe95a56cf8d0", "resource_type": null}, {"cache_last_updated": null, "package_id": "95b63721-d08b-4680-aa22-2ae3ee6e5bbf", "webstore_last_updated": null, "id": "a558ec2b-b60a-4b11-9636-41fd6b52fcb2", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:11.283403", "url": "https://data.illinois.gov/api/views/84hd-bxse/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b10c23d5-0978-4f3d-8fb2-fe95a56cf8d0", "resource_type": null}, {"cache_last_updated": null, "package_id": "95b63721-d08b-4680-aa22-2ae3ee6e5bbf", "webstore_last_updated": null, "id": "b118d913-0310-4687-ae31-76971ca98397", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:11.283409", "url": "https://data.illinois.gov/api/views/84hd-bxse/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b10c23d5-0978-4f3d-8fb2-fe95a56cf8d0", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "age-group", "id": "52a60b5b-d582-45ab-a78d-c58d0d65c607", "name": "age-group"}, {"vocabulary_id": null, "state": "active", "display_name": "chlamydia", "id": "597463bf-f1c6-4aea-b0a3-b9b304eb7c2e", "name": "chlamydia"}, {"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "early-syphilis", "id": "387e9c7b-bd32-4d1d-92b2-6e5d5f170db9", "name": "early-syphilis"}, {"vocabulary_id": null, "state": "active", "display_name": "gonorrhea", "id": "a273b812-ef53-4418-8d2f-a0689781da7e", "name": "gonorrhea"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}, {"vocabulary_id": null, "state": "active", "display_name": "syphilis", "id": "943c5bf9-68d0-4cb2-a863-05168f2a04d3", "name": "syphilis"}], "tracking_summary": {"total": 40, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-std-illinois-by-age-group", "isopen": false, "url": null, "notes": "Illinois 2000-2015 STD counts and rates (per 100,000 population) by five year age groups. See attachment for metadata and censoring details under the \"About\" link. Null values in dataset reflect censored data. Data Source: Illinois Department of Public Health STD Program.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-06-10"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-06-10"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/84hd-bxse"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/84hd-bxse"}, {"key": "harvest_object_id", "value": "2e81e386-5114-45af-aadb-70311a93b383"}, {"key": "source_hash", "value": "d975e5ce2d1c9306021af356f8ded66eb9cbeb19"}, {"key": "harvest_object_id", "value": "2e81e386-5114-45af-aadb-70311a93b383"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH STD Illinois By Age Group", "revision_id": "b10c23d5-0978-4f3d-8fb2-fe95a56cf8d0"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "9bbedbcc-06b9-4762-a214-feed76df94d8", "metadata_created": "2015-01-30T21:43:49.227066", "metadata_modified": "2016-08-20T05:35:39.250387", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "9bbedbcc-06b9-4762-a214-feed76df94d8", "webstore_last_updated": null, "id": "f3fdcd78-a78d-4e53-adc6-0883d456187f", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 30, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:49.354401", "url": "https://data.illinois.gov/api/views/rry2-usaj/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "dfa637b9-03e4-4751-a1cd-59ec4b0eeb95", "resource_type": null}, {"cache_last_updated": null, "package_id": "9bbedbcc-06b9-4762-a214-feed76df94d8", "webstore_last_updated": null, "id": "ca867ed0-88ea-45f1-88c4-61545040ef4f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:49.354421", "url": "https://data.illinois.gov/api/views/rry2-usaj/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "868bc2b2-eed9-4f19-8a16-a195ea4397f7", "resource_type": null}, {"cache_last_updated": null, "package_id": "9bbedbcc-06b9-4762-a214-feed76df94d8", "webstore_last_updated": null, "id": "8b858169-9411-468d-8e97-9f348fa9194b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 5, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:49.354429", "url": "https://data.illinois.gov/api/views/rry2-usaj/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "868bc2b2-eed9-4f19-8a16-a195ea4397f7", "resource_type": null}, {"cache_last_updated": null, "package_id": "9bbedbcc-06b9-4762-a214-feed76df94d8", "webstore_last_updated": null, "id": "35e16bc1-45cd-4c92-969d-749662e4819a", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 11, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:49.354435", "url": "https://data.illinois.gov/api/views/rry2-usaj/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "868bc2b2-eed9-4f19-8a16-a195ea4397f7", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 151, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "05to09-iquery-hep-cchronic-data-61bb1", "isopen": false, "url": null, "notes": "Hepatitis C virus (HCV) infection is the most common chronic bloodborne infection in the United States; approximately 3.2 million persons are chronically infected. HCV is most efficiently transmitted through large or repeated percutaneous exposure to infected blood (e.g., through transfusion of blood from unscreened donors or through use of injecting drugs). Although much less frequent, occupational, perinatal, and sexual exposures also can result in transmission of HCV. Because the clinical characteristics are similar for all types of acute viral hepatitis, the specific viral cause of illness cannot be determined solely on the basis of signs, symptoms, history, or current risk factors, but must be verified by specific serologic testing. Persons with chronic hepatitis B virus (HBV) infection may be asymptomatic. They may have no evidence of liver disease or may have a spectrum of disease ranging from chronic hepatitis to cirrhosis or liver cancer.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-11-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/rry2-usaj"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/rry2-usaj"}, {"key": "harvest_object_id", "value": "68cd625f-60f2-4016-b2eb-b41a978a98fa"}, {"key": "source_hash", "value": "63cc10ba5081cd460e1fb77e12ef57e27d51a3c6"}, {"key": "harvest_object_id", "value": "68cd625f-60f2-4016-b2eb-b41a978a98fa"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "05to09 Iquery Hep Cchronic Data", "revision_id": "d4927905-83b3-4088-b46a-addb0bc6de48"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 7, "id": "b19d7af5-2dac-4658-80d0-c2b2540fe513", "metadata_created": "2015-01-30T21:43:53.632022", "metadata_modified": "2016-06-11T01:52:18.249949", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "b19d7af5-2dac-4658-80d0-c2b2540fe513", "webstore_last_updated": null, "id": "c921ab5d-9297-4a8c-8c27-22397b53b136", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:53.960989", "url": "https://data.illinois.gov/api/views/4639-tztg/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "119e84a2-34bf-4131-b806-dd2444c825d9", "resource_type": null}, {"cache_last_updated": null, "package_id": "b19d7af5-2dac-4658-80d0-c2b2540fe513", "webstore_last_updated": null, "id": "64615f25-6ae3-4c65-bc2e-5151eaa1dfd1", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:53.961017", "url": "https://data.illinois.gov/api/views/4639-tztg/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "f79cc01a-e248-407b-a88d-aac62190e690", "resource_type": null}, {"cache_last_updated": null, "package_id": "b19d7af5-2dac-4658-80d0-c2b2540fe513", "webstore_last_updated": null, "id": "a90874d5-b949-4964-bbbe-e31bbaa84e2d", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:53.961025", "url": "https://data.illinois.gov/api/views/4639-tztg/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "f79cc01a-e248-407b-a88d-aac62190e690", "resource_type": null}, {"cache_last_updated": null, "package_id": "b19d7af5-2dac-4658-80d0-c2b2540fe513", "webstore_last_updated": null, "id": "f3b609fb-6cf1-4c39-a5dc-39417d9470c1", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:53.961032", "url": "https://data.illinois.gov/api/views/4639-tztg/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "f79cc01a-e248-407b-a88d-aac62190e690", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chlamydia", "id": "597463bf-f1c6-4aea-b0a3-b9b304eb7c2e", "name": "chlamydia"}, {"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "early-syphilis", "id": "387e9c7b-bd32-4d1d-92b2-6e5d5f170db9", "name": "early-syphilis"}, {"vocabulary_id": null, "state": "active", "display_name": "gonorrhea", "id": "a273b812-ef53-4418-8d2f-a0689781da7e", "name": "gonorrhea"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}, {"vocabulary_id": null, "state": "active", "display_name": "syphilis", "id": "943c5bf9-68d0-4cb2-a863-05168f2a04d3", "name": "syphilis"}], "tracking_summary": {"total": 43, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-std-illinois-by-race-ethnicity-d7c1f", "isopen": false, "url": null, "notes": "Illinois 2000-2015 STD counts and rates (per 100,000 population) by race/ethnicity. See attachment for metadata and censoring details under the \"About\" link. Null values in dataset reflect censored data. {AIAN: American Indian, Alaskan Native, non-Hispanic; Asian: Asian, non-Hispanic; Black: Black or African American, non-Hispanic; Hisp: Hispanc (of any race); MultiRace: more than one race was reported, non-Hispanic (Chlamydia and gonorrhea use multiple races in reporting, syphilis cases use single race reporting (i.e., MultiRace values may be zero for syphilis cases)); NHPI: Native Hawaiian or Other Pacific Islander (Chlamydia and gonorrhea cases reports distinguishes NHPI from Asians, whereas syphilis cases group Asians, native Hawaiians and other Pacific Islanders as \u201cAsian\u201d (i.e., NHPI cases in syphilis case reports may display zero cases; these cases would have been reported under Asian)); White: White or Caucasian, non-Hispanic; Other: Other race, non-Hispanic; Unk: Unknown race, ethnicity.} Data Source: Illinois Department of Public Health STD Program.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-06-10"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-06-10"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/4639-tztg"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/4639-tztg"}, {"key": "harvest_object_id", "value": "31e1da2b-912f-44ae-a439-83398c4e8729"}, {"key": "source_hash", "value": "c632574eb19071357681a85466b57a6fa7a46a0d"}, {"key": "harvest_object_id", "value": "31e1da2b-912f-44ae-a439-83398c4e8729"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH STD Illinois By Race Ethnicity", "revision_id": "f79cc01a-e248-407b-a88d-aac62190e690"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 6, "id": "481bacf1-60fa-4a91-ab9c-e3f36d50d54d", "metadata_created": "2016-01-22T13:48:40.099883", "metadata_modified": "2016-06-11T01:52:27.122108", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "481bacf1-60fa-4a91-ab9c-e3f36d50d54d", "webstore_last_updated": null, "id": "e1ba0283-d5c4-430a-94ea-8ae37434a09b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 15, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-01-22T08:48:40.532590", "url": "https://data.illinois.gov/api/views/hqm8-38sz/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "fd36ec43-601b-4e49-b0f7-9be9c6719de4", "resource_type": null}, {"cache_last_updated": null, "package_id": "481bacf1-60fa-4a91-ab9c-e3f36d50d54d", "webstore_last_updated": null, "id": "81178290-871e-42d5-8d7b-828930898f89", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-01-22T08:48:40.532626", "url": "https://data.illinois.gov/api/views/hqm8-38sz/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "0f8e50a1-424c-4be7-a90f-dcb135212be1", "resource_type": null}, {"cache_last_updated": null, "package_id": "481bacf1-60fa-4a91-ab9c-e3f36d50d54d", "webstore_last_updated": null, "id": "5d3b6fb8-a030-4c6a-8933-868a23531ba2", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-01-22T08:48:40.532636", "url": "https://data.illinois.gov/api/views/hqm8-38sz/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "0f8e50a1-424c-4be7-a90f-dcb135212be1", "resource_type": null}, {"cache_last_updated": null, "package_id": "481bacf1-60fa-4a91-ab9c-e3f36d50d54d", "webstore_last_updated": null, "id": "5bb31210-e0dc-4c45-ae63-a130f27a2db0", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-01-22T08:48:40.532644", "url": "https://data.illinois.gov/api/views/hqm8-38sz/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "0f8e50a1-424c-4be7-a90f-dcb135212be1", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "age", "id": "ddf36e5c-29e7-48f6-a697-3af2ae33ded2", "name": "age"}, {"vocabulary_id": null, "state": "active", "display_name": "estimates", "id": "8fb9cf15-98bd-4898-ad00-31f0e680a982", "name": "estimates"}, {"vocabulary_id": null, "state": "active", "display_name": "idph", "id": "5ddfed4e-1f88-4d2b-b208-e51f497cb07b", "name": "idph"}, {"vocabulary_id": null, "state": "active", "display_name": "population", "id": "1625477a-8d70-4daf-85f7-93bfcc500b0d", "name": "population"}, {"vocabulary_id": null, "state": "active", "display_name": "projections", "id": "0df4adff-802b-4fda-a3be-52f8f74b5e28", "name": "projections"}, {"vocabulary_id": null, "state": "active", "display_name": "sex", "id": "cc83736c-6465-4d82-af4c-1dae3b7042b3", "name": "sex"}], "tracking_summary": {"total": 64, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-population-projections-for-chicago-by-age-and-sex-2010-to-2025", "isopen": false, "url": null, "notes": "Introduction This report presents projections of population from 2015 to 2025 by age and sex for Illinois, Chicago and Illinois counties produced for the Certificate of Need (CON) Program. As actual future population trends are unknown, the projected numbers should not be considered a precise prediction of the future population; rather, these projections, calculated under a specific set of assumptions, indicate the levels of population that would result if our assumptions about each population component (births, deaths and net migration) hold true. The assumptions used in this report, and the details presented below, generally assume a continuation of current trends. Methodology These projections were produced using a demographic cohort-component projection model. In this model, each component of population change \u2013 birth, death and net migration \u2013 is projected separately for each five-year birth cohort and sex. The cohort \u2013 component method employs the following basic demographic balancing equation: P1 = P0 + B \u2013 D + NM Where: P1 = Population at the end of the period; P0 = Population at the beginning of the period; B = Resident births during the period; D = Resident deaths during the period; and NM = Net migration (Inmigration \u2013 Outmigration) during the period. The model roughly works as follows: for every five-year projection period, the base population, disaggregated by five-year age groups and sex, is \u201csurvived\u201d to the next five-year period by applying the appropriate survival rates for each age and sex group; next, net migrants by age and sex are added to the survived population. The population under 5 years of age is generated by applying age specific birth rates to the survived females in childbearing age (15 to 49 years). Base Population These projections began with the July 1, 2010 population estimates by age and sex produced by the U.S. Census Bureau. The most recent census population of April 1, 2010 was the base for July 1, 2010 population estimates. Special Populations In 19 counties, the college dormitory population or adult inmates in correctional facilities accounted for 5 percent or more of the total population of the county; these counties were considered as special counties. There were six college dorm counties (Champaign, Coles, DeKalb, Jackson, McDonough and McLean) and 13 correctional facilities counties (Bond, Brown, Crawford, Fayette, Fulton, Jefferson, Johnson, Lawrence, Lee, Logan, Montgomery, Perry and Randolph) that qualified as special counties. When projecting the population, these special populations were first subtracted from the base populations for each special county; then they were added back to the projected population to produce the total population projections by age and sex. The base special population by age and sex from the 2010 population census was used for this purpose with the assumption that this population will remain the same throughout each projection period. Mortality Future deaths were projected by applying age and sex specific survival rates to each age and sex specific base population. The assumptions on survival rates were developed on the basis of trends of mortality rates in the individual life tables constructed for each level of geography for 1989-1991, 1999-2001 and 2009-2011. The application of five-year survival rates provides a projection of the number of persons from the initial population expected to be alive in five years. Resident deaths data by age and sex from 1989 to 2011 were provided by the Illinois Center for Health Statistics (ICHS), Illinois Department of Public Health. Fertility Total fertility rates (TFRs) were first computed for each county. For most counties, the projected 2015 TFRs were computed as the average of the 2000 and 2010 TFRs. 2010 or 2015 rates were retained for 2020 projections, depending on the birth trend of each county. The age-specific birth rates (ASBR) were next computed for each county by multiplying the 2010 ASBR by each projected TFR. Total births were then projected for each county by applying age-specific birth rates to the projected female population of reproductive ages (15 to 49 years). The total births were broken down by sex, using an assumed sex-ratio at birth. These births were survived five years applying assumed survival ratios to get the projected population for the age group 0-4. For the special counties, special populations by age and sex were taken out before computing age-specific birth rates. The resident birth data used to compute age-specific birth rates for 1989-1991, 1999-2001 and 2009-2011 came from ICHS. Births to females younger than 15 years of age were added to those of the 15-19 age group and births to women older than 49 years of age were added to the 45-49 age group. Net Migration Migration is the major component of population change in Illinois, Chicago and Illinois counties. The state is experiencing a significant loss of population through internal (domestic migration within the U.S.) net migration. Unlike data on births and deaths, migration data based on administrative records are not available on a regular basis. Most data on migration are collected through surveys or indirectly from administrative records (IRS individual tax returns). For this report, net migration trends have been reviewed using data from different sources and methods (such as residual method) from the University of Wisconsin, Madison, Illinois Department of Public Health, individual exemptions data from the Internal Revenue Service, and survey data from the U.S. Census Bureau. On the basis of knowledge gained through this review and of levels of net migration from different sources, assumptions have been made that Illinois will have annual net migrants of -40, 000, -35,000 and -30,000 during 2010-2015, 2015-2020 and 2020-2025, respectively. These figures have been distributed among the counties, using age and sex distribution of net migrants during 1995-2000. The 2000 population census was the last decennial census, which included the question \u201cWhere did you live five years ago?\u201d The age and sex distribution of the net migrants was derived, using answers to this question. The net migration for Chicago has been derived independently, using census survival method for 1990-2000 and 2000-2010 under the assumption that the annual net migration for Chicago will be -40,000, -30,000 and -25,000 for 2010-2015, 2015-2020 and 2020-2025, respectively. The age and sex distribution from the 2000-2010 net migration was used to distribute the net migrants for the projection periods. Conclusion These projections were prepared for use by the Certificate of Need (CON) Program; they are produced using evidence-based techniques, reasonable assumptions and the best available input data. However, as assumptions of future demographic trends may contain errors, the resulting projections are unlikely to be free of errors. In general, projections of small areas are less reliable than those for larger areas, and the farther in the future projections are made, the less reliable they may become. When possible, these projections should be regularly reviewed and updated, using more recent birth, death and migration data.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-04-13"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2015-06-29"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/hqm8-38sz"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/hqm8-38sz"}, {"key": "harvest_object_id", "value": "272fca12-f880-4dd8-9906-d2c16cdd6b9e"}, {"key": "source_hash", "value": "e2d96d74f7f82625dba0b0a3f7dc0f1c9e06f973"}, {"key": "harvest_object_id", "value": "272fca12-f880-4dd8-9906-d2c16cdd6b9e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Population Projections For Chicago By Age And Sex 2010 To 2025", "revision_id": "9a2bca7b-7577-4683-a9d7-ea6888e69931"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 5, "id": "38a7a8f8-ac9b-48e8-802e-892ccfb98492", "metadata_created": "2015-01-30T21:45:21.740638", "metadata_modified": "2016-08-20T05:35:59.076284", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "38a7a8f8-ac9b-48e8-802e-892ccfb98492", "webstore_last_updated": null, "id": "8adaa3ed-2cd1-4cfe-9fc0-299d8a44f118", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 9, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:22.083198", "url": "https://data.illinois.gov/api/views/s296-ttzm/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "257f5676-55b3-4a5b-9663-85160392e6fe", "resource_type": null}, {"cache_last_updated": null, "package_id": "38a7a8f8-ac9b-48e8-802e-892ccfb98492", "webstore_last_updated": null, "id": "d79fc087-8027-4639-9cda-9efd9c513168", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:22.083218", "url": "https://data.illinois.gov/api/views/s296-ttzm/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "aeed3ade-e262-47d0-b108-a65eca573ac7", "resource_type": null}, {"cache_last_updated": null, "package_id": "38a7a8f8-ac9b-48e8-802e-892ccfb98492", "webstore_last_updated": null, "id": "0cb2ba7b-231f-42ec-9034-a323bc275f89", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:22.083225", "url": "https://data.illinois.gov/api/views/s296-ttzm/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "aeed3ade-e262-47d0-b108-a65eca573ac7", "resource_type": null}, {"cache_last_updated": null, "package_id": "38a7a8f8-ac9b-48e8-802e-892ccfb98492", "webstore_last_updated": null, "id": "172b4a98-cfb8-4869-827f-10676680a0a7", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:22.083233", "url": "https://data.illinois.gov/api/views/s296-ttzm/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "aeed3ade-e262-47d0-b108-a65eca573ac7", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chemicals", "id": "0061d34e-d3b7-4821-bb3b-0fc48cfa2599", "name": "chemicals"}, {"vocabulary_id": null, "state": "active", "display_name": "hazardous", "id": "7e414e66-34fe-40fa-9ded-625ce1f6c453", "name": "hazardous"}, {"vocabulary_id": null, "state": "active", "display_name": "hazmat", "id": "60090423-17fd-4153-914e-f5f8e547c72d", "name": "hazmat"}, {"vocabulary_id": null, "state": "active", "display_name": "materials", "id": "fffb6469-4ee3-4316-a0f8-b5630e6c3510", "name": "materials"}, {"vocabulary_id": null, "state": "active", "display_name": "spills", "id": "4c0ea7c2-ef01-44e0-82fd-4c802069e7d4", "name": "spills"}], "tracking_summary": {"total": 44, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "iema-hazardous-material-spills-d8f2c", "isopen": false, "url": null, "notes": "A list of reports taken by IEMA of Hazardous Material spills in Illinois", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-10-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Environment"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/s296-ttzm"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/s296-ttzm"}, {"key": "harvest_object_id", "value": "744fdbe7-41e8-45bd-8d06-5bd761808837"}, {"key": "source_hash", "value": "fe3893a78bc3f7d3f46831a1d4c414e3b0aca90d"}, {"key": "harvest_object_id", "value": "744fdbe7-41e8-45bd-8d06-5bd761808837"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IEMA Hazardous Material Spills", "revision_id": "d88714c7-bfe5-4887-bf6f-35a8229a7c3e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "metadata_created": "2015-12-03T11:51:35.038942", "metadata_modified": "2016-08-29T05:55:57.215618", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "webstore_last_updated": null, "id": "d8ef7206-0a29-461f-8914-e117887a3d8c", "size": null, "state": "active", "hash": "", "description": "", "format": "KML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kml+xml", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:35.343722", "url": "https://data.illinois.gov/api/geospatial/cgku-icth?method=export&format=KML", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "82b99b9a-c52c-4681-b5a7-a2b43aa60429", "resource_type": null}, {"cache_last_updated": null, "package_id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "webstore_last_updated": null, "id": "44249beb-476d-4a3f-af3a-83dfb4f140e9", "size": null, "state": "active", "hash": "", "description": "", "format": "KMZ", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kmz", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:35.343747", "url": "https://data.illinois.gov/api/geospatial/cgku-icth?method=export&format=KMZ", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "82b99b9a-c52c-4681-b5a7-a2b43aa60429", "resource_type": null}, {"cache_last_updated": null, "package_id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "webstore_last_updated": null, "id": "1052711e-bef5-49da-b236-afb3762fd3e2", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 9, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:35.343757", "url": "https://data.illinois.gov/api/geospatial/cgku-icth?method=export&format=Shapefile", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "82b99b9a-c52c-4681-b5a7-a2b43aa60429", "resource_type": null}, {"cache_last_updated": null, "package_id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "webstore_last_updated": null, "id": "dd55985c-aaaa-450e-b9a3-ae8815060187", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:35.343764", "url": "https://data.illinois.gov/api/geospatial/cgku-icth?method=export&format=Original", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "82b99b9a-c52c-4681-b5a7-a2b43aa60429", "resource_type": null}, {"cache_last_updated": null, "package_id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "webstore_last_updated": null, "id": "72487be6-e5ea-4787-80d5-4bfea9c1ffc9", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:35.343771", "url": "https://data.illinois.gov/api/views/afzk-patj/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 4, "revision_id": "82b99b9a-c52c-4681-b5a7-a2b43aa60429", "resource_type": null}, {"cache_last_updated": null, "package_id": "2fd3e191-a5f3-4dcd-8d20-7a3a5879e996", "webstore_last_updated": null, "id": "87a53dfe-3940-4e52-9b20-512ce4d8f21f", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:35.343778", "url": "https://data.illinois.gov/api/views/afzk-patj/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 5, "revision_id": "82b99b9a-c52c-4681-b5a7-a2b43aa60429", "resource_type": null}], "num_resources": 6, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "champaign", "id": "581d24b4-64b3-499d-bdd9-e6a92e4a14db", "name": "champaign"}, {"vocabulary_id": null, "state": "active", "display_name": "schools", "id": "452868d3-75e0-469f-a0bb-90052a4fb3d5", "name": "schools"}], "tracking_summary": {"total": 33, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "schools-c2709", "isopen": false, "url": null, "notes": "Schools", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-28"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/cgku-icth"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/cgku-icth"}, {"key": "harvest_object_id", "value": "b10ce381-4f90-444a-90da-0696252783fc"}, {"key": "source_hash", "value": "cd57cf87b9a960c53672efa3cac443e6d342859f"}, {"key": "harvest_object_id", "value": "b10ce381-4f90-444a-90da-0696252783fc"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Schools", "revision_id": "0bdc8b3b-d9af-46ab-9acb-910961172d6f"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "0ff435a2-b8af-40cc-b507-807df76c5e8d", "metadata_created": "2015-01-30T21:43:07.859721", "metadata_modified": "2016-07-16T03:30:40.973083", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0ff435a2-b8af-40cc-b507-807df76c5e8d", "webstore_last_updated": null, "id": "095e79e6-3d33-414f-8e8d-40c34342266f", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:08.202533", "url": "https://data.illinois.gov/api/views/2gzr-9awy/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "4fdf225b-1e23-4239-a2cb-6894c718d0e6", "resource_type": null}, {"cache_last_updated": null, "package_id": "0ff435a2-b8af-40cc-b507-807df76c5e8d", "webstore_last_updated": null, "id": "f50521b7-e0e4-44a0-8a9e-05078a058b0c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:08.202574", "url": "https://data.illinois.gov/api/views/2gzr-9awy/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2ddabb62-5853-4670-ab02-bf456785cbe8", "resource_type": null}, {"cache_last_updated": null, "package_id": "0ff435a2-b8af-40cc-b507-807df76c5e8d", "webstore_last_updated": null, "id": "878cf1df-310c-498f-8de3-d3c40e3361a7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:08.202582", "url": "https://data.illinois.gov/api/views/2gzr-9awy/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2ddabb62-5853-4670-ab02-bf456785cbe8", "resource_type": null}, {"cache_last_updated": null, "package_id": "0ff435a2-b8af-40cc-b507-807df76c5e8d", "webstore_last_updated": null, "id": "9b43c59f-1562-4a3a-baa4-36af7313790d", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:08.202588", "url": "https://data.illinois.gov/api/views/2gzr-9awy/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2ddabb62-5853-4670-ab02-bf456785cbe8", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "asbestos", "id": "a2cc1c60-8b02-480f-8f5e-4dac87209617", "name": "asbestos"}, {"vocabulary_id": null, "state": "active", "display_name": "professionals", "id": "4f06b3f3-9b4c-42e9-9d56-f82ed9f5c641", "name": "professionals"}], "tracking_summary": {"total": 26, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-asbestos-licensed-professionals-e4696", "isopen": false, "url": null, "notes": "Last Update: July 2016\r\nAsbestos Licensed Professionals fall into six major categories. \r\no\tSupervisors are the Contractor's designees on asbestos abatement projects and are responsible for ensuring that work is conducted in accordance with state and federal regulations. \r\no\tProject Managers are the building owner's or school district's representative on school projects and are responsible for ensuring that the workers and supervisors are complying with the contract specification and state and federal regulations. Projects Managers are not required to oversee asbestos abatement projects in commercial and public buildings, but if a building owner chooses to have an individual oversee the project, then the Department requires that the person be licensed. \r\no\tAir Sampling Professionals are responsible for taking air samples to determine the airborne concentration of asbestos inside and outside the work area. The Air Sampling Professional conducts aggressive clearance air monitoring at the end of asbestos abatement projects to ensure that the concentration of asbestos in the air is acceptable for reoccupation of the area. \r\no\tProject Designers are required to develop project designs for school buildings. The project designers are required to draw up specifications and contracts that contractors must follow to complete an asbestos abatement project that meets state and federal regulations. If a project design is developed for asbestos abatement in commercial and public buildings, then it must be completed by a licensed Project Designer.\r\no\tInspectors are required to identify asbestos-containing materials by sampling suspected asbestos-containing materials discovered during an inspection. \r\no\tManagement Planners are required to develop management plans based upon information from an Inspector. Each school in Illinois must develop and maintain an asbestos management plan describing the management of the school's asbestos-containing building materials. Commercial and public buildings in Illinois are not required to develop management plans.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-07-14"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-07-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/2gzr-9awy"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/2gzr-9awy"}, {"key": "harvest_object_id", "value": "0ed3085b-728e-4050-9447-7b1f44ebe468"}, {"key": "source_hash", "value": "288ed93d3b98729168c8e8b1fe39a7def0f11115"}, {"key": "harvest_object_id", "value": "0ed3085b-728e-4050-9447-7b1f44ebe468"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH ASBESTOS LICENSED PROFESSIONALS", "revision_id": "ad6efe02-7fc9-446e-ae03-636acdbdec84"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 8, "id": "ea067150-2c7b-489e-98d6-83c44d22a397", "metadata_created": "2015-01-30T21:44:42.790504", "metadata_modified": "2016-08-20T05:35:46.814616", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "ea067150-2c7b-489e-98d6-83c44d22a397", "webstore_last_updated": null, "id": "bd80e8e7-6d9b-4d69-9c64-ad5886adb98b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:43.324955", "url": "https://data.illinois.gov/api/views/6ep4-6yp4/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "450c88a3-970f-4aa1-b340-6cfc09a902e7", "resource_type": null}, {"cache_last_updated": null, "package_id": "ea067150-2c7b-489e-98d6-83c44d22a397", "webstore_last_updated": null, "id": "90f99cbd-4d2d-47ce-be45-3a4b6dc428b8", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:43.324975", "url": "https://data.illinois.gov/api/views/6ep4-6yp4/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "3f959cc6-22e1-42d1-b5dc-27323c7cbdc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "ea067150-2c7b-489e-98d6-83c44d22a397", "webstore_last_updated": null, "id": "22d4cdbb-202e-4b2d-b98e-5b986f01f992", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:43.324983", "url": "https://data.illinois.gov/api/views/6ep4-6yp4/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "3f959cc6-22e1-42d1-b5dc-27323c7cbdc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "ea067150-2c7b-489e-98d6-83c44d22a397", "webstore_last_updated": null, "id": "cc56ed26-f641-48c3-819f-a69d4246bf7e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:43.324989", "url": "https://data.illinois.gov/api/views/6ep4-6yp4/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "3f959cc6-22e1-42d1-b5dc-27323c7cbdc0", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "ces", "id": "d941bbe9-2f8c-4409-a3bf-24873dcb628d", "name": "ces"}, {"vocabulary_id": null, "state": "active", "display_name": "current", "id": "2ef8575d-d588-4c01-be31-b871e6b66e54", "name": "current"}, {"vocabulary_id": null, "state": "active", "display_name": "employment", "id": "2b37f0ac-ef84-4308-9003-7bcb69474471", "name": "employment"}, {"vocabulary_id": null, "state": "active", "display_name": "ides", "id": "5b45a93f-3325-4cbc-899d-2ee3b8461714", "name": "ides"}, {"vocabulary_id": null, "state": "active", "display_name": "ides--statewide-current-employment-statistics", "id": "ff5b174f-6d12-4b20-a37d-b6dc4a7dedfd", "name": "ides--statewide-current-employment-statistics"}, {"vocabulary_id": null, "state": "active", "display_name": "non-ag-employment", "id": "ff646a0e-b3e1-4530-9034-b7dc1bf9009e", "name": "non-ag-employment"}, {"vocabulary_id": null, "state": "active", "display_name": "payroll-employment", "id": "95120cf5-e5fb-4f60-ad6d-4ffcaff965aa", "name": "payroll-employment"}, {"vocabulary_id": null, "state": "active", "display_name": "statistics", "id": "2bbd9c46-a473-415c-ad0f-21591a41fb84", "name": "statistics"}], "tracking_summary": {"total": 18, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ides-statewide-current-employment-statistics-d0003", "isopen": false, "url": null, "notes": "Current Employment Statistics (CES) Program\t\t\r\n\t\t\r\nThe data are produced in cooperation with the U.S. Bureau of Labor\t\t\r\nStatistics (BLS), U.S. Department of Labor.\t\t\r\n\t\t\r\nThe CES program is a nationwide monthly survey of business\t\t\r\nestablishments. From this sample CES produces employment estimates\t\t\r\nby area and industry.\t\t\r\n\r\nThe conversion of the series from the old North American\r\nIndustry Classification System (NAICS) 2002 version to the\r\nlatest version -- NAICS 2007 has been made.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-03-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/6ep4-6yp4"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/6ep4-6yp4"}, {"key": "harvest_object_id", "value": "c244227f-9c41-4168-894e-ae3df79270dc"}, {"key": "source_hash", "value": "52c845d30b2827cd95f8de9cac737622236f0b60"}, {"key": "harvest_object_id", "value": "c244227f-9c41-4168-894e-ae3df79270dc"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDES - Statewide Current Employment Statistics", "revision_id": "a13f2a62-07f4-4e0c-871c-6043162d7c2e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 2, "id": "d2d02ed6-91ac-40a6-872e-04e171d2872a", "metadata_created": "2016-04-12T23:25:52.359212", "metadata_modified": "2016-06-11T01:52:21.136558", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "d2d02ed6-91ac-40a6-872e-04e171d2872a", "webstore_last_updated": null, "id": "ad658033-6466-47e7-a1eb-3f92d04ef83a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 13, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-04-12T19:25:52.905035", "url": "https://data.illinois.gov/api/views/7e32-cf2y/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "7fefc466-3ed5-45cd-9eed-1da38971813b", "resource_type": null}, {"cache_last_updated": null, "package_id": "d2d02ed6-91ac-40a6-872e-04e171d2872a", "webstore_last_updated": null, "id": "c072114c-e2bf-4b3b-81a5-4a243e2a6da8", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-04-12T19:25:52.905078", "url": "https://data.illinois.gov/api/views/7e32-cf2y/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "7fefc466-3ed5-45cd-9eed-1da38971813b", "resource_type": null}, {"cache_last_updated": null, "package_id": "d2d02ed6-91ac-40a6-872e-04e171d2872a", "webstore_last_updated": null, "id": "d313b807-4d94-47f1-8fba-fba29df4703a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-04-12T19:25:52.905088", "url": "https://data.illinois.gov/api/views/7e32-cf2y/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "7fefc466-3ed5-45cd-9eed-1da38971813b", "resource_type": null}, {"cache_last_updated": null, "package_id": "d2d02ed6-91ac-40a6-872e-04e171d2872a", "webstore_last_updated": null, "id": "8a9c3c14-7aca-4ec5-b2b9-c303c6b1f066", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-04-12T19:25:52.905097", "url": "https://data.illinois.gov/api/views/7e32-cf2y/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "7fefc466-3ed5-45cd-9eed-1da38971813b", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "2015-salary-reporting", "id": "e74cce88-d090-4a0f-bf37-87705669dbae", "name": "2015-salary-reporting"}, {"vocabulary_id": null, "state": "active", "display_name": "rockford", "id": "00b5844e-c354-4206-ae3d-e21ad0311ce7", "name": "rockford"}], "tracking_summary": {"total": 40, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2015-salary-reporting", "isopen": false, "url": null, "notes": "2015 employee total compensation", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-04-12"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-04-12"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/7e32-cf2y"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/7e32-cf2y"}, {"key": "harvest_object_id", "value": "f0987076-9ee0-4718-adb3-ba7a49f281e1"}, {"key": "source_hash", "value": "9add4822d3089c940c7ad29951340b9d263b9f67"}, {"key": "harvest_object_id", "value": "f0987076-9ee0-4718-adb3-ba7a49f281e1"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2015 Salary Reporting", "revision_id": "899022f8-3553-479e-b041-69ec4563ea12"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 6, "id": "624ff345-f3db-4875-9fb3-ac9f8b4f7615", "metadata_created": "2015-01-30T21:43:01.271709", "metadata_modified": "2017-01-08T09:16:50.971635", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "624ff345-f3db-4875-9fb3-ac9f8b4f7615", "webstore_last_updated": null, "id": "9309dad8-0142-4c90-8e9b-9857d5a3a827", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 22, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:02.064220", "url": "https://data.illinois.gov/api/views/992y-d4p5/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "908c4657-48af-4452-ab25-09c6e6da4d64", "resource_type": null}, {"cache_last_updated": null, "package_id": "624ff345-f3db-4875-9fb3-ac9f8b4f7615", "webstore_last_updated": null, "id": "a259c128-d4c0-4554-80c9-8b10be38e9cf", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 6, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:02.064242", "url": "https://data.illinois.gov/api/views/992y-d4p5/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "908c4657-48af-4452-ab25-09c6e6da4d64", "resource_type": null}, {"cache_last_updated": null, "package_id": "624ff345-f3db-4875-9fb3-ac9f8b4f7615", "webstore_last_updated": null, "id": "8e3745cb-8b52-473d-98e5-246e6390a476", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:02.064250", "url": "https://data.illinois.gov/api/views/992y-d4p5/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "908c4657-48af-4452-ab25-09c6e6da4d64", "resource_type": null}, {"cache_last_updated": null, "package_id": "624ff345-f3db-4875-9fb3-ac9f8b4f7615", "webstore_last_updated": null, "id": "ff42b886-c683-4162-a9cd-7a3a32152b8c", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:02.064257", "url": "https://data.illinois.gov/api/views/992y-d4p5/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "908c4657-48af-4452-ab25-09c6e6da4d64", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "adult-day-care", "id": "d82194bf-0705-4af4-9333-e1c5ac9be8b3", "name": "adult-day-care"}, {"vocabulary_id": null, "state": "active", "display_name": "alzheimer", "id": "f820b510-d504-48b1-96cf-346e269d6bd4", "name": "alzheimer"}, {"vocabulary_id": null, "state": "active", "display_name": "assisted-living", "id": "fb5ee528-2c93-4cba-bc97-d9682f4be304", "name": "assisted-living"}, {"vocabulary_id": null, "state": "active", "display_name": "facilities", "id": "ff531cc9-f333-49f4-864b-ab09a3b828ec", "name": "facilities"}, {"vocabulary_id": null, "state": "active", "display_name": "licensed", "id": "ec9dceb2-8675-4acd-bf4f-45bef471db9b", "name": "licensed"}, {"vocabulary_id": null, "state": "active", "display_name": "shared-housing", "id": "57713b97-515a-4127-b5b1-cc72766d9d9c", "name": "shared-housing"}], "tracking_summary": {"total": 69, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-assisted-living-and-shared-housing-licensed-establishments-listing-ae575", "isopen": false, "url": null, "notes": "A list of licensed facilities that provide assisted living and shared housing functionality. Listed are the number of units, whether they provide Alzheimer and adult day care.\r\n\r\nCurrent as of January 2017.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2017-01-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-01-06"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/992y-d4p5"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/992y-d4p5"}, {"key": "harvest_object_id", "value": "e7cf022b-a980-4460-a5a4-221653669198"}, {"key": "source_hash", "value": "94bfcd488194ab00b3aa946337af42d60f7e3338"}, {"key": "harvest_object_id", "value": "e7cf022b-a980-4460-a5a4-221653669198"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Assisted Living and Shared Housing Licensed Establishments Listing", "revision_id": "908c4657-48af-4452-ab25-09c6e6da4d64"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "b87a6ec5-7ed4-4fe4-8933-6206cf2ab489", "metadata_created": "2015-01-30T21:45:04.401049", "metadata_modified": "2016-08-20T05:35:52.275569", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "b87a6ec5-7ed4-4fe4-8933-6206cf2ab489", "webstore_last_updated": null, "id": "a64f7958-157c-4a88-9b26-28efab65ff49", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:04.572939", "url": "https://data.illinois.gov/api/views/km98-jttn/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e5fd8352-648b-4447-bacc-522df8456a56", "resource_type": null}, {"cache_last_updated": null, "package_id": "b87a6ec5-7ed4-4fe4-8933-6206cf2ab489", "webstore_last_updated": null, "id": "719165e1-0144-49fc-87cb-ed545956fc7a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:04.572958", "url": "https://data.illinois.gov/api/views/km98-jttn/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "382a1675-cefe-4ea0-911a-f81ee104ba13", "resource_type": null}, {"cache_last_updated": null, "package_id": "b87a6ec5-7ed4-4fe4-8933-6206cf2ab489", "webstore_last_updated": null, "id": "1e8bd9f5-03f1-4fae-9dd1-da26c2840d47", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:04.572966", "url": "https://data.illinois.gov/api/views/km98-jttn/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "382a1675-cefe-4ea0-911a-f81ee104ba13", "resource_type": null}, {"cache_last_updated": null, "package_id": "b87a6ec5-7ed4-4fe4-8933-6206cf2ab489", "webstore_last_updated": null, "id": "72950293-4705-4ccd-9b49-374b5691f743", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:04.572972", "url": "https://data.illinois.gov/api/views/km98-jttn/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "382a1675-cefe-4ea0-911a-f81ee104ba13", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "birth", "id": "ac488a1b-537c-4b9a-9eeb-de6b85c57840", "name": "birth"}, {"vocabulary_id": null, "state": "active", "display_name": "teen", "id": "1969e3f1-4e95-4c4d-aa68-261ddd82b0c7", "name": "teen"}], "tracking_summary": {"total": 20, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-births-to-teen-mothers-by-county-2009-9f720", "isopen": false, "url": null, "notes": "* City of Chicago totals may include births occurring to residents of the city of Chicago in DuPage County and appear also in the DuPage County birth numbers.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/km98-jttn"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/km98-jttn"}, {"key": "harvest_object_id", "value": "eb831080-52e2-4b78-bda2-c1f776012be5"}, {"key": "source_hash", "value": "8936be7a76ab15998af0851bd6ef72f70ed54888"}, {"key": "harvest_object_id", "value": "eb831080-52e2-4b78-bda2-c1f776012be5"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Births to Teen Mothers, by County, 2009", "revision_id": "e3600020-357e-417f-9c18-19f52fd1a911"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 4, "id": "c9e31b3b-0e41-4ea6-bc71-718f599ff337", "metadata_created": "2015-01-30T21:44:43.126327", "metadata_modified": "2016-08-20T05:35:46.956294", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "c9e31b3b-0e41-4ea6-bc71-718f599ff337", "webstore_last_updated": null, "id": "bb0b73d5-204b-4dc1-9586-383f8af91fe3", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 12, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:43.547173", "url": "https://data.illinois.gov/api/views/szpd-xiya/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "a764a305-7b10-494d-9d5f-d814db2cd5b6", "resource_type": null}, {"cache_last_updated": null, "package_id": "c9e31b3b-0e41-4ea6-bc71-718f599ff337", "webstore_last_updated": null, "id": "b0d8bd3d-e999-4b0a-8906-4d400dd200e5", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:43.547193", "url": "https://data.illinois.gov/api/views/szpd-xiya/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "4ec5a265-e8ff-4248-af4e-298d11a0553d", "resource_type": null}, {"cache_last_updated": null, "package_id": "c9e31b3b-0e41-4ea6-bc71-718f599ff337", "webstore_last_updated": null, "id": "0e6ee572-1291-4ca4-a61e-f096e051a5a9", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:43.547201", "url": "https://data.illinois.gov/api/views/szpd-xiya/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "4ec5a265-e8ff-4248-af4e-298d11a0553d", "resource_type": null}, {"cache_last_updated": null, "package_id": "c9e31b3b-0e41-4ea6-bc71-718f599ff337", "webstore_last_updated": null, "id": "f25468bf-4da6-4d90-8de3-939c66b937f9", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:43.547207", "url": "https://data.illinois.gov/api/views/szpd-xiya/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "4ec5a265-e8ff-4248-af4e-298d11a0553d", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "idva", "id": "2f353868-baf9-4ea2-b35b-de416bd0ea5f", "name": "idva"}, {"vocabulary_id": null, "state": "active", "display_name": "vet", "id": "df4f42e7-8d0f-4dd4-8edf-9ce62d839c70", "name": "vet"}, {"vocabulary_id": null, "state": "active", "display_name": "veteran", "id": "7561bea1-6f6c-4e42-96cc-7a5271ea4f8c", "name": "veteran"}], "tracking_summary": {"total": 73, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idva-veterans-data-by-county-9a764", "isopen": false, "url": null, "notes": "This data contains the number of veterans per county who have an Illinois address recorded in the IDVA Veteran Database(not all Illinois veterans).", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-02-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Reference"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/szpd-xiya"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/szpd-xiya"}, {"key": "harvest_object_id", "value": "c64bd7d2-b034-4a41-9619-337f927c7732"}, {"key": "source_hash", "value": "e6a0a8b85be5fbf974d3cff69b407eb5598077ae"}, {"key": "harvest_object_id", "value": "c64bd7d2-b034-4a41-9619-337f927c7732"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDVA - Veterans Data by County", "revision_id": "850a9caa-f93e-4ccd-9fb9-101641117def"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 1, "id": "acbf6482-b447-4f8c-92f4-b6fae3887258", "metadata_created": "2016-12-03T16:02:27.320667", "metadata_modified": "2016-12-03T16:02:27.320667", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "acbf6482-b447-4f8c-92f4-b6fae3887258", "webstore_last_updated": null, "id": "dd0acfe7-cbe6-4136-a11a-209e8bb6c558", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-12-03T11:02:27.898657", "url": "https://data.illinois.gov/api/views/ua5t-krc8/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "b53932e0-3ce0-40ac-b59c-a63be7857e0b", "resource_type": null}, {"cache_last_updated": null, "package_id": "acbf6482-b447-4f8c-92f4-b6fae3887258", "webstore_last_updated": null, "id": "aeedfff3-4e0c-4edc-9e92-9009c1952180", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-12-03T11:02:27.898680", "url": "https://data.illinois.gov/api/views/ua5t-krc8/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b53932e0-3ce0-40ac-b59c-a63be7857e0b", "resource_type": null}, {"cache_last_updated": null, "package_id": "acbf6482-b447-4f8c-92f4-b6fae3887258", "webstore_last_updated": null, "id": "b3f5d79b-0137-4676-9a74-fd386d609055", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-12-03T11:02:27.898688", "url": "https://data.illinois.gov/api/views/ua5t-krc8/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b53932e0-3ce0-40ac-b59c-a63be7857e0b", "resource_type": null}, {"cache_last_updated": null, "package_id": "acbf6482-b447-4f8c-92f4-b6fae3887258", "webstore_last_updated": null, "id": "4acb3102-102e-4ee3-acf2-06d3dd581e3b", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-12-03T11:02:27.898696", "url": "https://data.illinois.gov/api/views/ua5t-krc8/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b53932e0-3ce0-40ac-b59c-a63be7857e0b", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "doi-producers", "id": "9036360e-f681-4bb7-8800-0b9c89fa102b", "name": "doi-producers"}], "tracking_summary": {"total": 2, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "doi-insurance-produsers", "isopen": false, "url": null, "notes": "as of 12/02/2016", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-12-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-12-02"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ua5t-krc8"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ua5t-krc8"}, {"key": "harvest_object_id", "value": "ff3678fa-4ecd-409f-9755-b840fd4d0ec9"}, {"key": "source_hash", "value": "3a7966ea9fa8272cc73067a27bc5174898170889"}, {"key": "harvest_object_id", "value": "ff3678fa-4ecd-409f-9755-b840fd4d0ec9"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DOI Insurance Produsers", "revision_id": "b53932e0-3ce0-40ac-b59c-a63be7857e0b"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 1, "id": "1d6618ef-32ee-4173-8937-b55b505d0548", "metadata_created": "2015-01-30T21:42:57.426103", "metadata_modified": "2017-01-08T09:16:49.675264", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "1d6618ef-32ee-4173-8937-b55b505d0548", "webstore_last_updated": null, "id": "52ec66f8-e709-47cd-8a61-10c1a76d1f3e", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 10, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:42:57.870712", "url": "https://data.illinois.gov/api/views/wsms-teqm/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "871e4e3b-2157-4211-a115-bef2d3fea939", "resource_type": null}, {"cache_last_updated": null, "package_id": "1d6618ef-32ee-4173-8937-b55b505d0548", "webstore_last_updated": null, "id": "eff64bfc-41ed-41ec-af60-5f8e4d17f3f7", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:42:57.870741", "url": "https://data.illinois.gov/api/views/wsms-teqm/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "871e4e3b-2157-4211-a115-bef2d3fea939", "resource_type": null}, {"cache_last_updated": null, "package_id": "1d6618ef-32ee-4173-8937-b55b505d0548", "webstore_last_updated": null, "id": "d3ff16e0-c785-494e-a678-b4d090780a78", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:42:57.870748", "url": "https://data.illinois.gov/api/views/wsms-teqm/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "871e4e3b-2157-4211-a115-bef2d3fea939", "resource_type": null}, {"cache_last_updated": null, "package_id": "1d6618ef-32ee-4173-8937-b55b505d0548", "webstore_last_updated": null, "id": "67dfb8fb-9b6e-4443-b99a-1793937e99ad", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:42:57.870755", "url": "https://data.illinois.gov/api/views/wsms-teqm/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "871e4e3b-2157-4211-a115-bef2d3fea939", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "hospital", "id": "e115ddc6-944f-4374-b2e9-57e195dff2c3", "name": "hospital"}], "tracking_summary": {"total": 43, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-hospital-directory-e4ad3", "isopen": false, "url": null, "notes": "Current as of January 2017", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2017-01-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-01-06"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/wsms-teqm"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/wsms-teqm"}, {"key": "harvest_object_id", "value": "62007c78-dd9b-4d99-afea-b907241e698e"}, {"key": "source_hash", "value": "fbc673f32705b93a8c24f6f34a64ac9287baef0d"}, {"key": "harvest_object_id", "value": "62007c78-dd9b-4d99-afea-b907241e698e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Hospital Directory", "revision_id": "871e4e3b-2157-4211-a115-bef2d3fea939"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "3e4287af-75b6-4c81-bba0-fe89ff0f8e5f", "metadata_created": "2015-01-30T21:44:21.339178", "metadata_modified": "2016-06-11T01:52:47.665714", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "3e4287af-75b6-4c81-bba0-fe89ff0f8e5f", "webstore_last_updated": null, "id": "ced86729-f3ef-44c6-9ad2-80d826251f51", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 7, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:21.602869", "url": "https://data.illinois.gov/api/views/8z8r-msri/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "9f43da06-d753-440c-b4fe-1efa0ae9211d", "resource_type": null}, {"cache_last_updated": null, "package_id": "3e4287af-75b6-4c81-bba0-fe89ff0f8e5f", "webstore_last_updated": null, "id": "0c05cdd5-07d2-4a3a-9343-e99b8aab82e9", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:21.602889", "url": "https://data.illinois.gov/api/views/8z8r-msri/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1524bbf2-785a-4c77-adf0-e7120cb957a0", "resource_type": null}, {"cache_last_updated": null, "package_id": "3e4287af-75b6-4c81-bba0-fe89ff0f8e5f", "webstore_last_updated": null, "id": "a5f51932-817f-4426-b6c9-7435fd02b223", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:21.602897", "url": "https://data.illinois.gov/api/views/8z8r-msri/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1524bbf2-785a-4c77-adf0-e7120cb957a0", "resource_type": null}, {"cache_last_updated": null, "package_id": "3e4287af-75b6-4c81-bba0-fe89ff0f8e5f", "webstore_last_updated": null, "id": "e309c85b-a43b-45a6-b34f-78e8af1beec0", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:21.602904", "url": "https://data.illinois.gov/api/views/8z8r-msri/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1524bbf2-785a-4c77-adf0-e7120cb957a0", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chicago-southland", "id": "89bffc74-7db5-4cd6-88e3-cc3b860ad239", "name": "chicago-southland"}, {"vocabulary_id": null, "state": "active", "display_name": "housing", "id": "cc2a8aab-2dfe-453c-927b-2c7669dad222", "name": "housing"}, {"vocabulary_id": null, "state": "active", "display_name": "planning", "id": "e2f63179-603f-4c7b-ac4b-ddb40b9f1eb7", "name": "planning"}, {"vocabulary_id": null, "state": "active", "display_name": "regulatory", "id": "f7f936c9-c34b-436e-b27a-5e393931a00d", "name": "regulatory"}, {"vocabulary_id": null, "state": "active", "display_name": "statistical", "id": "45914366-2cad-43b2-b262-d120e3a9db81", "name": "statistical"}], "tracking_summary": {"total": 23, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-crime-free-housing-6c164", "isopen": true, "url": null, "notes": "This dataset is a list of all Chicago Southland communities which have Crime Free Housing Ordinances.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8z8r-msri"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8z8r-msri"}, {"key": "harvest_object_id", "value": "91fe300f-a7d8-4244-ae86-f76ba4aa97db"}, {"key": "source_hash", "value": "b87e63aa9f0bf63b669121f0088015cbbf744b57"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "91fe300f-a7d8-4244-ae86-f76ba4aa97db"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Crime Free Housing", "revision_id": "08775c8e-277b-4780-8935-76dc1a42c673"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "04bd3dd9-6d39-41eb-b8a7-622ec0ad3cf4", "metadata_created": "2015-01-30T21:43:07.985027", "metadata_modified": "2017-02-14T20:54:37.904122", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "04bd3dd9-6d39-41eb-b8a7-622ec0ad3cf4", "webstore_last_updated": null, "id": "811afcbb-d7b6-48a3-9277-3674475a3576", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 6, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:08.366045", "url": "https://data.illinois.gov/api/views/5vh3-wnad/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "1aeaaeaa-07ff-4ff3-8d34-e5ca3598d02f", "resource_type": null}, {"cache_last_updated": null, "package_id": "04bd3dd9-6d39-41eb-b8a7-622ec0ad3cf4", "webstore_last_updated": null, "id": "fdc67236-f004-4267-bc43-ee4a028358b1", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:08.366065", "url": "https://data.illinois.gov/api/views/5vh3-wnad/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1aeaaeaa-07ff-4ff3-8d34-e5ca3598d02f", "resource_type": null}, {"cache_last_updated": null, "package_id": "04bd3dd9-6d39-41eb-b8a7-622ec0ad3cf4", "webstore_last_updated": null, "id": "6b5c8dfc-e3fe-4ecb-b1a5-84e7b76f2f71", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:08.366072", "url": "https://data.illinois.gov/api/views/5vh3-wnad/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1aeaaeaa-07ff-4ff3-8d34-e5ca3598d02f", "resource_type": null}, {"cache_last_updated": null, "package_id": "04bd3dd9-6d39-41eb-b8a7-622ec0ad3cf4", "webstore_last_updated": null, "id": "913d2897-aafd-458c-8128-9532bcd1f408", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:08.366079", "url": "https://data.illinois.gov/api/views/5vh3-wnad/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1aeaaeaa-07ff-4ff3-8d34-e5ca3598d02f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "asbestos", "id": "a2cc1c60-8b02-480f-8f5e-4dac87209617", "name": "asbestos"}, {"vocabulary_id": null, "state": "active", "display_name": "contractors", "id": "d7503e88-e5ce-4d3e-9be7-1675cb54e7ff", "name": "contractors"}, {"vocabulary_id": null, "state": "active", "display_name": "idph", "id": "5ddfed4e-1f88-4d2b-b208-e51f497cb07b", "name": "idph"}, {"vocabulary_id": null, "state": "active", "display_name": "license", "id": "86208c57-aaac-4c84-a9f9-6a6bb097fc9d", "name": "license"}], "tracking_summary": {"total": 31, "recent": 2}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-asbestos-licensed-contractors-a3b2f", "isopen": false, "url": null, "notes": "Asbestos Licensed Contractors are responsible for conducting asbestos abatement projects. All contractors who conduct asbestos abatement projects must have current insurance and are required to be licensed\r\n\r\nLast Updated: March 2016", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2017-02-14"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-02-14"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5vh3-wnad"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5vh3-wnad"}, {"key": "harvest_object_id", "value": "937c5e41-3aa0-4c39-83ec-9899afb10485"}, {"key": "source_hash", "value": "4c2806f47ce961bc0caf86d9120498e1c4fc0efa"}, {"key": "harvest_object_id", "value": "3a9b4bee-9d74-4082-b057-975fbc26fa65"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH ASBESTOS LICENSED CONTRACTORS", "revision_id": "a2f75195-c990-4496-83c8-8fcaf6c59c71"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "2975e346-3b30-46b6-907a-5fd0a64f29f3", "metadata_created": "2015-01-30T21:44:43.986963", "metadata_modified": "2016-06-11T01:52:56.177526", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "2975e346-3b30-46b6-907a-5fd0a64f29f3", "webstore_last_updated": null, "id": "a4c05d65-a399-4b4c-9164-cd4fb5827683", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 44, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:44.202337", "url": "https://data.illinois.gov/api/views/vvq4-faea/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "ec9f4e59-be67-45c4-9e36-db4aa43d17da", "resource_type": null}, {"cache_last_updated": null, "package_id": "2975e346-3b30-46b6-907a-5fd0a64f29f3", "webstore_last_updated": null, "id": "5bd929e9-884f-4016-9ca5-0a97ab8b97ea", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:44.202356", "url": "https://data.illinois.gov/api/views/vvq4-faea/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "5ec15eb3-dcec-4f88-8720-31a7f54fd448", "resource_type": null}, {"cache_last_updated": null, "package_id": "2975e346-3b30-46b6-907a-5fd0a64f29f3", "webstore_last_updated": null, "id": "e6d2635c-189b-4863-9f8e-de0516f9946b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:44.202364", "url": "https://data.illinois.gov/api/views/vvq4-faea/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "5ec15eb3-dcec-4f88-8720-31a7f54fd448", "resource_type": null}, {"cache_last_updated": null, "package_id": "2975e346-3b30-46b6-907a-5fd0a64f29f3", "webstore_last_updated": null, "id": "99949847-05f4-4cfd-8d05-479412b5a4d2", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 11, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:44.202370", "url": "https://data.illinois.gov/api/views/vvq4-faea/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "5ec15eb3-dcec-4f88-8720-31a7f54fd448", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "firearms", "id": "cebb93a0-c135-4517-be2c-5867b41e0ba6", "name": "firearms"}, {"vocabulary_id": null, "state": "active", "display_name": "guns", "id": "78a89f06-2f24-4268-bccc-1c07d15a606f", "name": "guns"}, {"vocabulary_id": null, "state": "active", "display_name": "police", "id": "2dde5edc-31a7-430e-b615-41d22cec89d7", "name": "police"}, {"vocabulary_id": null, "state": "active", "display_name": "state-police", "id": "33018e76-4d98-4b11-a924-038e0307f61d", "name": "state-police"}], "tracking_summary": {"total": 265, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "isp-firearm-owners-identification-foid-applications-879e5", "isopen": false, "url": null, "notes": "FOID Card Applications -- 10 Year History -- 2002 through 2011", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-31"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Safety"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/vvq4-faea"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/vvq4-faea"}, {"key": "harvest_object_id", "value": "c764fa32-6e25-4609-b745-8d51ba38aadd"}, {"key": "source_hash", "value": "7bbd077381e42244ce371c05cc3b059ca0b4706e"}, {"key": "harvest_object_id", "value": "c764fa32-6e25-4609-b745-8d51ba38aadd"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISP - Firearm Owners' Identification (FOID) Applications", "revision_id": "fc37398b-0113-4841-b4c8-7cb036536112"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "7a8d11fa-3288-4fc0-b02f-7b24a31ce6c6", "metadata_created": "2015-01-30T21:44:13.882658", "metadata_modified": "2016-08-20T05:35:42.666317", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "7a8d11fa-3288-4fc0-b02f-7b24a31ce6c6", "webstore_last_updated": null, "id": "e7b2eb7a-850e-42f2-8107-0b1eaedf20f2", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 18, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:14.151587", "url": "https://data.illinois.gov/api/views/qwhu-479p/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "c895bde3-20d8-46ff-8cdc-1c2cc1b835e8", "resource_type": null}, {"cache_last_updated": null, "package_id": "7a8d11fa-3288-4fc0-b02f-7b24a31ce6c6", "webstore_last_updated": null, "id": "ea87a59d-4767-4fd9-aaed-f9e4a9deb6e4", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:14.151609", "url": "https://data.illinois.gov/api/views/qwhu-479p/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "a289c989-9b2a-4137-ad5c-8b0367150c7d", "resource_type": null}, {"cache_last_updated": null, "package_id": "7a8d11fa-3288-4fc0-b02f-7b24a31ce6c6", "webstore_last_updated": null, "id": "7183904c-0213-42be-8e9a-002d4c1dab84", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:14.151617", "url": "https://data.illinois.gov/api/views/qwhu-479p/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "a289c989-9b2a-4137-ad5c-8b0367150c7d", "resource_type": null}, {"cache_last_updated": null, "package_id": "7a8d11fa-3288-4fc0-b02f-7b24a31ce6c6", "webstore_last_updated": null, "id": "39f26f56-e8fe-4689-a9e1-126cda10cc09", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:14.151624", "url": "https://data.illinois.gov/api/views/qwhu-479p/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "a289c989-9b2a-4137-ad5c-8b0367150c7d", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "champaign", "id": "581d24b4-64b3-499d-bdd9-e6a92e4a14db", "name": "champaign"}, {"vocabulary_id": null, "state": "active", "display_name": "meter", "id": "6863ac15-bf50-4586-9087-21a2b2245f67", "name": "meter"}, {"vocabulary_id": null, "state": "active", "display_name": "parking", "id": "0664c3b4-a4fa-497f-94b8-8791084df1b4", "name": "parking"}, {"vocabulary_id": null, "state": "active", "display_name": "spaces", "id": "77507568-d681-48bf-b101-f443ba057b43", "name": "spaces"}], "tracking_summary": {"total": 86, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "parking-meter-spaces-4d868", "isopen": false, "url": null, "notes": "Parking Meter Spaces", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/qwhu-479p"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/qwhu-479p"}, {"key": "harvest_object_id", "value": "a3fa25a5-bac4-4e23-9cf2-4aa4c54f523b"}, {"key": "source_hash", "value": "65264d63626fd560bda6ebd3cf589156faf5e4fb"}, {"key": "harvest_object_id", "value": "a3fa25a5-bac4-4e23-9cf2-4aa4c54f523b"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Parking Meter Spaces", "revision_id": "a0836045-04b5-4c98-9a04-65a40d8d4aa0"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 6, "id": "f137d1f5-3ca3-41e9-9fd2-80d3073b96b1", "metadata_created": "2015-01-30T21:45:01.526386", "metadata_modified": "2016-06-11T01:53:02.503059", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f137d1f5-3ca3-41e9-9fd2-80d3073b96b1", "webstore_last_updated": null, "id": "edc7fd39-1290-4450-ac63-c3010911cad0", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:01.796644", "url": "https://data.illinois.gov/api/views/dzcq-kdyb/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "d612d978-3f82-4341-a6da-75f6f4aeb50f", "resource_type": null}, {"cache_last_updated": null, "package_id": "f137d1f5-3ca3-41e9-9fd2-80d3073b96b1", "webstore_last_updated": null, "id": "25fe2d62-72aa-4ae3-9c81-c9f9ceba6037", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:01.796665", "url": "https://data.illinois.gov/api/views/dzcq-kdyb/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ced9bd40-b7e3-4004-a0db-4f3e6b0f4d09", "resource_type": null}, {"cache_last_updated": null, "package_id": "f137d1f5-3ca3-41e9-9fd2-80d3073b96b1", "webstore_last_updated": null, "id": "c862f285-331b-4013-b927-15b594c91358", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:01.796673", "url": "https://data.illinois.gov/api/views/dzcq-kdyb/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ced9bd40-b7e3-4004-a0db-4f3e6b0f4d09", "resource_type": null}, {"cache_last_updated": null, "package_id": "f137d1f5-3ca3-41e9-9fd2-80d3073b96b1", "webstore_last_updated": null, "id": "6038cb22-041e-4a60-987f-8812fb984c48", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:01.796679", "url": "https://data.illinois.gov/api/views/dzcq-kdyb/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ced9bd40-b7e3-4004-a0db-4f3e6b0f4d09", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "i-88", "id": "2df9f347-7d79-48b3-8954-5d3eb2846e4f", "name": "i-88"}, {"vocabulary_id": null, "state": "active", "display_name": "istha", "id": "e7218c59-2fbb-4123-acc3-f64775334055", "name": "istha"}, {"vocabulary_id": null, "state": "active", "display_name": "mile-marker", "id": "fd19fe65-a1e5-44f9-93e4-be25a09005d6", "name": "mile-marker"}, {"vocabulary_id": null, "state": "active", "display_name": "mileposts", "id": "e0df964a-e7da-42f9-b216-559090cd208b", "name": "mileposts"}, {"vocabulary_id": null, "state": "active", "display_name": "ronald-reagan-memorial-tollway", "id": "67321968-d2ca-43f1-b77f-7f882cb32437", "name": "ronald-reagan-memorial-tollway"}, {"vocabulary_id": null, "state": "active", "display_name": "tollway", "id": "96e16045-9a28-4ca9-9af3-daf9a5889819", "name": "tollway"}], "tracking_summary": {"total": 11, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "istha-coordinates-for-mileposts-on-the-illinois-tollway-i-88-aa013", "isopen": false, "url": null, "notes": "This dataset has a record for every milepost on I-88 of the Illinois Tollway that includes the route number, the milepost and the latitude and longitude. It lists a milepost every tenth of mile, and every quarter of a mile, but there is actually only a physical milepost every quarter of a mile.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-24"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/dzcq-kdyb"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/dzcq-kdyb"}, {"key": "harvest_object_id", "value": "98071a87-c8bd-44fd-a52a-6d4307cef09e"}, {"key": "source_hash", "value": "a88b4579be490683b3081aff20812d31d1425e42"}, {"key": "harvest_object_id", "value": "98071a87-c8bd-44fd-a52a-6d4307cef09e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISTHA - Coordinates for Mileposts on the Illinois Tollway, I-88", "revision_id": "30ffd7d7-11a1-4ee5-978a-55ccf4bb88ed"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 5, "id": "775da763-79bd-431c-af4d-8ce6612bb001", "metadata_created": "2015-01-30T21:45:20.922369", "metadata_modified": "2016-08-20T05:35:58.939338", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "775da763-79bd-431c-af4d-8ce6612bb001", "webstore_last_updated": null, "id": "df114fb8-ad51-4e1c-995d-d2a860e4ae09", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 12, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:21.185236", "url": "https://data.illinois.gov/api/views/r7fq-24ug/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "7536089d-8d33-4fbf-941c-ee85d361dd23", "resource_type": null}, {"cache_last_updated": null, "package_id": "775da763-79bd-431c-af4d-8ce6612bb001", "webstore_last_updated": null, "id": "bd60224a-bbff-4d18-9a82-f46498244561", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:21.185255", "url": "https://data.illinois.gov/api/views/r7fq-24ug/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "e1b69935-96ba-4f98-a039-cff72f1945f7", "resource_type": null}, {"cache_last_updated": null, "package_id": "775da763-79bd-431c-af4d-8ce6612bb001", "webstore_last_updated": null, "id": "fd01388b-2f40-4076-8ecf-2199d10bd1ff", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:21.185263", "url": "https://data.illinois.gov/api/views/r7fq-24ug/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "e1b69935-96ba-4f98-a039-cff72f1945f7", "resource_type": null}, {"cache_last_updated": null, "package_id": "775da763-79bd-431c-af4d-8ce6612bb001", "webstore_last_updated": null, "id": "7218088d-5515-4346-ac50-4b5b8af8d315", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:21.185270", "url": "https://data.illinois.gov/api/views/r7fq-24ug/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "e1b69935-96ba-4f98-a039-cff72f1945f7", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "declaration", "id": "30f25420-4a9b-419d-b17a-1c51caaa8082", "name": "declaration"}, {"vocabulary_id": null, "state": "active", "display_name": "disaster", "id": "22f78bf9-3870-410f-a654-05b45bc08c02", "name": "disaster"}, {"vocabulary_id": null, "state": "active", "display_name": "federal", "id": "a31f719c-444a-42bf-846a-bb2da62a69e3", "name": "federal"}, {"vocabulary_id": null, "state": "active", "display_name": "fema", "id": "cdc5b520-9ee9-4f6d-9c43-36abd594702a", "name": "fema"}], "tracking_summary": {"total": 65, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "iema-federal-disaster-declarations-by-county-a8bb6", "isopen": false, "url": null, "notes": "A list of Federally Declared Disaster by Illinois County since 1965.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-10-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Reference"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/r7fq-24ug"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/r7fq-24ug"}, {"key": "harvest_object_id", "value": "a9a5ff32-3fa0-491b-9bd8-eee7eae9dbd0"}, {"key": "source_hash", "value": "51981cbff92df8f6a643180988c4877c5ba33e92"}, {"key": "harvest_object_id", "value": "a9a5ff32-3fa0-491b-9bd8-eee7eae9dbd0"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IEMA Federal Disaster Declarations by County", "revision_id": "4145a6cd-344e-46d3-9610-cf9b1cbb3d9d"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "c5328235-1804-41f0-8514-0770fabd0ad8", "metadata_created": "2015-01-30T21:43:58.986480", "metadata_modified": "2016-06-11T01:52:41.057990", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "c5328235-1804-41f0-8514-0770fabd0ad8", "webstore_last_updated": null, "id": "61f471d8-71dc-44d2-8383-0b6095999f03", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:59.194542", "url": "https://data.illinois.gov/api/views/xmn2-7i5y/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "c7f99688-4ab6-4fde-9ac6-d47f11b61dc7", "resource_type": null}, {"cache_last_updated": null, "package_id": "c5328235-1804-41f0-8514-0770fabd0ad8", "webstore_last_updated": null, "id": "08cd7c59-848f-43a4-959e-807317af4d37", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:59.194563", "url": "https://data.illinois.gov/api/views/xmn2-7i5y/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2cfc33d7-b5f9-4dbc-99b5-3dc9847b6204", "resource_type": null}, {"cache_last_updated": null, "package_id": "c5328235-1804-41f0-8514-0770fabd0ad8", "webstore_last_updated": null, "id": "424212e6-828f-488f-a066-c9ddbf15007d", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:59.194571", "url": "https://data.illinois.gov/api/views/xmn2-7i5y/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2cfc33d7-b5f9-4dbc-99b5-3dc9847b6204", "resource_type": null}, {"cache_last_updated": null, "package_id": "c5328235-1804-41f0-8514-0770fabd0ad8", "webstore_last_updated": null, "id": "d4deb830-3514-419e-add3-6e0d9a0e9a2b", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:59.194578", "url": "https://data.illinois.gov/api/views/xmn2-7i5y/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2cfc33d7-b5f9-4dbc-99b5-3dc9847b6204", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "belleville", "id": "8b5bd4b0-a7e6-4c6f-ad79-a29ce1c9fe11", "name": "belleville"}, {"vocabulary_id": null, "state": "active", "display_name": "crime", "id": "e8b5cde0-240c-4937-8bff-193793d50277", "name": "crime"}], "tracking_summary": {"total": 13, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "belleville-crime-blotter-updated-03-13-2013-3a299", "isopen": false, "url": null, "notes": "Belleville Crime Blotter (updated 03.13.2013)", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-13"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Safety"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/xmn2-7i5y"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/xmn2-7i5y"}, {"key": "harvest_object_id", "value": "fbea84ab-1d3e-424f-9aa8-603e184855b4"}, {"key": "source_hash", "value": "b0cbf058401d4881659262a3d477c2c8a03cb728"}, {"key": "harvest_object_id", "value": "fbea84ab-1d3e-424f-9aa8-603e184855b4"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Belleville Crime Blotter (updated 03.13.2013)", "revision_id": "f0d0db05-f4d7-4090-920f-bbb5bbbf9ec3"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 1, "id": "168d0e06-ad29-40ab-941c-d873567ae29e", "metadata_created": "2015-01-30T21:44:49.873987", "metadata_modified": "2016-08-20T05:35:48.521394", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "168d0e06-ad29-40ab-941c-d873567ae29e", "webstore_last_updated": null, "id": "04a35a84-0ec7-4332-92b3-4ccd2c42266a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:50.021761", "url": "https://data.illinois.gov/api/views/8ds9-k45j/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "a25be882-eaea-403b-b743-4c91f21a59a6", "resource_type": null}, {"cache_last_updated": null, "package_id": "168d0e06-ad29-40ab-941c-d873567ae29e", "webstore_last_updated": null, "id": "3659c3fa-cffb-4c81-ba48-f43ccca8a167", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:50.021782", "url": "https://data.illinois.gov/api/views/8ds9-k45j/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "7c86b873-5373-4487-99ed-fbfb0987c68b", "resource_type": null}, {"cache_last_updated": null, "package_id": "168d0e06-ad29-40ab-941c-d873567ae29e", "webstore_last_updated": null, "id": "851ecf99-cedd-4ada-b188-459ceabc435d", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:50.021790", "url": "https://data.illinois.gov/api/views/8ds9-k45j/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "7c86b873-5373-4487-99ed-fbfb0987c68b", "resource_type": null}, {"cache_last_updated": null, "package_id": "168d0e06-ad29-40ab-941c-d873567ae29e", "webstore_last_updated": null, "id": "fcf1820a-85a0-4619-a59b-ee26718fd160", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:50.021796", "url": "https://data.illinois.gov/api/views/8ds9-k45j/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "7c86b873-5373-4487-99ed-fbfb0987c68b", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "vendors", "id": "d2d8a762-d1d6-44ad-9cc6-1a156ff910db", "name": "vendors"}], "tracking_summary": {"total": 22, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "cms-business-enterprise-program-vendors-0b560", "isopen": false, "url": null, "notes": "Business Enterprise Program Vendors - please reference the BEP support document for acronym definitions", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8ds9-k45j"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8ds9-k45j"}, {"key": "harvest_object_id", "value": "0f3a6834-169a-4616-93c1-a056c8334aab"}, {"key": "source_hash", "value": "2ae2d989a2e476d652152ca15db3e0f1f90cc216"}, {"key": "harvest_object_id", "value": "0f3a6834-169a-4616-93c1-a056c8334aab"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "CMS Business Enterprise Program Vendors", "revision_id": "72fd92e4-f165-4155-88f6-bc3e93234730"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 9, "id": "99dc23c5-6ab2-4ec1-9d28-e29e916b12cb", "metadata_created": "2015-01-30T21:43:09.712482", "metadata_modified": "2016-08-16T04:59:44.916456", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "99dc23c5-6ab2-4ec1-9d28-e29e916b12cb", "webstore_last_updated": null, "id": "0b05d568-1b77-4d9a-b5f6-9ef87dc9597b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 10, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:10.324941", "url": "https://data.illinois.gov/api/views/jj3q-32um/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e4a5118c-60ab-4f13-a0dd-4424407dbb81", "resource_type": null}, {"cache_last_updated": null, "package_id": "99dc23c5-6ab2-4ec1-9d28-e29e916b12cb", "webstore_last_updated": null, "id": "4a53f9c7-61f4-4619-a9c7-40e13bf0ea6f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:10.324982", "url": "https://data.illinois.gov/api/views/jj3q-32um/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "e9c521a3-c21e-4e9e-a4d4-96bc2aec4e88", "resource_type": null}, {"cache_last_updated": null, "package_id": "99dc23c5-6ab2-4ec1-9d28-e29e916b12cb", "webstore_last_updated": null, "id": "47ea7817-238d-416e-8e79-6b214bd1e233", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:10.324992", "url": "https://data.illinois.gov/api/views/jj3q-32um/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "e9c521a3-c21e-4e9e-a4d4-96bc2aec4e88", "resource_type": null}, {"cache_last_updated": null, "package_id": "99dc23c5-6ab2-4ec1-9d28-e29e916b12cb", "webstore_last_updated": null, "id": "f04e7e25-e9cd-4139-88c8-363b7605efe6", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:10.324999", "url": "https://data.illinois.gov/api/views/jj3q-32um/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "e9c521a3-c21e-4e9e-a4d4-96bc2aec4e88", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chlamydia", "id": "597463bf-f1c6-4aea-b0a3-b9b304eb7c2e", "name": "chlamydia"}, {"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "early-syphilis", "id": "387e9c7b-bd32-4d1d-92b2-6e5d5f170db9", "name": "early-syphilis"}, {"vocabulary_id": null, "state": "active", "display_name": "gonorrhea", "id": "a273b812-ef53-4418-8d2f-a0689781da7e", "name": "gonorrhea"}, {"vocabulary_id": null, "state": "active", "display_name": "rank", "id": "d816cf5e-0f15-4fe2-a48d-49cea31f580f", "name": "rank"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}, {"vocabulary_id": null, "state": "active", "display_name": "syphilis", "id": "943c5bf9-68d0-4cb2-a863-05168f2a04d3", "name": "syphilis"}], "tracking_summary": {"total": 27, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-std-illinois-by-county-rank", "isopen": false, "url": null, "notes": "Illinois 2000-2015 STD counts and rates (per 100,000 population) ranked by county. See attachment for metadata and censoring details under the \"About\" link. Null values in dataset reflect censored data. Data Source: Illinois Department of Public Health STD Program.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-08-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/jj3q-32um"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/jj3q-32um"}, {"key": "harvest_object_id", "value": "07b8fa98-bead-40de-b801-5709f8487a45"}, {"key": "source_hash", "value": "9032a082b8f67d2f18f819c3736f83d562a98464"}, {"key": "harvest_object_id", "value": "07b8fa98-bead-40de-b801-5709f8487a45"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH STD Illinois By County Rank", "revision_id": "e9c521a3-c21e-4e9e-a4d4-96bc2aec4e88"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "879e2684-24e7-40ca-ac08-5b20a06344bf", "metadata_created": "2015-01-30T21:43:17.504339", "metadata_modified": "2016-06-11T01:52:24.479969", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "879e2684-24e7-40ca-ac08-5b20a06344bf", "webstore_last_updated": null, "id": "3ff7f01b-846b-4dec-9c98-70db7207b229", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:17.859749", "url": "https://data.illinois.gov/api/views/5mzi-s8qv/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "8d774d04-0559-4b11-9b61-ee795f26e6fb", "resource_type": null}, {"cache_last_updated": null, "package_id": "879e2684-24e7-40ca-ac08-5b20a06344bf", "webstore_last_updated": null, "id": "86c449b1-2206-4923-9598-5cd6dc7c44e6", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:17.859768", "url": "https://data.illinois.gov/api/views/5mzi-s8qv/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "d2901aae-8a58-43cc-b75d-0ec89533ec7c", "resource_type": null}, {"cache_last_updated": null, "package_id": "879e2684-24e7-40ca-ac08-5b20a06344bf", "webstore_last_updated": null, "id": "27e11b9c-c2ff-41e3-8213-b06f9a8b485c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:17.859776", "url": "https://data.illinois.gov/api/views/5mzi-s8qv/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "d2901aae-8a58-43cc-b75d-0ec89533ec7c", "resource_type": null}, {"cache_last_updated": null, "package_id": "879e2684-24e7-40ca-ac08-5b20a06344bf", "webstore_last_updated": null, "id": "13ea328c-e7f8-4809-820e-09e95a0f7fcd", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:17.859783", "url": "https://data.illinois.gov/api/views/5mzi-s8qv/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "d2901aae-8a58-43cc-b75d-0ec89533ec7c", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "225-ilcs-510", "id": "02203189-d16e-4b3b-8690-5cf9907991d9", "name": "225-ilcs-510"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "labor", "id": "46480ee2-b96b-46b1-9164-63a3e483fa55", "name": "labor"}, {"vocabulary_id": null, "state": "active", "display_name": "nurse", "id": "9f378dd7-9372-460a-993d-08a0974f1609", "name": "nurse"}], "tracking_summary": {"total": 17, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idol-licensed-nurse-agencies-e3fee", "isopen": false, "url": null, "notes": "Protects the public's right to high quality health care by licensing and mandating standards of operation for nurse agencies which refer, employ, or assign registered nurses, licensed practical nurses or certified nurse aides to Illinois health care facilities.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-11-30"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-03-04"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Labor"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5mzi-s8qv"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5mzi-s8qv"}, {"key": "harvest_object_id", "value": "19f5158d-693c-43f5-846c-5c13b291cc8c"}, {"key": "source_hash", "value": "d77c06c6763bb8aefa41438a59b94b152ab2c5ad"}, {"key": "harvest_object_id", "value": "19f5158d-693c-43f5-846c-5c13b291cc8c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOL Licensed Nurse Agencies", "revision_id": "a32e6b33-8936-4247-9984-3f6d9ee3bc1b"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "0932e8b1-dbeb-4c9c-b19f-010dbdd0f202", "metadata_created": "2015-01-30T21:43:10.557878", "metadata_modified": "2016-08-16T04:59:44.891550", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0932e8b1-dbeb-4c9c-b19f-010dbdd0f202", "webstore_last_updated": null, "id": "77bfd0cf-9562-4c53-905a-c89b58d17b80", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:10.998512", "url": "https://data.illinois.gov/api/views/dq2r-y9bw/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "09f30407-b57e-48fc-801c-6fe60b7d44b8", "resource_type": null}, {"cache_last_updated": null, "package_id": "0932e8b1-dbeb-4c9c-b19f-010dbdd0f202", "webstore_last_updated": null, "id": "d46694a6-2af0-4b71-b32d-8c1e86cf251e", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:10.998550", "url": "https://data.illinois.gov/api/views/dq2r-y9bw/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2ca0aed1-1c85-4b06-8ed2-f7cbdcd6dd9b", "resource_type": null}, {"cache_last_updated": null, "package_id": "0932e8b1-dbeb-4c9c-b19f-010dbdd0f202", "webstore_last_updated": null, "id": "8c4a2a1b-df58-4434-b742-ad441fee9447", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:10.998559", "url": "https://data.illinois.gov/api/views/dq2r-y9bw/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2ca0aed1-1c85-4b06-8ed2-f7cbdcd6dd9b", "resource_type": null}, {"cache_last_updated": null, "package_id": "0932e8b1-dbeb-4c9c-b19f-010dbdd0f202", "webstore_last_updated": null, "id": "e656a7e7-7448-48be-9184-85d147ff9125", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:10.998566", "url": "https://data.illinois.gov/api/views/dq2r-y9bw/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2ca0aed1-1c85-4b06-8ed2-f7cbdcd6dd9b", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "gonorrhea", "id": "a273b812-ef53-4418-8d2f-a0689781da7e", "name": "gonorrhea"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}], "tracking_summary": {"total": 13, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-2000-2013-std-illinois-by-county-gonorrhea", "isopen": false, "url": null, "notes": "Illinois gonorrhea case counts and rates (per 100,000 population) by county by year (1990 to 2015). See attachment for metadata and censoring details under the \"About\" link. Null values in dataset reflect censored data. Data Source: Illinois Department of Public Health STD Program.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-08-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/dq2r-y9bw"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/dq2r-y9bw"}, {"key": "harvest_object_id", "value": "52cc7c15-7ccd-4098-80ec-4be620b91501"}, {"key": "source_hash", "value": "478f33e542b6ceaefde41be56ba7b08210c337a4"}, {"key": "harvest_object_id", "value": "52cc7c15-7ccd-4098-80ec-4be620b91501"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH 1990-2015 STD Illinois By County Gonorrhea", "revision_id": "2ca0aed1-1c85-4b06-8ed2-f7cbdcd6dd9b"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "bee101b2-1c81-4149-a2b8-d05d8dd2ed31", "metadata_created": "2015-08-28T08:14:22.547666", "metadata_modified": "2016-01-22T13:49:37.497216", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "bee101b2-1c81-4149-a2b8-d05d8dd2ed31", "webstore_last_updated": null, "id": "27a0cec0-e3de-45ea-8508-ced377889e0b", "size": null, "state": "active", "hash": "", "description": "", "format": "TXT", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/plain", "cache_url": null, "name": "Text File", "created": "2015-08-28T04:14:22.994073", "url": "https://data.illinois.gov/download/bubb-hb5q/text/plain", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "cdc065d7-d320-4831-a6ae-8684930dc09b", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "fips", "id": "2fd2733a-7805-4b2d-b075-17b1e579ae77", "name": "fips"}, {"vocabulary_id": null, "state": "active", "display_name": "support", "id": "7af78374-7c72-4d56-a0d9-1483f2c231b1", "name": "support"}, {"vocabulary_id": null, "state": "active", "display_name": "zip-code", "id": "47a6f7be-7a59-458e-b9d0-99601a6cc6b3", "name": "zip-code"}], "tracking_summary": {"total": 11, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "cms-location-data-definition-file", "isopen": false, "url": null, "notes": "This file contains additional information for the CMS Location Data File.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-07-29"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2011-09-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/bubb-hb5q"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/bubb-hb5q"}, {"key": "harvest_object_id", "value": "cbc73986-abfc-47f1-bae4-a7fd669abed5"}, {"key": "source_hash", "value": "693b5f90a0d4249e92f8cd623bd790054ab4de31"}, {"key": "harvest_object_id", "value": "cbc73986-abfc-47f1-bae4-a7fd669abed5"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "CMS Location data definition file", "revision_id": "6a105c66-f97a-4a7e-bc77-fbc3bb8389a7"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "47623f3a-c86b-4366-a74d-f3f738d9fe5c", "metadata_created": "2015-01-30T21:43:03.274331", "metadata_modified": "2016-07-01T02:08:46.645844", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "47623f3a-c86b-4366-a74d-f3f738d9fe5c", "webstore_last_updated": null, "id": "72bc9f2d-b01e-4190-be9e-e2fad736f514", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 12, "recent": 4}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:04.487101", "url": "https://data.illinois.gov/api/views/u8e9-ci8g/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "47d79cb1-445c-438e-9983-bdcc16847bd3", "resource_type": null}, {"cache_last_updated": null, "package_id": "47623f3a-c86b-4366-a74d-f3f738d9fe5c", "webstore_last_updated": null, "id": "7cd3b710-5bb4-45f8-9add-93a0ffaf75e4", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:04.487133", "url": "https://data.illinois.gov/api/views/u8e9-ci8g/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ef5c6fbc-a203-4324-a740-1c827b4a3bb1", "resource_type": null}, {"cache_last_updated": null, "package_id": "47623f3a-c86b-4366-a74d-f3f738d9fe5c", "webstore_last_updated": null, "id": "c7b5878c-d42e-406a-bb66-a5c813d92a1b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:04.487149", "url": "https://data.illinois.gov/api/views/u8e9-ci8g/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ef5c6fbc-a203-4324-a740-1c827b4a3bb1", "resource_type": null}, {"cache_last_updated": null, "package_id": "47623f3a-c86b-4366-a74d-f3f738d9fe5c", "webstore_last_updated": null, "id": "f5fd3347-c416-4978-84dc-2db8ce2bb09e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:04.487165", "url": "https://data.illinois.gov/api/views/u8e9-ci8g/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ef5c6fbc-a203-4324-a740-1c827b4a3bb1", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "bid", "id": "568d57bf-5c47-472e-aa5e-cb94a1e8e0d2", "name": "bid"}, {"vocabulary_id": null, "state": "active", "display_name": "capital-development-board", "id": "61accfcc-bafc-418a-aa1e-09286a66e879", "name": "capital-development-board"}, {"vocabulary_id": null, "state": "active", "display_name": "cdb", "id": "b2126f90-f5f6-409c-8700-4550f6459697", "name": "cdb"}, {"vocabulary_id": null, "state": "active", "display_name": "firms", "id": "a92c53f4-c81a-4f40-a364-be5f8c16e1dd", "name": "firms"}, {"vocabulary_id": null, "state": "active", "display_name": "project", "id": "24471320-3e5c-42b5-a078-8e48e70e2ac4", "name": "project"}], "tracking_summary": {"total": 44, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "bid-data-on-projects-for-the-past-10-years-23396", "isopen": false, "url": null, "notes": "Lists all the firms that bid on projects from 2004 to present", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-06-30"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-06-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/u8e9-ci8g"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/u8e9-ci8g"}, {"key": "harvest_object_id", "value": "07228ae9-d158-45fa-8556-a00b527ba545"}, {"key": "source_hash", "value": "f8c2fb2200b83bb8fc2f71efbd9d8f2ff1cbe0da"}, {"key": "harvest_object_id", "value": "07228ae9-d158-45fa-8556-a00b527ba545"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Bid data on projects for the past 10 years", "revision_id": "6f91ffe9-16f3-4b1d-b524-99b584055552"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 3, "id": "5e2edfd5-15af-432a-ba51-fde6d3ef898b", "metadata_created": "2015-01-30T21:43:31.448744", "metadata_modified": "2016-06-11T01:52:32.780518", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5e2edfd5-15af-432a-ba51-fde6d3ef898b", "webstore_last_updated": null, "id": "0c0fbffd-f2db-48ac-a9a7-3fd15bcc4e26", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:31.699265", "url": "https://data.illinois.gov/api/views/ycxu-pahq/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "aaea637d-6bdc-49bf-bd52-f7a60cfd5c1d", "resource_type": null}, {"cache_last_updated": null, "package_id": "5e2edfd5-15af-432a-ba51-fde6d3ef898b", "webstore_last_updated": null, "id": "19c6fc6d-f141-4a90-b087-71c796f57d97", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:31.699286", "url": "https://data.illinois.gov/api/views/ycxu-pahq/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "3a89bb60-17b7-497b-8aa3-c6aa0b66fba1", "resource_type": null}, {"cache_last_updated": null, "package_id": "5e2edfd5-15af-432a-ba51-fde6d3ef898b", "webstore_last_updated": null, "id": "abdd62f2-bc59-46ab-b04a-63930b3c88d3", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:31.699299", "url": "https://data.illinois.gov/api/views/ycxu-pahq/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "3a89bb60-17b7-497b-8aa3-c6aa0b66fba1", "resource_type": null}, {"cache_last_updated": null, "package_id": "5e2edfd5-15af-432a-ba51-fde6d3ef898b", "webstore_last_updated": null, "id": "8fbf062a-5bd9-4d14-9561-fd155f917d37", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:31.699306", "url": "https://data.illinois.gov/api/views/ycxu-pahq/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "3a89bb60-17b7-497b-8aa3-c6aa0b66fba1", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "attendance", "id": "2cdcc89c-9ecc-4366-83fa-95aadd7467fa", "name": "attendance"}, {"vocabulary_id": null, "state": "active", "display_name": "historic-sites", "id": "4c060248-c522-43ab-bdc5-4d8a4ce59fb4", "name": "historic-sites"}, {"vocabulary_id": null, "state": "active", "display_name": "tourism", "id": "cc227be4-e983-42ad-8c1e-dbd0339ebe72", "name": "tourism"}], "tracking_summary": {"total": 25, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ihpa-il-state-historic-site-attendance-2013-a7a35", "isopen": false, "url": null, "notes": "2013 Attendance Figures for Illinois State Historic Sites", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-07-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Reference"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ycxu-pahq"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ycxu-pahq"}, {"key": "harvest_object_id", "value": "c086e516-c749-4042-9ad7-4a5994c380a5"}, {"key": "source_hash", "value": "95b08a6a8142c3112b8956499848a3628feda4d3"}, {"key": "harvest_object_id", "value": "c086e516-c749-4042-9ad7-4a5994c380a5"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IHPA - IL State Historic Site Attendance 2013", "revision_id": "44756ad2-e25b-4c62-a77b-e94878652f78"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 8, "id": "ea2ae34b-d48b-49c7-9386-1b3dd0a34d7f", "metadata_created": "2015-01-30T21:44:52.072828", "metadata_modified": "2016-08-20T05:35:49.607235", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "ea2ae34b-d48b-49c7-9386-1b3dd0a34d7f", "webstore_last_updated": null, "id": "9b018162-15c8-407b-b5f3-63de7dc69c50", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 16, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:52.406290", "url": "https://data.illinois.gov/api/views/ii2d-g8y2/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "54620df2-18ec-4ad1-9b5d-176ac2a6e20d", "resource_type": null}, {"cache_last_updated": null, "package_id": "ea2ae34b-d48b-49c7-9386-1b3dd0a34d7f", "webstore_last_updated": null, "id": "c9517ed8-9c4d-415a-9159-86a58856275c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:52.406312", "url": "https://data.illinois.gov/api/views/ii2d-g8y2/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "faa24f43-5a3b-4da5-94b2-2253891c988c", "resource_type": null}, {"cache_last_updated": null, "package_id": "ea2ae34b-d48b-49c7-9386-1b3dd0a34d7f", "webstore_last_updated": null, "id": "aa316a84-7fa9-4933-9cbc-7a84f4268700", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:52.406372", "url": "https://data.illinois.gov/api/views/ii2d-g8y2/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "faa24f43-5a3b-4da5-94b2-2253891c988c", "resource_type": null}, {"cache_last_updated": null, "package_id": "ea2ae34b-d48b-49c7-9386-1b3dd0a34d7f", "webstore_last_updated": null, "id": "e6e9f521-41c0-4f8c-b849-74f43a78fa58", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:52.406390", "url": "https://data.illinois.gov/api/views/ii2d-g8y2/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "faa24f43-5a3b-4da5-94b2-2253891c988c", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "2010", "id": "e72962fa-d5f6-4d55-bb45-82358f749fd3", "name": "2010"}, {"vocabulary_id": null, "state": "active", "display_name": "aadt", "id": "52d9ff08-326f-43df-b5b8-312acf1b87b7", "name": "aadt"}, {"vocabulary_id": null, "state": "active", "display_name": "adt", "id": "3fb0adf0-4208-4d60-a277-8a3c0796d869", "name": "adt"}, {"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "istha", "id": "e7218c59-2fbb-4123-acc3-f64775334055", "name": "istha"}, {"vocabulary_id": null, "state": "active", "display_name": "tollway", "id": "96e16045-9a28-4ca9-9af3-daf9a5889819", "name": "tollway"}, {"vocabulary_id": null, "state": "active", "display_name": "traffic", "id": "d330e2b6-717b-42cb-b283-70e5a0dad10e", "name": "traffic"}, {"vocabulary_id": null, "state": "active", "display_name": "volume", "id": "beaac013-115a-4015-93d9-0afadb6d0c72", "name": "volume"}], "tracking_summary": {"total": 45, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "istha-illinois-tollway-traffic-volumes-for-2010-97c19", "isopen": false, "url": null, "notes": "2010 Annual Average Daily Traffic (AADT) volumes as well as the AM and PM peak volumes for the Illinois Tollway. The beginning and ending milepost for each segment are provided as well as the coordinates for the center of each segment.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ii2d-g8y2"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ii2d-g8y2"}, {"key": "harvest_object_id", "value": "8ead7ef4-c779-4820-a878-c2ae78965f3e"}, {"key": "source_hash", "value": "91de58036e618f6d84f841408cec8238c05f8aed"}, {"key": "harvest_object_id", "value": "8ead7ef4-c779-4820-a878-c2ae78965f3e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISTHA Illinois Tollway Traffic Volumes for 2010", "revision_id": "3714e805-73cf-4ebc-acb0-8c9236176285"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "02941047-affe-4778-bf7f-597aaa005106", "metadata_created": "2015-01-30T21:45:24.508722", "metadata_modified": "2016-06-11T01:53:10.916010", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "02941047-affe-4778-bf7f-597aaa005106", "webstore_last_updated": null, "id": "e7bcb869-da0e-4679-9c07-2e9d1a391d69", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:24.760586", "url": "https://data.illinois.gov/api/views/tyu5-qagz/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "93a548cb-f354-4cd5-aec6-6d81d5c9d9bd", "resource_type": null}, {"cache_last_updated": null, "package_id": "02941047-affe-4778-bf7f-597aaa005106", "webstore_last_updated": null, "id": "2aa316aa-ebab-4162-b1a1-f01086bedca7", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:24.760608", "url": "https://data.illinois.gov/api/views/tyu5-qagz/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "570193c1-53f6-4deb-86a9-64d27844a7a0", "resource_type": null}, {"cache_last_updated": null, "package_id": "02941047-affe-4778-bf7f-597aaa005106", "webstore_last_updated": null, "id": "6f39e883-2dc8-4e20-b136-808f4623683c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:24.760615", "url": "https://data.illinois.gov/api/views/tyu5-qagz/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "570193c1-53f6-4deb-86a9-64d27844a7a0", "resource_type": null}, {"cache_last_updated": null, "package_id": "02941047-affe-4778-bf7f-597aaa005106", "webstore_last_updated": null, "id": "3ef2e5b6-bf8d-4e73-b29c-cd14743d6412", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 6, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:24.760622", "url": "https://data.illinois.gov/api/views/tyu5-qagz/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "570193c1-53f6-4deb-86a9-64d27844a7a0", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "radiation", "id": "de3a8b8c-1a9a-4c8e-8ebf-297e190a3f8f", "name": "radiation"}, {"vocabulary_id": null, "state": "active", "display_name": "radiation-technologists", "id": "71e96f3f-9ab5-448f-992a-3c2ee7a485e9", "name": "radiation-technologists"}, {"vocabulary_id": null, "state": "active", "display_name": "radtech", "id": "21f37663-81f8-4929-acdd-3452cc853742", "name": "radtech"}, {"vocabulary_id": null, "state": "active", "display_name": "tech", "id": "6250f05b-ffa7-4345-babe-5055bc698070", "name": "tech"}, {"vocabulary_id": null, "state": "active", "display_name": "technologists", "id": "1787b3b5-3534-42ee-bd96-b841b3fe26c3", "name": "technologists"}], "tracking_summary": {"total": 11, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "iema-licensed-medical-radiation-technologists-7c045", "isopen": false, "url": null, "notes": "A list of Individuals who are licensed Radiation Technologists in the state of Illinois.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-10-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/tyu5-qagz"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/tyu5-qagz"}, {"key": "harvest_object_id", "value": "0632c097-1355-47a8-bc61-a08027e386c8"}, {"key": "source_hash", "value": "0dea17b96a19c1d1e71547c508442c4bf81bccee"}, {"key": "harvest_object_id", "value": "0632c097-1355-47a8-bc61-a08027e386c8"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IEMA Licensed Medical Radiation Technologists", "revision_id": "9b5eb272-4950-44b4-a738-c1f12163fe6e"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "f552d85a-c08e-4c8c-b915-f24cea4442a3", "metadata_created": "2015-01-30T21:44:22.096428", "metadata_modified": "2016-06-11T01:52:48.319944", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f552d85a-c08e-4c8c-b915-f24cea4442a3", "webstore_last_updated": null, "id": "7b02b3ff-b127-4838-bcb0-153e53d802a8", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:22.351396", "url": "https://data.illinois.gov/api/views/evzh-8p3x/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "af08dd9c-a2a7-422b-8573-ce19ca7e0fe0", "resource_type": null}, {"cache_last_updated": null, "package_id": "f552d85a-c08e-4c8c-b915-f24cea4442a3", "webstore_last_updated": null, "id": "c36f52c8-882d-4415-a404-7fabb53dc735", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:22.351419", "url": "https://data.illinois.gov/api/views/evzh-8p3x/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "837f4651-44fa-4309-97d4-3924f8461b98", "resource_type": null}, {"cache_last_updated": null, "package_id": "f552d85a-c08e-4c8c-b915-f24cea4442a3", "webstore_last_updated": null, "id": "a65ca07c-8dfb-4456-9ff1-53222bdb0383", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:22.351426", "url": "https://data.illinois.gov/api/views/evzh-8p3x/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "837f4651-44fa-4309-97d4-3924f8461b98", "resource_type": null}, {"cache_last_updated": null, "package_id": "f552d85a-c08e-4c8c-b915-f24cea4442a3", "webstore_last_updated": null, "id": "f8bb061f-c037-4007-9a23-f25127c0a4d8", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:22.351433", "url": "https://data.illinois.gov/api/views/evzh-8p3x/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "837f4651-44fa-4309-97d4-3924f8461b98", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "economic-development", "id": "83dbb37f-8877-4095-9306-17e4aa63075d", "name": "economic-development"}, {"vocabulary_id": null, "state": "active", "display_name": "natural-resources", "id": "013a1c0b-a3da-425a-8c13-5d8e656d4228", "name": "natural-resources"}, {"vocabulary_id": null, "state": "active", "display_name": "parks", "id": "b03c975e-08fa-4428-bea4-2f7f229d1d7c", "name": "parks"}, {"vocabulary_id": null, "state": "active", "display_name": "planning", "id": "e2f63179-603f-4c7b-ac4b-ddb40b9f1eb7", "name": "planning"}], "tracking_summary": {"total": 11, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-public-park-properties-92458", "isopen": true, "url": null, "notes": "This dataset outlines public park properties. This data is an aggregation of SSMMA, municipal, and forest preserve data.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/evzh-8p3x"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/evzh-8p3x"}, {"key": "harvest_object_id", "value": "24806b54-3b29-4137-b790-759f0d219ba6"}, {"key": "source_hash", "value": "f12c32231b8266ff906a614eaa26e5ba39141357"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "24806b54-3b29-4137-b790-759f0d219ba6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Public Park Properties", "revision_id": "e2358c0f-cc92-4ad7-951f-f2882a8ab8cb"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "16f0aeb6-036f-4457-ab90-2fed354455a0", "metadata_created": "2015-01-30T21:44:29.466953", "metadata_modified": "2016-06-11T01:52:50.847489", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "16f0aeb6-036f-4457-ab90-2fed354455a0", "webstore_last_updated": null, "id": "63b41216-cc71-4c5f-a106-c1614e34430e", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:29.697837", "url": "https://data.illinois.gov/api/views/jjf8-mx47/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e2116c05-d95d-410c-9ba1-c9b9d4db64df", "resource_type": null}, {"cache_last_updated": null, "package_id": "16f0aeb6-036f-4457-ab90-2fed354455a0", "webstore_last_updated": null, "id": "61779429-9505-457d-9a23-ed68060c9479", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:29.697859", "url": "https://data.illinois.gov/api/views/jjf8-mx47/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "83955094-7c07-4a08-b6ae-617d0f02af2a", "resource_type": null}, {"cache_last_updated": null, "package_id": "16f0aeb6-036f-4457-ab90-2fed354455a0", "webstore_last_updated": null, "id": "84d3cf23-2060-4e91-8caf-940d37cdb7d6", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:29.697868", "url": "https://data.illinois.gov/api/views/jjf8-mx47/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "83955094-7c07-4a08-b6ae-617d0f02af2a", "resource_type": null}, {"cache_last_updated": null, "package_id": "16f0aeb6-036f-4457-ab90-2fed354455a0", "webstore_last_updated": null, "id": "83b6764e-3f4a-4313-8c74-9ac6a1ce1a29", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:29.697874", "url": "https://data.illinois.gov/api/views/jjf8-mx47/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "83955094-7c07-4a08-b6ae-617d0f02af2a", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "community-development", "id": "dc98c593-2d3d-42cb-8839-8cff90664a46", "name": "community-development"}, {"vocabulary_id": null, "state": "active", "display_name": "economic-development", "id": "83dbb37f-8877-4095-9306-17e4aa63075d", "name": "economic-development"}, {"vocabulary_id": null, "state": "active", "display_name": "government", "id": "d6adff55-c791-499a-b887-d06dfb8ceda7", "name": "government"}, {"vocabulary_id": null, "state": "active", "display_name": "housing", "id": "cc2a8aab-2dfe-453c-927b-2c7669dad222", "name": "housing"}], "tracking_summary": {"total": 17, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-property-tax-29d46", "isopen": true, "url": null, "notes": "This dataset provides a overview of property tax rates across Chicago Southland communities", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/jjf8-mx47"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/jjf8-mx47"}, {"key": "harvest_object_id", "value": "4b2b5951-171e-43e2-8f5c-efe7aa3e1eb5"}, {"key": "source_hash", "value": "2e0f97dfc85345cd7f56f35626b6800ac9111f92"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "4b2b5951-171e-43e2-8f5c-efe7aa3e1eb5"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Property Tax", "revision_id": "ca390303-1d1e-461a-9fc8-506c1a4cb0f1"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 8, "id": "44ac602c-198c-4170-8785-294c49cf5ff1", "metadata_created": "2015-01-30T21:43:28.722550", "metadata_modified": "2016-06-11T01:52:31.859715", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "44ac602c-198c-4170-8785-294c49cf5ff1", "webstore_last_updated": null, "id": "f161828a-a78b-41ef-a023-90dec4c2354b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:29.007234", "url": "https://data.illinois.gov/api/views/dbhr-k9az/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "36da2123-44fc-4ad4-8607-cd062a4c3f22", "resource_type": null}, {"cache_last_updated": null, "package_id": "44ac602c-198c-4170-8785-294c49cf5ff1", "webstore_last_updated": null, "id": "a63059ee-cb41-4351-b35e-13c2e305877b", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:29.007265", "url": "https://data.illinois.gov/api/views/dbhr-k9az/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ad2c17c1-3fc8-4f3d-93b2-4b5b368ad1d4", "resource_type": null}, {"cache_last_updated": null, "package_id": "44ac602c-198c-4170-8785-294c49cf5ff1", "webstore_last_updated": null, "id": "1379c9f6-4331-4c75-ae1a-b2effb7401ce", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:29.007284", "url": "https://data.illinois.gov/api/views/dbhr-k9az/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ad2c17c1-3fc8-4f3d-93b2-4b5b368ad1d4", "resource_type": null}, {"cache_last_updated": null, "package_id": "44ac602c-198c-4170-8785-294c49cf5ff1", "webstore_last_updated": null, "id": "f9a85dad-b399-498b-a81e-0e1fbb1b9360", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:29.007300", "url": "https://data.illinois.gov/api/views/dbhr-k9az/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ad2c17c1-3fc8-4f3d-93b2-4b5b368ad1d4", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "1995", "id": "fa2d9739-d536-45b5-b532-0de4d435efe2", "name": "1995"}, {"vocabulary_id": null, "state": "active", "display_name": "children", "id": "9d856880-c1b7-4b23-ac13-f511506a72fe", "name": "children"}, {"vocabulary_id": null, "state": "active", "display_name": "environmental-health", "id": "2f589a46-5cff-43ce-a8f6-df7501b91db7", "name": "environmental-health"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "lead", "id": "79fcb67d-1c54-48d3-a2ac-e87e55fb5c3f", "name": "lead"}, {"vocabulary_id": null, "state": "active", "display_name": "lead-poisoning", "id": "709d0842-2796-4bb9-b4bd-885bba33a0f4", "name": "lead-poisoning"}, {"vocabulary_id": null, "state": "active", "display_name": "poisoning", "id": "3efb5565-79be-4da7-b8a7-48ecbfcb3502", "name": "poisoning"}, {"vocabulary_id": null, "state": "active", "display_name": "surveillance", "id": "30008191-3f82-4230-ac6f-ff391e11b5f9", "name": "surveillance"}], "tracking_summary": {"total": 17, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "childhood-lead-poisoning-surveillance-report-by-county-1995-fdb15", "isopen": false, "url": null, "notes": "In 1993, state-mandated screening for childhood lead poisoning in children 6 years of age and younger began. Physicians and other health care providers have conducted 2.4 million lead tests and reported about 270,000 children with elevated lead levels. The numbers of elevated and normal test results are used to identify areas where effort is needed to combat lead poisoning.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-11"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/dbhr-k9az"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/dbhr-k9az"}, {"key": "harvest_object_id", "value": "da8b81b9-f0e8-4297-8904-f9ff296703c3"}, {"key": "source_hash", "value": "ddfd0be29edeff6b5a255541457de945d9212672"}, {"key": "harvest_object_id", "value": "da8b81b9-f0e8-4297-8904-f9ff296703c3"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Childhood Lead Poisoning Surveillance Report By County, 1995", "revision_id": "4fff68f7-e55b-432a-83dc-2c11a8ee519a"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "58caa745-e5c9-4243-a305-f7d59723809d", "metadata_created": "2015-01-30T21:43:23.227388", "metadata_modified": "2016-06-11T01:52:29.524341", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "58caa745-e5c9-4243-a305-f7d59723809d", "webstore_last_updated": null, "id": "7c29ae91-d959-4828-ae38-d9c38327f348", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 21, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:23.445506", "url": "https://data.illinois.gov/api/views/8pz4-zmpg/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "1fb5542c-e706-4db1-8b77-a2dd1107a0b8", "resource_type": null}, {"cache_last_updated": null, "package_id": "58caa745-e5c9-4243-a305-f7d59723809d", "webstore_last_updated": null, "id": "b7b9667b-dfff-4f0c-ac28-d6405cf0d413", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:23.445529", "url": "https://data.illinois.gov/api/views/8pz4-zmpg/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "4c2fa665-532d-49ba-8add-e4f8c2f96967", "resource_type": null}, {"cache_last_updated": null, "package_id": "58caa745-e5c9-4243-a305-f7d59723809d", "webstore_last_updated": null, "id": "8c092bbe-1eb7-48a2-97f1-c96ff5f644db", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:23.445536", "url": "https://data.illinois.gov/api/views/8pz4-zmpg/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "4c2fa665-532d-49ba-8add-e4f8c2f96967", "resource_type": null}, {"cache_last_updated": null, "package_id": "58caa745-e5c9-4243-a305-f7d59723809d", "webstore_last_updated": null, "id": "dae2454d-3b6e-4348-bce9-a45175e4a273", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:23.445543", "url": "https://data.illinois.gov/api/views/8pz4-zmpg/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "4c2fa665-532d-49ba-8add-e4f8c2f96967", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "communicable-disease", "id": "511587a7-407e-4746-ba80-513062086ec3", "name": "communicable-disease"}, {"vocabulary_id": null, "state": "active", "display_name": "disease", "id": "349da0a6-402d-464c-a59a-9438ed389825", "name": "disease"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "reportable", "id": "60dc253b-d9b7-453c-9192-c824049cc458", "name": "reportable"}], "tracking_summary": {"total": 88, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "reportable-communicable-disease-cases-2000-2009-66716", "isopen": false, "url": null, "notes": "Data provided by the Communicable Disease Section of the Office of Health Protection's Division of Infectious Diseases.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-11"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8pz4-zmpg"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8pz4-zmpg"}, {"key": "harvest_object_id", "value": "b8c49650-1b50-4223-87ef-e1e890337648"}, {"key": "source_hash", "value": "0f3c4e79221ac3779d36d16a91c3e53b4fd43e8b"}, {"key": "harvest_object_id", "value": "b8c49650-1b50-4223-87ef-e1e890337648"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Reportable Communicable Disease Cases, 2000 - 2009", "revision_id": "2d6aca3c-f43c-4e6a-8400-d2ab1f210e21"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "5328c0ed-4ea9-4728-87b0-f159aff75959", "metadata_created": "2015-09-09T08:21:02.932480", "metadata_modified": "2016-06-11T01:52:20.323670", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5328c0ed-4ea9-4728-87b0-f159aff75959", "webstore_last_updated": null, "id": "8a70c2d1-bc41-4a93-83b6-6e96fe70e16e", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-09-09T04:21:03.978022", "url": "https://data.illinois.gov/api/views/baev-3ncn/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "221da7b0-ee46-4a67-8cda-4fe2730bac38", "resource_type": null}, {"cache_last_updated": null, "package_id": "5328c0ed-4ea9-4728-87b0-f159aff75959", "webstore_last_updated": null, "id": "f0d6af0e-1605-47ba-b7b6-2a46e529b0f0", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-09-09T04:21:03.978045", "url": "https://data.illinois.gov/api/views/baev-3ncn/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "23279494-e62a-48de-a5fb-df1b98b05a5f", "resource_type": null}, {"cache_last_updated": null, "package_id": "5328c0ed-4ea9-4728-87b0-f159aff75959", "webstore_last_updated": null, "id": "bff298ba-72c4-4db6-8895-d52fb590a8e0", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-09-09T04:21:03.978053", "url": "https://data.illinois.gov/api/views/baev-3ncn/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "23279494-e62a-48de-a5fb-df1b98b05a5f", "resource_type": null}, {"cache_last_updated": null, "package_id": "5328c0ed-4ea9-4728-87b0-f159aff75959", "webstore_last_updated": null, "id": "f737d0f2-dc24-4c72-99a9-770f06f74944", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-09-09T04:21:03.978060", "url": "https://data.illinois.gov/api/views/baev-3ncn/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "23279494-e62a-48de-a5fb-df1b98b05a5f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "clinic", "id": "c5b5388d-6e63-4a08-96c5-a6e1a4b968b0", "name": "clinic"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}, {"vocabulary_id": null, "state": "active", "display_name": "std-clinic", "id": "4d2b4c93-525b-4844-9baa-61ad90bb1502", "name": "std-clinic"}], "tracking_summary": {"total": 32, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-illinois-std-clinics", "isopen": false, "url": null, "notes": "STD (sexually transmitted disease) clinics in Illinois that utilize the Illinois Department of Public Health (IDPH) laboratories for testing.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-05-10"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-05-10"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/baev-3ncn"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/baev-3ncn"}, {"key": "harvest_object_id", "value": "ed7295f4-97ef-46ae-9932-8da7dd9b96ca"}, {"key": "source_hash", "value": "7e2ffdcd5cb946cdb2a0b506ec841d828749d213"}, {"key": "harvest_object_id", "value": "ed7295f4-97ef-46ae-9932-8da7dd9b96ca"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Illinois STD Clinics", "revision_id": "9ca12f7f-d424-49da-9280-329fa2d34abd"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "f30876c7-0e07-411f-b56f-45db4d5baf86", "metadata_created": "2015-01-30T21:43:17.710893", "metadata_modified": "2016-08-20T05:35:32.876888", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f30876c7-0e07-411f-b56f-45db4d5baf86", "webstore_last_updated": null, "id": "eade2316-61e5-4e98-a83a-5a1296ffc70d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 68, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:18.064989", "url": "https://data.illinois.gov/api/views/rx64-7qfr/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "848ca03d-d469-41a6-8f28-7643c5ad493a", "resource_type": null}, {"cache_last_updated": null, "package_id": "f30876c7-0e07-411f-b56f-45db4d5baf86", "webstore_last_updated": null, "id": "2b25d12d-e6d2-4c11-8309-759a9bbba135", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:18.065011", "url": "https://data.illinois.gov/api/views/rx64-7qfr/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "6118317a-d889-458a-9417-b30b724966b7", "resource_type": null}, {"cache_last_updated": null, "package_id": "f30876c7-0e07-411f-b56f-45db4d5baf86", "webstore_last_updated": null, "id": "1aaeb9d8-c791-4ded-9efd-7ce639ecf0c9", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 19, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:18.065019", "url": "https://data.illinois.gov/api/views/rx64-7qfr/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "6118317a-d889-458a-9417-b30b724966b7", "resource_type": null}, {"cache_last_updated": null, "package_id": "f30876c7-0e07-411f-b56f-45db4d5baf86", "webstore_last_updated": null, "id": "da64bcc2-1e6b-4dc9-bfed-f5a4d09a704d", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 9, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:18.065026", "url": "https://data.illinois.gov/api/views/rx64-7qfr/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "6118317a-d889-458a-9417-b30b724966b7", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "baby", "id": "b5001a78-ef3f-4f4d-93e3-74a906dc3d43", "name": "baby"}, {"vocabulary_id": null, "state": "active", "display_name": "girl", "id": "35441eeb-68c5-4693-ada8-b16b8f4a43a1", "name": "girl"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "names", "id": "56f3d128-d787-4735-a5cb-cdbdd3ccf6de", "name": "names"}, {"vocabulary_id": null, "state": "active", "display_name": "popular", "id": "8b69a004-7278-49e3-9f46-19912e04e8c2", "name": "popular"}], "tracking_summary": {"total": 221, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "most-popular-baby-girl-names-1980-2013-3f00a", "isopen": false, "url": null, "notes": "Note: 2010-2013 should be considered provisional data.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-19"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/rx64-7qfr"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/rx64-7qfr"}, {"key": "harvest_object_id", "value": "bf074b53-c7b8-4319-b648-a690e4459d63"}, {"key": "source_hash", "value": "7ef8e691165a5a3f1e1a135fa68b9cf410d5a50e"}, {"key": "harvest_object_id", "value": "bf074b53-c7b8-4319-b648-a690e4459d63"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Most Popular Baby Girl Names, 1980-2013", "revision_id": "f2a00cc2-17aa-47ff-8d82-220e16454a6c"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 2, "id": "42fef344-cf43-4c54-b9f6-0c8ca52ecdeb", "metadata_created": "2015-01-30T21:45:35.843734", "metadata_modified": "2016-08-20T05:36:01.690728", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "42fef344-cf43-4c54-b9f6-0c8ca52ecdeb", "webstore_last_updated": null, "id": "c18928d3-2cde-481f-a7ee-e9b008df67d8", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 17, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:36.008840", "url": "https://data.illinois.gov/api/views/r9kx-zjnk/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "33dc62e3-2d95-4246-85d8-6dd74f4b85fb", "resource_type": null}, {"cache_last_updated": null, "package_id": "42fef344-cf43-4c54-b9f6-0c8ca52ecdeb", "webstore_last_updated": null, "id": "86fbae3e-3cd9-4fd4-8fc3-fa5ca12c2135", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:36.008859", "url": "https://data.illinois.gov/api/views/r9kx-zjnk/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b98d3434-2523-4e0f-b9d7-0a3de46d7e96", "resource_type": null}, {"cache_last_updated": null, "package_id": "42fef344-cf43-4c54-b9f6-0c8ca52ecdeb", "webstore_last_updated": null, "id": "116dbd3f-9876-4e1e-9f1f-cb4df742fbb7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:36.008867", "url": "https://data.illinois.gov/api/views/r9kx-zjnk/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b98d3434-2523-4e0f-b9d7-0a3de46d7e96", "resource_type": null}, {"cache_last_updated": null, "package_id": "42fef344-cf43-4c54-b9f6-0c8ca52ecdeb", "webstore_last_updated": null, "id": "8578700c-ecb1-4960-9a66-83f1d571c44b", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:36.008873", "url": "https://data.illinois.gov/api/views/r9kx-zjnk/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b98d3434-2523-4e0f-b9d7-0a3de46d7e96", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "lottery", "id": "7dabc1ca-9978-478b-bb8e-ca2afad7f68c", "name": "lottery"}, {"vocabulary_id": null, "state": "active", "display_name": "revenue", "id": "ac137821-331f-432b-b2c5-9aa2509719ae", "name": "revenue"}], "tracking_summary": {"total": 60, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idor-fy-2011-lottery-sales-by-zip-code-a8768", "isopen": false, "url": null, "notes": "Sales report SLS989-01 reflects all Lottery sales for fiscal year 2011 (current). The games are Instant, Pic 3, Pic 4, Subscription, Mega, Lotto, Little Lotto, Powerball, Pick-n-Play and Raffle.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-06-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/r9kx-zjnk"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/r9kx-zjnk"}, {"key": "harvest_object_id", "value": "b31f419b-7cd9-4e55-a062-1490f6c77090"}, {"key": "source_hash", "value": "3dd99acceb199c166a22267b4c189e2842e398d8"}, {"key": "harvest_object_id", "value": "b31f419b-7cd9-4e55-a062-1490f6c77090"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOR FY 2011 Lottery Sales by Zip Code", "revision_id": "0d1377e1-a1da-4210-b65e-297382ccfaad"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "55444db7-cfd6-4bf0-9b90-86508cc1972e", "metadata_created": "2015-01-30T21:43:17.710153", "metadata_modified": "2016-08-03T03:58:39.150216", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "55444db7-cfd6-4bf0-9b90-86508cc1972e", "webstore_last_updated": null, "id": "828d127c-220d-45fb-8f2e-1780d8728d85", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:17.973601", "url": "https://data.illinois.gov/api/views/sqn7-6vr2/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "574ffad3-2350-4f43-882a-21421351e82c", "resource_type": null}, {"cache_last_updated": null, "package_id": "55444db7-cfd6-4bf0-9b90-86508cc1972e", "webstore_last_updated": null, "id": "644db0aa-e3ff-413a-940d-2731ec7a7a91", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:17.973622", "url": "https://data.illinois.gov/api/views/sqn7-6vr2/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "08aa3a2e-544e-4d82-80fc-7aaff18c17bd", "resource_type": null}, {"cache_last_updated": null, "package_id": "55444db7-cfd6-4bf0-9b90-86508cc1972e", "webstore_last_updated": null, "id": "9f67d07a-33f3-4a08-ba23-243d6acb4240", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:17.973630", "url": "https://data.illinois.gov/api/views/sqn7-6vr2/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "08aa3a2e-544e-4d82-80fc-7aaff18c17bd", "resource_type": null}, {"cache_last_updated": null, "package_id": "55444db7-cfd6-4bf0-9b90-86508cc1972e", "webstore_last_updated": null, "id": "36225f91-61fe-4ea9-a0d1-b3d4522ab8af", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:17.973636", "url": "https://data.illinois.gov/api/views/sqn7-6vr2/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "08aa3a2e-544e-4d82-80fc-7aaff18c17bd", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "camp", "id": "06312d73-0466-4b94-b236-ff8b945e6153", "name": "camp"}, {"vocabulary_id": null, "state": "active", "display_name": "labor", "id": "46480ee2-b96b-46b1-9164-63a3e483fa55", "name": "labor"}, {"vocabulary_id": null, "state": "active", "display_name": "migrant", "id": "776eeac8-948f-4745-b441-ac55e6b0c1ce", "name": "migrant"}], "tracking_summary": {"total": 25, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-migrant-labor-camps-3c0c8", "isopen": false, "url": null, "notes": "Updated August 2016", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-08-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-02"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/sqn7-6vr2"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/sqn7-6vr2"}, {"key": "harvest_object_id", "value": "613abb25-3c8f-45c9-9b08-fb8d740132a9"}, {"key": "source_hash", "value": "750ce632a7971f12064f4a7c93b1d86277ef1173"}, {"key": "harvest_object_id", "value": "613abb25-3c8f-45c9-9b08-fb8d740132a9"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Migrant Labor Camps", "revision_id": "1a651a32-37ef-418b-a7c5-2032a167b6b2"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "3eaff99e-44c7-4fff-9e62-f96fb53dac02", "metadata_created": "2015-01-30T21:45:27.400962", "metadata_modified": "2016-06-11T01:53:11.741817", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "3eaff99e-44c7-4fff-9e62-f96fb53dac02", "webstore_last_updated": null, "id": "0620dd80-76f4-4e90-bf5c-62d78a8a577a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 11, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:27.617085", "url": "https://data.illinois.gov/api/views/6pug-rk3y/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "25a62b29-ce17-4e81-be3a-5c5f0d25c814", "resource_type": null}, {"cache_last_updated": null, "package_id": "3eaff99e-44c7-4fff-9e62-f96fb53dac02", "webstore_last_updated": null, "id": "e7e97606-ceec-471d-94fb-d83ab8af22f0", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:27.617105", "url": "https://data.illinois.gov/api/views/6pug-rk3y/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "23f7dc14-16e3-4433-8c6e-3e5d257a1d0f", "resource_type": null}, {"cache_last_updated": null, "package_id": "3eaff99e-44c7-4fff-9e62-f96fb53dac02", "webstore_last_updated": null, "id": "03b4c932-14d0-4916-b3b9-5342ee6981b1", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:27.617113", "url": "https://data.illinois.gov/api/views/6pug-rk3y/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "23f7dc14-16e3-4433-8c6e-3e5d257a1d0f", "resource_type": null}, {"cache_last_updated": null, "package_id": "3eaff99e-44c7-4fff-9e62-f96fb53dac02", "webstore_last_updated": null, "id": "0f8dd2d4-9047-44d9-b41e-e5de553471fd", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:27.617119", "url": "https://data.illinois.gov/api/views/6pug-rk3y/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "23f7dc14-16e3-4433-8c6e-3e5d257a1d0f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "fips", "id": "2fd2733a-7805-4b2d-b075-17b1e579ae77", "name": "fips"}, {"vocabulary_id": null, "state": "active", "display_name": "support", "id": "7af78374-7c72-4d56-a0d9-1483f2c231b1", "name": "support"}, {"vocabulary_id": null, "state": "active", "display_name": "zip-code", "id": "47a6f7be-7a59-458e-b9d0-99601a6cc6b3", "name": "zip-code"}], "tracking_summary": {"total": 53, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "cms-location-data-file-48051", "isopen": false, "url": null, "notes": "This file contains information to allow developers to correlate data from other extracts and determine location information. This file does not contain GIS coordinates. Please contact [email protected] for questions or to report problems with this dataset. Please see the data definition file located in the Files and Documents section for additional details.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-07-29"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2011-09-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/6pug-rk3y"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/6pug-rk3y"}, {"key": "harvest_object_id", "value": "dd8e84e4-b105-4327-a09c-5e6a37cfe992"}, {"key": "source_hash", "value": "881870e96d54a512b2c007773861d8d3cdb0a113"}, {"key": "harvest_object_id", "value": "dd8e84e4-b105-4327-a09c-5e6a37cfe992"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "CMS Location Data File", "revision_id": "8726b248-e874-4d46-be71-af27ed041fc3"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 7, "id": "2ac031e0-b35b-4fa4-81e7-c4c4ca9b61d8", "metadata_created": "2015-01-30T21:43:29.864915", "metadata_modified": "2016-06-11T01:52:32.128216", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "2ac031e0-b35b-4fa4-81e7-c4c4ca9b61d8", "webstore_last_updated": null, "id": "e237b941-400a-4c6e-ad93-7fa2d518fcbb", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:30.393481", "url": "https://data.illinois.gov/api/views/uv4i-3vjj/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "51ce4f19-a8b9-40c8-b61d-c9e1f52ee1a3", "resource_type": null}, {"cache_last_updated": null, "package_id": "2ac031e0-b35b-4fa4-81e7-c4c4ca9b61d8", "webstore_last_updated": null, "id": "a109d670-d55e-49eb-94f7-4b2a3749edfa", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:30.393501", "url": "https://data.illinois.gov/api/views/uv4i-3vjj/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "4d249d4c-f88b-458c-a0be-55b4c8f56447", "resource_type": null}, {"cache_last_updated": null, "package_id": "2ac031e0-b35b-4fa4-81e7-c4c4ca9b61d8", "webstore_last_updated": null, "id": "4e391fd3-3df3-439f-8568-909517d65dfe", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:30.393508", "url": "https://data.illinois.gov/api/views/uv4i-3vjj/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "4d249d4c-f88b-458c-a0be-55b4c8f56447", "resource_type": null}, {"cache_last_updated": null, "package_id": "2ac031e0-b35b-4fa4-81e7-c4c4ca9b61d8", "webstore_last_updated": null, "id": "a8ee703e-70f5-4a76-a374-62e3d3226ab2", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:30.393515", "url": "https://data.illinois.gov/api/views/uv4i-3vjj/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "4d249d4c-f88b-458c-a0be-55b4c8f56447", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "1993", "id": "7da7fef0-e308-4433-a45e-70d3e7a08fae", "name": "1993"}, {"vocabulary_id": null, "state": "active", "display_name": "children", "id": "9d856880-c1b7-4b23-ac13-f511506a72fe", "name": "children"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "lead", "id": "79fcb67d-1c54-48d3-a2ac-e87e55fb5c3f", "name": "lead"}, {"vocabulary_id": null, "state": "active", "display_name": "lead-poisoning", "id": "709d0842-2796-4bb9-b4bd-885bba33a0f4", "name": "lead-poisoning"}, {"vocabulary_id": null, "state": "active", "display_name": "poisoning", "id": "3efb5565-79be-4da7-b8a7-48ecbfcb3502", "name": "poisoning"}, {"vocabulary_id": null, "state": "active", "display_name": "surveillance", "id": "30008191-3f82-4230-ac6f-ff391e11b5f9", "name": "surveillance"}], "tracking_summary": {"total": 19, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "childhood-lead-poisoning-surveillance-report-by-county-1993-548e4", "isopen": false, "url": null, "notes": "In 1993, state-mandated screening for childhood lead poisoning in children 6 years of age and younger began. Physicians and other health care providers have conducted 2.4 million lead tests and reported about 270,000 children with elevated lead levels. The numbers of elevated and normal test results are used to identify areas where effort is needed to combat lead poisoning.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-08"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/uv4i-3vjj"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/uv4i-3vjj"}, {"key": "harvest_object_id", "value": "36a4c9ea-890b-4dae-817c-ae716ddad624"}, {"key": "source_hash", "value": "c4caedbb2f2320b9906d8a44aee0224056264a5f"}, {"key": "harvest_object_id", "value": "36a4c9ea-890b-4dae-817c-ae716ddad624"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Childhood Lead Poisoning Surveillance Report By County, 1993", "revision_id": "9e587fd9-d16d-4ca6-b358-f2aea285ab1b"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 3, "id": "4727e4b9-c37e-40ae-a307-af41aec5e045", "metadata_created": "2015-01-30T21:43:37.419989", "metadata_modified": "2016-06-11T01:52:34.395176", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "4727e4b9-c37e-40ae-a307-af41aec5e045", "webstore_last_updated": null, "id": "ea26c233-b188-45c3-9d94-b3d0de0f1294", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:37.641744", "url": "https://data.illinois.gov/api/views/dfxi-9jmz/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "95f1c046-6314-4f62-9e1b-3a38a24644ab", "resource_type": null}, {"cache_last_updated": null, "package_id": "4727e4b9-c37e-40ae-a307-af41aec5e045", "webstore_last_updated": null, "id": "c183e77f-26b6-4727-b078-cb43cd78ba05", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:37.641765", "url": "https://data.illinois.gov/api/views/dfxi-9jmz/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "e432cde8-852d-428f-8796-6f333cea16ef", "resource_type": null}, {"cache_last_updated": null, "package_id": "4727e4b9-c37e-40ae-a307-af41aec5e045", "webstore_last_updated": null, "id": "bd18f128-9354-4d47-812e-bc9fc3501180", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:37.641773", "url": "https://data.illinois.gov/api/views/dfxi-9jmz/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "e432cde8-852d-428f-8796-6f333cea16ef", "resource_type": null}, {"cache_last_updated": null, "package_id": "4727e4b9-c37e-40ae-a307-af41aec5e045", "webstore_last_updated": null, "id": "f1d0bf97-c22b-4171-8001-e788d6081403", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:37.641780", "url": "https://data.illinois.gov/api/views/dfxi-9jmz/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "e432cde8-852d-428f-8796-6f333cea16ef", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "hfs", "id": "48fc15de-77a7-48b6-b685-ea3ede854834", "name": "hfs"}, {"vocabulary_id": null, "state": "active", "display_name": "medicaid", "id": "6e127a56-4ac1-4d20-8282-8b5fe5ca201f", "name": "medicaid"}], "tracking_summary": {"total": 12, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2013-program-enrollment-data-1e16a", "isopen": false, "url": null, "notes": "2013 Program Enrollment Data", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-04-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health-Medicaid"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/dfxi-9jmz"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/dfxi-9jmz"}, {"key": "harvest_object_id", "value": "92e74697-be4a-4817-9660-ef08f10a8b34"}, {"key": "source_hash", "value": "83129b5bf12a84a61049f495db32d292aeb8c95a"}, {"key": "harvest_object_id", "value": "92e74697-be4a-4817-9660-ef08f10a8b34"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2013 Program Enrollment Data", "revision_id": "2e721255-6421-4156-b78d-1624fe3316a1"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "15ab5642-bb02-4415-b53d-fef9739c0f2c", "metadata_created": "2015-01-30T21:43:42.475997", "metadata_modified": "2016-06-11T01:52:35.307312", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "15ab5642-bb02-4415-b53d-fef9739c0f2c", "webstore_last_updated": null, "id": "d61475f0-276c-48a1-be0e-486e41e463db", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:42.682834", "url": "https://data.illinois.gov/api/views/au3k-b3pd/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "3b50368c-44d1-49f7-aaac-8f3df3abdf3a", "resource_type": null}, {"cache_last_updated": null, "package_id": "15ab5642-bb02-4415-b53d-fef9739c0f2c", "webstore_last_updated": null, "id": "607d475f-bc4a-445f-ae64-fc74b09e2080", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:42.682871", "url": "https://data.illinois.gov/api/views/au3k-b3pd/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "7d5ff0d9-3556-429f-a315-32cda0c04bd6", "resource_type": null}, {"cache_last_updated": null, "package_id": "15ab5642-bb02-4415-b53d-fef9739c0f2c", "webstore_last_updated": null, "id": "f8eca75b-d88f-44da-ae98-920d2cde8579", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:42.682881", "url": "https://data.illinois.gov/api/views/au3k-b3pd/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "7d5ff0d9-3556-429f-a315-32cda0c04bd6", "resource_type": null}, {"cache_last_updated": null, "package_id": "15ab5642-bb02-4415-b53d-fef9739c0f2c", "webstore_last_updated": null, "id": "5d6043bd-4e8f-4fa6-b92d-91dd9b576a96", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:42.682888", "url": "https://data.illinois.gov/api/views/au3k-b3pd/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "7d5ff0d9-3556-429f-a315-32cda0c04bd6", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "430-ilcs-85", "id": "bc3631b4-480d-4d26-8758-31792db0c2d8", "name": "430-ilcs-85"}, {"vocabulary_id": null, "state": "active", "display_name": "amusement-ride", "id": "3a668d4b-21b7-4297-a01a-747e121f65a2", "name": "amusement-ride"}, {"vocabulary_id": null, "state": "active", "display_name": "labor", "id": "46480ee2-b96b-46b1-9164-63a3e483fa55", "name": "labor"}, {"vocabulary_id": null, "state": "active", "display_name": "permit", "id": "e93b9f95-f6dd-4454-9a4d-8f0070364b20", "name": "permit"}], "tracking_summary": {"total": 11, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idol-2013-amusement-ride-inspections-2cbc6", "isopen": false, "url": null, "notes": "The following is a list of amusement rides and attractions inspected in 2013.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-04-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-03-04"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Labor"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/au3k-b3pd"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/au3k-b3pd"}, {"key": "harvest_object_id", "value": "3897e63a-3846-4a42-be23-cf852c4596c7"}, {"key": "source_hash", "value": "f2a205b517c2bc1fe917bbae7ca114d349b27472"}, {"key": "harvest_object_id", "value": "3897e63a-3846-4a42-be23-cf852c4596c7"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOL 2013 Amusement Ride Inspections", "revision_id": "f1185b7f-a7ff-4d93-8212-551e98727867"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "6d85cfb1-140d-498f-9215-de8d2dea2fa9", "metadata_created": "2015-01-30T21:43:43.564281", "metadata_modified": "2016-06-11T01:52:26.263176", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6d85cfb1-140d-498f-9215-de8d2dea2fa9", "webstore_last_updated": null, "id": "0c48adda-ff1c-403b-b6b5-fa1adcd58f7b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 15, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:43.857048", "url": "https://data.illinois.gov/api/views/y63e-f8gg/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5becb6c7-f6e4-416e-a2f8-bfab9feb4253", "resource_type": null}, {"cache_last_updated": null, "package_id": "6d85cfb1-140d-498f-9215-de8d2dea2fa9", "webstore_last_updated": null, "id": "81a33882-f13e-4e17-831e-387302693642", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:43.857068", "url": "https://data.illinois.gov/api/views/y63e-f8gg/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b9df49c9-60d6-458b-b7f9-e33d52db17e8", "resource_type": null}, {"cache_last_updated": null, "package_id": "6d85cfb1-140d-498f-9215-de8d2dea2fa9", "webstore_last_updated": null, "id": "f049e594-4f25-448f-8013-b7853f6b57f9", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:43.857075", "url": "https://data.illinois.gov/api/views/y63e-f8gg/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b9df49c9-60d6-458b-b7f9-e33d52db17e8", "resource_type": null}, {"cache_last_updated": null, "package_id": "6d85cfb1-140d-498f-9215-de8d2dea2fa9", "webstore_last_updated": null, "id": "7819db14-37f1-41a1-80db-958b09a716f0", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:43.857082", "url": "https://data.illinois.gov/api/views/y63e-f8gg/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b9df49c9-60d6-458b-b7f9-e33d52db17e8", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "820-ilcs-105", "id": "248ac630-bb85-4444-b936-4286265540f5", "name": "820-ilcs-105"}, {"vocabulary_id": null, "state": "active", "display_name": "fair-labor-standards", "id": "d8f40957-e223-41cd-975a-9298557f7209", "name": "fair-labor-standards"}, {"vocabulary_id": null, "state": "active", "display_name": "labor", "id": "46480ee2-b96b-46b1-9164-63a3e483fa55", "name": "labor"}, {"vocabulary_id": null, "state": "active", "display_name": "minimum-wage", "id": "2cd1f73c-9b65-428f-89b9-a7664825d106", "name": "minimum-wage"}], "tracking_summary": {"total": 71, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idol-illinois-minimum-wage-3c2b7", "isopen": false, "url": null, "notes": "Guarantees a minimum wage per hour for workers 18 years of age and older.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-06-08"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-03-04"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Labor"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/y63e-f8gg"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/y63e-f8gg"}, {"key": "harvest_object_id", "value": "bfd62a03-ed5b-4715-a779-c5392233e2e7"}, {"key": "source_hash", "value": "0b69db5dc1da1429c5eeed8dd4eee9c6e71f273f"}, {"key": "harvest_object_id", "value": "bfd62a03-ed5b-4715-a779-c5392233e2e7"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOL Illinois Minimum Wage", "revision_id": "0dad7337-c76f-4fe0-bdfd-cd1be5dbe0fb"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 8, "id": "6e3b4730-8aaa-40b1-b6e2-a8d23c44e16b", "metadata_created": "2015-01-30T21:43:25.666764", "metadata_modified": "2016-08-20T05:35:34.198646", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6e3b4730-8aaa-40b1-b6e2-a8d23c44e16b", "webstore_last_updated": null, "id": "a23b225a-f5b1-459e-b352-200562941303", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:26.045955", "url": "https://data.illinois.gov/api/views/qqhr-nmt6/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "919d8f5f-fb85-4d3d-b638-f32c362e3b77", "resource_type": null}, {"cache_last_updated": null, "package_id": "6e3b4730-8aaa-40b1-b6e2-a8d23c44e16b", "webstore_last_updated": null, "id": "f0a43b1c-9ba0-4b77-8f1b-dc831984343f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:26.045979", "url": "https://data.illinois.gov/api/views/qqhr-nmt6/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "fcb38fb6-0ba2-45df-8e3b-42173e1964ef", "resource_type": null}, {"cache_last_updated": null, "package_id": "6e3b4730-8aaa-40b1-b6e2-a8d23c44e16b", "webstore_last_updated": null, "id": "c382c81b-804b-418e-bdb4-375d8f88e4e7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:26.045987", "url": "https://data.illinois.gov/api/views/qqhr-nmt6/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "fcb38fb6-0ba2-45df-8e3b-42173e1964ef", "resource_type": null}, {"cache_last_updated": null, "package_id": "6e3b4730-8aaa-40b1-b6e2-a8d23c44e16b", "webstore_last_updated": null, "id": "df095257-5fcb-4833-aa14-f769da1280df", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:26.045993", "url": "https://data.illinois.gov/api/views/qqhr-nmt6/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "fcb38fb6-0ba2-45df-8e3b-42173e1964ef", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "2006", "id": "ce6073c4-3420-4285-b8f7-f5bcc6d916a0", "name": "2006"}, {"vocabulary_id": null, "state": "active", "display_name": "children", "id": "9d856880-c1b7-4b23-ac13-f511506a72fe", "name": "children"}, {"vocabulary_id": null, "state": "active", "display_name": "environmental-health", "id": "2f589a46-5cff-43ce-a8f6-df7501b91db7", "name": "environmental-health"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "lead", "id": "79fcb67d-1c54-48d3-a2ac-e87e55fb5c3f", "name": "lead"}, {"vocabulary_id": null, "state": "active", "display_name": "lead-poisoning", "id": "709d0842-2796-4bb9-b4bd-885bba33a0f4", "name": "lead-poisoning"}, {"vocabulary_id": null, "state": "active", "display_name": "poisoning", "id": "3efb5565-79be-4da7-b8a7-48ecbfcb3502", "name": "poisoning"}, {"vocabulary_id": null, "state": "active", "display_name": "surveillance", "id": "30008191-3f82-4230-ac6f-ff391e11b5f9", "name": "surveillance"}], "tracking_summary": {"total": 19, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "childhood-lead-poisoning-surveillance-report-by-county-2006-e2aca", "isopen": false, "url": null, "notes": "In 1993, state-mandated screening for childhood lead poisoning in children 6 years of age and younger began. Physicians and other health care providers have conducted 2.4 million lead tests and reported about 270,000 children with elevated lead levels. The numbers of elevated and normal test results are used to identify areas where effort is needed to combat lead poisoning.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-11"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/qqhr-nmt6"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/qqhr-nmt6"}, {"key": "harvest_object_id", "value": "22452d1f-9c0c-4412-9add-70b60b4f0a96"}, {"key": "source_hash", "value": "d022bc37a3e6172709c3d52a8617e129f5e039f6"}, {"key": "harvest_object_id", "value": "22452d1f-9c0c-4412-9add-70b60b4f0a96"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Childhood Lead Poisoning Surveillance Report By County, 2006", "revision_id": "74d1a214-3891-4e5e-83eb-71c0bc8caabd"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "df12a596-b144-41a2-9de4-734fd4c578d1", "metadata_created": "2015-01-30T21:43:56.782907", "metadata_modified": "2016-08-20T05:35:40.469259", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "df12a596-b144-41a2-9de4-734fd4c578d1", "webstore_last_updated": null, "id": "01e3bff9-1e4d-4342-8a20-b5068976ca28", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:56.854624", "url": "https://data.illinois.gov/api/views/f992-f2zj/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "420800a4-a826-4909-be68-aa66620cc572", "resource_type": null}, {"cache_last_updated": null, "package_id": "df12a596-b144-41a2-9de4-734fd4c578d1", "webstore_last_updated": null, "id": "3f1de78d-8aad-41d8-9bbf-d2f8f422bead", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:56.854643", "url": "https://data.illinois.gov/api/views/f992-f2zj/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "74aad8b7-79d0-47e0-adbd-fbb7ec63a4e4", "resource_type": null}, {"cache_last_updated": null, "package_id": "df12a596-b144-41a2-9de4-734fd4c578d1", "webstore_last_updated": null, "id": "26837a34-befc-4f54-bfd0-a06712b6e4b7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:56.854650", "url": "https://data.illinois.gov/api/views/f992-f2zj/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "74aad8b7-79d0-47e0-adbd-fbb7ec63a4e4", "resource_type": null}, {"cache_last_updated": null, "package_id": "df12a596-b144-41a2-9de4-734fd4c578d1", "webstore_last_updated": null, "id": "6afa4d66-efe9-44ad-855b-ca527c2104cd", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:56.854657", "url": "https://data.illinois.gov/api/views/f992-f2zj/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "74aad8b7-79d0-47e0-adbd-fbb7ec63a4e4", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 5, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "org-codes-362d8", "isopen": false, "url": null, "notes": "City of Rockford Finance Org Codes", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/f992-f2zj"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/f992-f2zj"}, {"key": "harvest_object_id", "value": "10e9539f-8a66-42c3-a074-9085200bd549"}, {"key": "source_hash", "value": "764e8067fda4a5a5ebceed7068a1d1c81bb7618a"}, {"key": "harvest_object_id", "value": "10e9539f-8a66-42c3-a074-9085200bd549"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Org Codes", "revision_id": "011087a8-c1d6-4155-8d12-b6eabfe2e656"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "f4a62963-3642-4142-a171-d48499bcfbcc", "metadata_created": "2017-01-06T15:41:48.448905", "metadata_modified": "2017-01-06T15:41:48.490048", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f4a62963-3642-4142-a171-d48499bcfbcc", "webstore_last_updated": null, "id": "fa62e386-5d5d-458f-9eae-afd75bd275af", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2017-01-06T15:41:48.517790", "url": "https://data.illinois.gov/api/views/r5m6-7upm/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "1ebd170d-0ae1-4576-81e7-f50c1ee9bc20", "resource_type": null}, {"cache_last_updated": null, "package_id": "f4a62963-3642-4142-a171-d48499bcfbcc", "webstore_last_updated": null, "id": "87d2031e-19c2-45b8-b7aa-749720dbb401", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2017-01-06T15:41:48.517820", "url": "https://data.illinois.gov/api/views/r5m6-7upm/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1ebd170d-0ae1-4576-81e7-f50c1ee9bc20", "resource_type": null}, {"cache_last_updated": null, "package_id": "f4a62963-3642-4142-a171-d48499bcfbcc", "webstore_last_updated": null, "id": "dfd2d2d6-6154-4a30-b697-25643db2d541", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2017-01-06T15:41:48.517829", "url": "https://data.illinois.gov/api/views/r5m6-7upm/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1ebd170d-0ae1-4576-81e7-f50c1ee9bc20", "resource_type": null}, {"cache_last_updated": null, "package_id": "f4a62963-3642-4142-a171-d48499bcfbcc", "webstore_last_updated": null, "id": "39cb3d22-d254-4dac-b814-5c91c887b054", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2017-01-06T15:41:48.517836", "url": "https://data.illinois.gov/api/views/r5m6-7upm/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1ebd170d-0ae1-4576-81e7-f50c1ee9bc20", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "exam", "id": "2e5fe46c-0bf1-4183-9761-5564406ec159", "name": "exam"}, {"vocabulary_id": null, "state": "active", "display_name": "lead", "id": "79fcb67d-1c54-48d3-a2ac-e87e55fb5c3f", "name": "lead"}, {"vocabulary_id": null, "state": "active", "display_name": "risk-assessor", "id": "d61fe63e-de1f-45f3-8988-2beee004d6f0", "name": "risk-assessor"}], "tracking_summary": {"total": 1, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "illinois-lead-program-exam-dates", "isopen": false, "url": null, "notes": "Lead Inspectors, Risk Assessors, and Supervisors\r\nThird Party Examination Schedule for Illinois\r\nSince classroom space is limited, examination applications must be submitted at least four weeks prior to the desired examination date. After meeting all the requirements and passing the (Third Party Examination), your license and examination certificate will be processed and mailed to you.\r\nUpdated January 2017", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2017-01-05"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-01-05"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/r5m6-7upm"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/r5m6-7upm"}, {"key": "harvest_object_id", "value": "6efc3e48-71cb-4471-b711-41c10804b076"}, {"key": "source_hash", "value": "d575d0636f9333ec2f518372c135318a08b40625"}, {"key": "harvest_object_id", "value": "6efc3e48-71cb-4471-b711-41c10804b076"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Illinois Lead Program Exam Dates", "revision_id": "1ebd170d-0ae1-4576-81e7-f50c1ee9bc20"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 3, "id": "dadb3c1c-b3db-4666-9592-3ec0e67f22b9", "metadata_created": "2016-07-06T02:16:33.514395", "metadata_modified": "2016-07-06T02:16:33.514395", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "dadb3c1c-b3db-4666-9592-3ec0e67f22b9", "webstore_last_updated": null, "id": "d1c020cc-be37-417d-9876-5f02cd7ca5ab", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-07-05T22:16:34.424170", "url": "https://data.illinois.gov/api/views/86i3-9wpd/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "6c8b3362-1b07-478d-8d99-22175deebee5", "resource_type": null}, {"cache_last_updated": null, "package_id": "dadb3c1c-b3db-4666-9592-3ec0e67f22b9", "webstore_last_updated": null, "id": "ffaf5eb5-e89a-40cb-bdc8-f760d5bfb27e", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-07-05T22:16:34.424221", "url": "https://data.illinois.gov/api/views/86i3-9wpd/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "6c8b3362-1b07-478d-8d99-22175deebee5", "resource_type": null}, {"cache_last_updated": null, "package_id": "dadb3c1c-b3db-4666-9592-3ec0e67f22b9", "webstore_last_updated": null, "id": "155420bd-fd1b-4c36-bf0c-fa25a96ab0d6", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-07-05T22:16:34.424233", "url": "https://data.illinois.gov/api/views/86i3-9wpd/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "6c8b3362-1b07-478d-8d99-22175deebee5", "resource_type": null}, {"cache_last_updated": null, "package_id": "dadb3c1c-b3db-4666-9592-3ec0e67f22b9", "webstore_last_updated": null, "id": "8095a936-e601-47ef-89bc-65de117a6122", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-07-05T22:16:34.424241", "url": "https://data.illinois.gov/api/views/86i3-9wpd/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "6c8b3362-1b07-478d-8d99-22175deebee5", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "hfs", "id": "48fc15de-77a7-48b6-b685-ea3ede854834", "name": "hfs"}, {"vocabulary_id": null, "state": "active", "display_name": "medicaid", "id": "6e127a56-4ac1-4d20-8282-8b5fe5ca201f", "name": "medicaid"}], "tracking_summary": {"total": 3, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2014-transparency-provider-level-data", "isopen": false, "url": null, "notes": "2014 Transparency Provider Level Data", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-07-05"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-07-05"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health-Medicaid"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/86i3-9wpd"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/86i3-9wpd"}, {"key": "harvest_object_id", "value": "94891945-b590-4acc-86af-287b94652156"}, {"key": "source_hash", "value": "fbba59088ad47099eeaf32e01e5b5defcd5fa881"}, {"key": "harvest_object_id", "value": "94891945-b590-4acc-86af-287b94652156"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2014 Transparency Provider Level Data", "revision_id": "6c8b3362-1b07-478d-8d99-22175deebee5"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "85b365e0-1dae-4e31-bd60-4093b53b5a21", "metadata_created": "2015-01-30T21:43:50.863008", "metadata_modified": "2016-06-11T01:52:38.642077", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "85b365e0-1dae-4e31-bd60-4093b53b5a21", "webstore_last_updated": null, "id": "3920207f-c7a5-4e71-8e65-a1cca8fa5ab1", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 7, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:51.031910", "url": "https://data.illinois.gov/api/views/udvf-7ip4/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "9e7dde03-5423-4eed-bc89-8ef31e340518", "resource_type": null}, {"cache_last_updated": null, "package_id": "85b365e0-1dae-4e31-bd60-4093b53b5a21", "webstore_last_updated": null, "id": "0cc6306d-b2f6-42c7-82db-0a97b2b2a0ab", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:51.031931", "url": "https://data.illinois.gov/api/views/udvf-7ip4/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "870c12c2-e6f4-436e-8fd6-8a089cc88b2d", "resource_type": null}, {"cache_last_updated": null, "package_id": "85b365e0-1dae-4e31-bd60-4093b53b5a21", "webstore_last_updated": null, "id": "ac17ea5f-bb85-4156-af27-145f57262129", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:51.031938", "url": "https://data.illinois.gov/api/views/udvf-7ip4/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "870c12c2-e6f4-436e-8fd6-8a089cc88b2d", "resource_type": null}, {"cache_last_updated": null, "package_id": "85b365e0-1dae-4e31-bd60-4093b53b5a21", "webstore_last_updated": null, "id": "885ce8d0-ae2f-4b24-b82f-ecb28f5d5632", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:51.031945", "url": "https://data.illinois.gov/api/views/udvf-7ip4/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "870c12c2-e6f4-436e-8fd6-8a089cc88b2d", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 30, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "05to12-iquery-list-data-a88ee", "isopen": false, "url": null, "notes": "Listeriosis is a bacterial infection caused by the Listeria monocytogenes bacterium with the most common symptoms being fever, muscle aches, and vomiting. However, in more severe cases, the bacteria may cause meningitis. In pregnant women, Listeriosis may lead to complications with the fetus. Those most at risk of infection are newborn infants, elderly patients, and patients who are immunocompromised. The Listeria monocytogenes bacterium can tolerate a wide range of temperatures, which necessitates extra care in food processing and storage. Meat and dairy products must be handled carefully to prevent contamination, while vegetables and fruits that have been in contact with soil must be carefully washed before refrigeration.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-11-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/udvf-7ip4"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/udvf-7ip4"}, {"key": "harvest_object_id", "value": "726102a8-9a95-4617-8043-66aa95ebf9c9"}, {"key": "source_hash", "value": "0c4c9e618a5520d1274a2d4c2b55e747e7e2181e"}, {"key": "harvest_object_id", "value": "726102a8-9a95-4617-8043-66aa95ebf9c9"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "05to12 Iquery List Data", "revision_id": "ef52e2a8-05f7-408a-a124-7739bb553be7"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "9a099b08-6566-43bd-98aa-261c14197078", "metadata_created": "2015-01-30T21:43:25.501271", "metadata_modified": "2016-06-11T01:52:30.391457", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "9a099b08-6566-43bd-98aa-261c14197078", "webstore_last_updated": null, "id": "9b4d9261-260b-4929-aadf-0377e9681163", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 13, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:25.801381", "url": "https://data.illinois.gov/api/views/8j34-rvkt/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "7d14b8bb-f261-49f2-80ec-996fb3e7143f", "resource_type": null}, {"cache_last_updated": null, "package_id": "9a099b08-6566-43bd-98aa-261c14197078", "webstore_last_updated": null, "id": "06bdda06-08ac-428c-a1bc-fd0970010f45", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:25.801404", "url": "https://data.illinois.gov/api/views/8j34-rvkt/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "311ffbc1-e9f4-46b2-974e-eb5f8def31db", "resource_type": null}, {"cache_last_updated": null, "package_id": "9a099b08-6566-43bd-98aa-261c14197078", "webstore_last_updated": null, "id": "ed68c528-d685-47be-a65d-cbba06b966f4", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:25.801411", "url": "https://data.illinois.gov/api/views/8j34-rvkt/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "311ffbc1-e9f4-46b2-974e-eb5f8def31db", "resource_type": null}, {"cache_last_updated": null, "package_id": "9a099b08-6566-43bd-98aa-261c14197078", "webstore_last_updated": null, "id": "977104f5-a1bf-468c-bd38-d19af342b50e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:25.801427", "url": "https://data.illinois.gov/api/views/8j34-rvkt/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "311ffbc1-e9f4-46b2-974e-eb5f8def31db", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "disease", "id": "349da0a6-402d-464c-a59a-9438ed389825", "name": "disease"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "infectious-disease", "id": "2f043a9d-4d8c-4608-bd4e-f352b6ea1479", "name": "infectious-disease"}, {"vocabulary_id": null, "state": "active", "display_name": "tb", "id": "ada76156-24fc-4c06-9661-d6d0e62a6056", "name": "tb"}, {"vocabulary_id": null, "state": "active", "display_name": "tuberculosis", "id": "4f35ca3a-ad82-4ebc-a4a3-02d569285bc1", "name": "tuberculosis"}], "tracking_summary": {"total": 32, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "illinois-tuberculosis-cases-by-county-1990-1999-fe124", "isopen": false, "url": null, "notes": "Data was provided by the Tuberculosis Control Section of the Office of Health Protection's Division of Infectious Diseases.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-08-11"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8j34-rvkt"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8j34-rvkt"}, {"key": "harvest_object_id", "value": "daa93a1d-d6f9-4712-ab87-950d725174e7"}, {"key": "source_hash", "value": "0f936d4ed5727d9cf9a2034c687307b79b6e3db2"}, {"key": "harvest_object_id", "value": "daa93a1d-d6f9-4712-ab87-950d725174e7"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Illinois Tuberculosis Cases By County, 1990-1999", "revision_id": "ef47c585-bf3a-46c3-b264-ba119b5063c7"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 6, "id": "16dae493-65b3-4bb7-99e1-c0ea11ec0853", "metadata_created": "2015-01-30T21:44:21.631248", "metadata_modified": "2016-06-11T01:52:47.698895", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "16dae493-65b3-4bb7-99e1-c0ea11ec0853", "webstore_last_updated": null, "id": "db0adc80-9f6e-435a-b863-d35b9c016816", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:21.935734", "url": "https://data.illinois.gov/api/views/b88b-5aax/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "c4b1e1df-a934-45a4-b133-f1ea3dce6204", "resource_type": null}, {"cache_last_updated": null, "package_id": "16dae493-65b3-4bb7-99e1-c0ea11ec0853", "webstore_last_updated": null, "id": "ef1e87cc-5788-484d-aa3d-23f4cf2a0174", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:21.935756", "url": "https://data.illinois.gov/api/views/b88b-5aax/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2b676daf-aec8-4544-9c46-dcaccfbdfd67", "resource_type": null}, {"cache_last_updated": null, "package_id": "16dae493-65b3-4bb7-99e1-c0ea11ec0853", "webstore_last_updated": null, "id": "1912410e-ed55-417d-b5fe-6f0990e3b24c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:21.935763", "url": "https://data.illinois.gov/api/views/b88b-5aax/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2b676daf-aec8-4544-9c46-dcaccfbdfd67", "resource_type": null}, {"cache_last_updated": null, "package_id": "16dae493-65b3-4bb7-99e1-c0ea11ec0853", "webstore_last_updated": null, "id": "e20c00bd-8ad9-43bd-99f6-172623b77b4a", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:21.935770", "url": "https://data.illinois.gov/api/views/b88b-5aax/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2b676daf-aec8-4544-9c46-dcaccfbdfd67", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "and-retail", "id": "cf58224d-3a96-4183-abf0-ce43882f1eb9", "name": "and-retail"}, {"vocabulary_id": null, "state": "active", "display_name": "commercial", "id": "85a14450-d29c-4bea-a06d-6989858f6854", "name": "commercial"}, {"vocabulary_id": null, "state": "active", "display_name": "economic-development", "id": "83dbb37f-8877-4095-9306-17e4aa63075d", "name": "economic-development"}, {"vocabulary_id": null, "state": "active", "display_name": "industrial", "id": "73657e11-b072-436f-88da-88992824f136", "name": "industrial"}, {"vocabulary_id": null, "state": "active", "display_name": "office", "id": "dfab4bd2-0792-49f7-ada7-825f0e65e524", "name": "office"}, {"vocabulary_id": null, "state": "active", "display_name": "planning", "id": "e2f63179-603f-4c7b-ac4b-ddb40b9f1eb7", "name": "planning"}], "tracking_summary": {"total": 16, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-lease-rates-d4d88", "isopen": true, "url": null, "notes": "This dataset outlines the median lease rates across Chicago Southland communities. The rates were averaged from loopnet.com, simborg, lee & associates, and cbre pricing.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/b88b-5aax"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/b88b-5aax"}, {"key": "harvest_object_id", "value": "de5561ac-46c0-4a20-b502-57e3febd261f"}, {"key": "source_hash", "value": "9b0dde02d6c098c6cff482576f082119d90391d2"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "de5561ac-46c0-4a20-b502-57e3febd261f"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Lease Rates", "revision_id": "00579a0c-c62f-41bb-9fdd-8647a40d0ccb"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 8, "id": "64138c3b-60d0-4e15-a0ab-ed0ca355af68", "metadata_created": "2015-01-30T21:43:04.456309", "metadata_modified": "2016-10-21T11:11:40.122458", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "64138c3b-60d0-4e15-a0ab-ed0ca355af68", "webstore_last_updated": null, "id": "318596da-a308-4cb3-a497-9f62040a239c", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:05.380311", "url": "https://data.illinois.gov/api/views/xuuw-9mzb/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5505fe18-123a-4294-9620-d84f583480d6", "resource_type": null}, {"cache_last_updated": null, "package_id": "64138c3b-60d0-4e15-a0ab-ed0ca355af68", "webstore_last_updated": null, "id": "e7dc099f-e2a3-4dcf-bdc2-cb5b68b7b287", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:05.380340", "url": "https://data.illinois.gov/api/views/xuuw-9mzb/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b179e45a-67e9-439b-8090-1f4f7bb453ef", "resource_type": null}, {"cache_last_updated": null, "package_id": "64138c3b-60d0-4e15-a0ab-ed0ca355af68", "webstore_last_updated": null, "id": "c1a146f7-e0ec-4409-a410-885f93fced7f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:05.380348", "url": "https://data.illinois.gov/api/views/xuuw-9mzb/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b179e45a-67e9-439b-8090-1f4f7bb453ef", "resource_type": null}, {"cache_last_updated": null, "package_id": "64138c3b-60d0-4e15-a0ab-ed0ca355af68", "webstore_last_updated": null, "id": "2b9fd56d-f275-477a-9b70-c2493b048872", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:05.380355", "url": "https://data.illinois.gov/api/views/xuuw-9mzb/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b179e45a-67e9-439b-8090-1f4f7bb453ef", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "chlamydia", "id": "597463bf-f1c6-4aea-b0a3-b9b304eb7c2e", "name": "chlamydia"}, {"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "cumulative-percent", "id": "9d4909ca-6d4b-4b10-9d06-c8c5d5e21744", "name": "cumulative-percent"}, {"vocabulary_id": null, "state": "active", "display_name": "nationally", "id": "80485905-8087-4e65-aaff-db987969d2c9", "name": "nationally"}, {"vocabulary_id": null, "state": "active", "display_name": "nationally-ranked", "id": "bedb1772-0768-4fd3-8d52-854815a75ba4", "name": "nationally-ranked"}, {"vocabulary_id": null, "state": "active", "display_name": "ranked", "id": "5bc2c7c2-fc22-41d4-b51b-37f6065d55c8", "name": "ranked"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}], "tracking_summary": {"total": 19, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-stds-nationally-ranked-by-county-chlamydia-2006-2013", "isopen": false, "url": null, "notes": "U.S. counties ranked nationally by cases of Chlamydia reported. Data Source: Centers for Disease Control and Prevention 2006-2015 Surveillance Report (http://www.cdc.gov/STD/publications/default.htm)", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-10-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-10-20"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/xuuw-9mzb"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/xuuw-9mzb"}, {"key": "harvest_object_id", "value": "b14e3f95-8d99-4308-b865-6fe3ce024378"}, {"key": "source_hash", "value": "9e6450e9ed012799aca23cc686b75a929b6d85ea"}, {"key": "harvest_object_id", "value": "b14e3f95-8d99-4308-b865-6fe3ce024378"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH: STDs Nationally Ranked By County, By Case Count Chlamydia 2006-2015", "revision_id": "574010d9-2980-4180-a8be-b6e89530275e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 2, "id": "8aa6ae29-4924-4cb9-8d92-cb82ce29981f", "metadata_created": "2015-01-30T21:45:11.260107", "metadata_modified": "2016-06-11T01:53:05.767030", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "8aa6ae29-4924-4cb9-8d92-cb82ce29981f", "webstore_last_updated": null, "id": "b360352b-e0d1-4d79-a9f5-d31ccf024444", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:11.466116", "url": "https://data.illinois.gov/api/views/u3ht-d4dc/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "d9e0a614-4b2e-4768-96f4-50a59acf9a9b", "resource_type": null}, {"cache_last_updated": null, "package_id": "8aa6ae29-4924-4cb9-8d92-cb82ce29981f", "webstore_last_updated": null, "id": "a01fcbba-f51a-4f79-9863-f6ffebdde4a4", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:11.466144", "url": "https://data.illinois.gov/api/views/u3ht-d4dc/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1279b650-bf10-4616-8f00-412b1908111c", "resource_type": null}, {"cache_last_updated": null, "package_id": "8aa6ae29-4924-4cb9-8d92-cb82ce29981f", "webstore_last_updated": null, "id": "5f788620-5237-46be-9f4f-2b90e66295ce", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:11.466151", "url": "https://data.illinois.gov/api/views/u3ht-d4dc/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1279b650-bf10-4616-8f00-412b1908111c", "resource_type": null}, {"cache_last_updated": null, "package_id": "8aa6ae29-4924-4cb9-8d92-cb82ce29981f", "webstore_last_updated": null, "id": "6790bee8-bf40-4d76-a53f-435a01ec4329", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:11.466158", "url": "https://data.illinois.gov/api/views/u3ht-d4dc/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1279b650-bf10-4616-8f00-412b1908111c", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "liheap", "id": "58a27683-fe53-4a6a-a5fc-998d64eba447", "name": "liheap"}, {"vocabulary_id": null, "state": "active", "display_name": "weather", "id": "5018d3b3-3c20-4b18-84f6-e2e69ce8bd4e", "name": "weather"}], "tracking_summary": {"total": 9, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "dceo-liheap-weatherization-assisted-households-9f785", "isopen": false, "url": null, "notes": "Liheap Assisted Households", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-13"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/u3ht-d4dc"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/u3ht-d4dc"}, {"key": "harvest_object_id", "value": "0894ff18-9adf-4e8f-9bac-1a800e750f77"}, {"key": "source_hash", "value": "139829c8c2f0e2520bb934beb1b259462203e8d7"}, {"key": "harvest_object_id", "value": "0894ff18-9adf-4e8f-9bac-1a800e750f77"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DCEO Liheap/Weatherization Assisted Households", "revision_id": "799cf450-636b-4626-be7b-140689b7b4d0"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 0, "id": "ce93e755-043c-4303-912e-e22572120428", "metadata_created": "2016-07-13T02:49:37.638438", "metadata_modified": "2017-01-10T17:24:47.348828", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "ce93e755-043c-4303-912e-e22572120428", "webstore_last_updated": null, "id": "d2f01f54-7ce1-4147-8456-ab5e400c3b62", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-07-12T22:49:38.258532", "url": "https://data.illinois.gov/api/views/8jbr-f7px/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e8b18f7f-a718-4179-b1a3-9ca5ec58e08f", "resource_type": null}, {"cache_last_updated": null, "package_id": "ce93e755-043c-4303-912e-e22572120428", "webstore_last_updated": null, "id": "d2ead074-87d8-4d51-baaf-bb7459a9c875", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-07-12T22:49:38.258571", "url": "https://data.illinois.gov/api/views/8jbr-f7px/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "e8b18f7f-a718-4179-b1a3-9ca5ec58e08f", "resource_type": null}, {"cache_last_updated": null, "package_id": "ce93e755-043c-4303-912e-e22572120428", "webstore_last_updated": null, "id": "54ad91ef-b637-495f-b83b-e0477ecfab59", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-07-12T22:49:38.258580", "url": "https://data.illinois.gov/api/views/8jbr-f7px/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "e8b18f7f-a718-4179-b1a3-9ca5ec58e08f", "resource_type": null}, {"cache_last_updated": null, "package_id": "ce93e755-043c-4303-912e-e22572120428", "webstore_last_updated": null, "id": "2500fb15-1bd4-43e4-be17-3171fc70f1eb", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-07-12T22:49:38.258588", "url": "https://data.illinois.gov/api/views/8jbr-f7px/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "e8b18f7f-a718-4179-b1a3-9ca5ec58e08f", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 5, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-birthing-centers", "isopen": false, "url": null, "notes": "Birthing centers provide the location of birthing center in Illinois as of January 2017", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-10-05"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-01-09"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8jbr-f7px"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8jbr-f7px"}, {"key": "harvest_object_id", "value": "2731238a-9989-4f02-ab78-9d5fe7bf17e9"}, {"key": "source_hash", "value": "4b106a413126b2e4a9f076824387602e1215f8b5"}, {"key": "harvest_object_id", "value": "2731238a-9989-4f02-ab78-9d5fe7bf17e9"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Birthing Centers", "revision_id": "e8b18f7f-a718-4179-b1a3-9ca5ec58e08f"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "858ace81-0fce-40cd-b24e-49c8866f36ff", "metadata_created": "2015-01-30T21:45:20.503535", "metadata_modified": "2016-08-20T05:35:58.592760", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "858ace81-0fce-40cd-b24e-49c8866f36ff", "webstore_last_updated": null, "id": "4dd0171d-c8ec-4936-9290-bdd99a42fac5", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:20.619161", "url": "https://data.illinois.gov/api/views/st8q-cp56/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "28f5a268-c621-4690-ae5b-35c119506e5d", "resource_type": null}, {"cache_last_updated": null, "package_id": "858ace81-0fce-40cd-b24e-49c8866f36ff", "webstore_last_updated": null, "id": "2cb71a2b-3c6d-49ac-9edf-ad4b91c850af", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:20.619180", "url": "https://data.illinois.gov/api/views/st8q-cp56/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ada8a9a9-fed1-4248-b3c6-576651a88914", "resource_type": null}, {"cache_last_updated": null, "package_id": "858ace81-0fce-40cd-b24e-49c8866f36ff", "webstore_last_updated": null, "id": "3d8edf58-b522-407d-b481-5a6e0d158fa1", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:20.619188", "url": "https://data.illinois.gov/api/views/st8q-cp56/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ada8a9a9-fed1-4248-b3c6-576651a88914", "resource_type": null}, {"cache_last_updated": null, "package_id": "858ace81-0fce-40cd-b24e-49c8866f36ff", "webstore_last_updated": null, "id": "20dcbbc6-4a36-4bf1-aacb-b61e78b2228e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:20.619195", "url": "https://data.illinois.gov/api/views/st8q-cp56/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ada8a9a9-fed1-4248-b3c6-576651a88914", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 20, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "iema-radon-measurement-and-mitigation-professionals-0cef6", "isopen": false, "url": null, "notes": "List of Radon Measurement and Mitigation Professionals and Technicians Licensed in the state of Illinois.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-10-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/st8q-cp56"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/st8q-cp56"}, {"key": "harvest_object_id", "value": "ba454d11-2b99-4620-886a-92499bf7f60d"}, {"key": "source_hash", "value": "7b679d00fb5234861bb9d2faac45821fe6008892"}, {"key": "harvest_object_id", "value": "ba454d11-2b99-4620-886a-92499bf7f60d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IEMA Radon Measurement and Mitigation Professionals", "revision_id": "81d2a51a-440a-4ac9-bdfa-06ccf67c7425"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "f44644a5-a2fc-4b05-a8ee-824ef7e64efe", "metadata_created": "2015-01-30T21:43:01.201458", "metadata_modified": "2017-01-08T09:16:49.737097", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f44644a5-a2fc-4b05-a8ee-824ef7e64efe", "webstore_last_updated": null, "id": "46eb4d22-9210-42ae-a628-8384bed978bf", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:01.627259", "url": "https://data.illinois.gov/api/views/h54t-6qsk/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "c8a2190b-0d23-4631-ae6d-79d2d60a3e06", "resource_type": null}, {"cache_last_updated": null, "package_id": "f44644a5-a2fc-4b05-a8ee-824ef7e64efe", "webstore_last_updated": null, "id": "d5aca198-f38a-4b48-b1ca-984d5fb6a24e", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:01.627287", "url": "https://data.illinois.gov/api/views/h54t-6qsk/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "c8a2190b-0d23-4631-ae6d-79d2d60a3e06", "resource_type": null}, {"cache_last_updated": null, "package_id": "f44644a5-a2fc-4b05-a8ee-824ef7e64efe", "webstore_last_updated": null, "id": "72b73872-f186-4de7-affe-fd0b753f1bb6", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:01.627303", "url": "https://data.illinois.gov/api/views/h54t-6qsk/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "c8a2190b-0d23-4631-ae6d-79d2d60a3e06", "resource_type": null}, {"cache_last_updated": null, "package_id": "f44644a5-a2fc-4b05-a8ee-824ef7e64efe", "webstore_last_updated": null, "id": "089d012c-6c53-43e9-9b78-b741bb82fd45", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:01.627315", "url": "https://data.illinois.gov/api/views/h54t-6qsk/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "c8a2190b-0d23-4631-ae6d-79d2d60a3e06", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "agency", "id": "c35c6b14-6e2b-4cd2-8ab8-8eb607753123", "name": "agency"}, {"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "home", "id": "271fd94a-a23a-43ae-8633-fcab26535cd5", "name": "home"}], "tracking_summary": {"total": 23, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-home-health-agencies-directory-696d4", "isopen": false, "url": null, "notes": "Current as of January 2017", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2017-01-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-01-06"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/h54t-6qsk"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/h54t-6qsk"}, {"key": "harvest_object_id", "value": "b13f73a7-f974-4dd7-b1f8-5a8fd153c7d7"}, {"key": "source_hash", "value": "6baa3b0ccdac40ec16370f0f726fb8ba355d3c59"}, {"key": "harvest_object_id", "value": "b13f73a7-f974-4dd7-b1f8-5a8fd153c7d7"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Home Health Agencies Directory", "revision_id": "c8a2190b-0d23-4631-ae6d-79d2d60a3e06"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 4, "id": "8aa36328-04d0-48bc-ac1d-58b8d8ed994b", "metadata_created": "2015-01-30T21:45:01.614109", "metadata_modified": "2016-08-20T05:35:51.451350", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "8aa36328-04d0-48bc-ac1d-58b8d8ed994b", "webstore_last_updated": null, "id": "ccb4800d-0af2-4f9a-8894-ac7af54e638d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 8, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:01.865975", "url": "https://data.illinois.gov/api/views/nqg7-qj9m/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "61e8c46a-a15f-45e7-ada8-a89f46414786", "resource_type": null}, {"cache_last_updated": null, "package_id": "8aa36328-04d0-48bc-ac1d-58b8d8ed994b", "webstore_last_updated": null, "id": "27ca0306-d4f7-4bb7-a130-716e7deea0bc", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:01.865997", "url": "https://data.illinois.gov/api/views/nqg7-qj9m/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "296649b8-ddcf-4432-8f09-788036e35d3e", "resource_type": null}, {"cache_last_updated": null, "package_id": "8aa36328-04d0-48bc-ac1d-58b8d8ed994b", "webstore_last_updated": null, "id": "6ce9718a-916c-4f3e-a77b-55be3280849e", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:01.866004", "url": "https://data.illinois.gov/api/views/nqg7-qj9m/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "296649b8-ddcf-4432-8f09-788036e35d3e", "resource_type": null}, {"cache_last_updated": null, "package_id": "8aa36328-04d0-48bc-ac1d-58b8d8ed994b", "webstore_last_updated": null, "id": "fa0a8005-34ab-4865-8529-574d70cba025", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:01.866011", "url": "https://data.illinois.gov/api/views/nqg7-qj9m/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "296649b8-ddcf-4432-8f09-788036e35d3e", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "amtrak", "id": "da3b1d4e-85c3-491b-9efc-99feecd89187", "name": "amtrak"}, {"vocabulary_id": null, "state": "active", "display_name": "passenger-rail", "id": "d76a0ed1-9a50-4ef1-b9ff-61e24226dc1d", "name": "passenger-rail"}, {"vocabulary_id": null, "state": "active", "display_name": "ridership", "id": "ffc6552d-ae36-48de-8878-8f861d149431", "name": "ridership"}, {"vocabulary_id": null, "state": "active", "display_name": "train", "id": "796b009d-9d6e-47bd-ae42-9735f3c2eb07", "name": "train"}], "tracking_summary": {"total": 33, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-dpit-state-of-illinois-supported-amtrak-ridership-ffa33", "isopen": false, "url": null, "notes": "FY 06 through FY 11 Overall Annual Ridership per Corridor\r\n\r\n*Excludes Amtrak national corridor train ridership in IL not subsidized with state funds.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/nqg7-qj9m"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/nqg7-qj9m"}, {"key": "harvest_object_id", "value": "2f00d50d-59ef-48a9-a60a-f52a8af84289"}, {"key": "source_hash", "value": "471a7c185552313dedae5046870bc9c2f22da301"}, {"key": "harvest_object_id", "value": "2f00d50d-59ef-48a9-a60a-f52a8af84289"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT DPIT - State of Illinois Supported Amtrak Ridership", "revision_id": "c10f27d8-cbfb-4574-a999-f34287596a73"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "87deff72-2ab9-4b95-942f-c66e3ba1a38c", "metadata_created": "2015-01-30T21:44:12.713275", "metadata_modified": "2016-08-20T05:35:42.423349", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "87deff72-2ab9-4b95-942f-c66e3ba1a38c", "webstore_last_updated": null, "id": "44ae12b7-6ddd-4508-9b32-a6941b8c8597", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:12.880616", "url": "https://data.illinois.gov/api/views/m3fm-fpwu/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "06147ec0-c9ef-4252-a786-a6ec610ee8e7", "resource_type": null}, {"cache_last_updated": null, "package_id": "87deff72-2ab9-4b95-942f-c66e3ba1a38c", "webstore_last_updated": null, "id": "0be4472a-5564-4ca1-b816-d5da5fc46052", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:12.880638", "url": "https://data.illinois.gov/api/views/m3fm-fpwu/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "d20fef46-1b65-4668-8fbb-63bf7df8af83", "resource_type": null}, {"cache_last_updated": null, "package_id": "87deff72-2ab9-4b95-942f-c66e3ba1a38c", "webstore_last_updated": null, "id": "3bc90980-e124-40d8-9d55-3f98b31a12ac", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:12.880646", "url": "https://data.illinois.gov/api/views/m3fm-fpwu/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "d20fef46-1b65-4668-8fbb-63bf7df8af83", "resource_type": null}, {"cache_last_updated": null, "package_id": "87deff72-2ab9-4b95-942f-c66e3ba1a38c", "webstore_last_updated": null, "id": "2bc70665-620d-40ba-bfc5-585aadfdd303", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:12.880652", "url": "https://data.illinois.gov/api/views/m3fm-fpwu/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "d20fef46-1b65-4668-8fbb-63bf7df8af83", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "champaign", "id": "581d24b4-64b3-499d-bdd9-e6a92e4a14db", "name": "champaign"}, {"vocabulary_id": null, "state": "active", "display_name": "construction", "id": "f90ccef4-b79b-4ee1-9521-fee634fbc18f", "name": "construction"}, {"vocabulary_id": null, "state": "active", "display_name": "permit", "id": "e93b9f95-f6dd-4454-9a4d-8f0070364b20", "name": "permit"}], "tracking_summary": {"total": 10, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "city-of-champaign-permit-data-updated-12-04-12-8f885", "isopen": false, "url": null, "notes": "City of Champaign Permit Data (Updated 12-04-12)", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-12-04"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/m3fm-fpwu"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/m3fm-fpwu"}, {"key": "harvest_object_id", "value": "cebe58b8-395f-44df-8546-097f32c24ebf"}, {"key": "source_hash", "value": "14a2f57d4fd69fadbc63b00a94a2e8b3b116901f"}, {"key": "harvest_object_id", "value": "cebe58b8-395f-44df-8546-097f32c24ebf"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "City of Champaign Permit Data (Updated 12-04-12)", "revision_id": "82e8ca40-41c7-497e-bb0b-9e1de1bd9023"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "1ff5eab4-01be-4e9e-b9a2-f9147742cd49", "metadata_created": "2015-01-30T21:43:51.441498", "metadata_modified": "2016-08-20T05:35:39.545815", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "1ff5eab4-01be-4e9e-b9a2-f9147742cd49", "webstore_last_updated": null, "id": "4bc3201b-2f89-4089-95c2-8213fa844f59", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:51.539966", "url": "https://data.illinois.gov/api/views/iyx8-kpar/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "1a1b6f4b-3b69-42f9-91bd-cf2939308116", "resource_type": null}, {"cache_last_updated": null, "package_id": "1ff5eab4-01be-4e9e-b9a2-f9147742cd49", "webstore_last_updated": null, "id": "8e78a7cb-232a-49d5-9f7b-a302becf6bb8", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:51.539987", "url": "https://data.illinois.gov/api/views/iyx8-kpar/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1eeb6734-549e-4e4b-9860-100c98c11c5c", "resource_type": null}, {"cache_last_updated": null, "package_id": "1ff5eab4-01be-4e9e-b9a2-f9147742cd49", "webstore_last_updated": null, "id": "17576749-67b6-49c0-847a-7ba18cef3a6e", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:51.539995", "url": "https://data.illinois.gov/api/views/iyx8-kpar/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1eeb6734-549e-4e4b-9860-100c98c11c5c", "resource_type": null}, {"cache_last_updated": null, "package_id": "1ff5eab4-01be-4e9e-b9a2-f9147742cd49", "webstore_last_updated": null, "id": "fab25a4e-e78d-49fc-8690-e308fc3dd7e2", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 3, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:51.540001", "url": "https://data.illinois.gov/api/views/iyx8-kpar/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1eeb6734-549e-4e4b-9860-100c98c11c5c", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 41, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "05to12-iquery-leg-data-4a7d1", "isopen": false, "url": null, "notes": "Legionellosis is a respiratory disease caused by the Legionella pneumophilia bacteria, and may manifest itself in two different ways. Pontiac fever, the milder condition, is a self-limited febrile illness that may be accompanied by anorexia, malaise, myalgia, and headache. In addition to these symptoms, Legionnaires\u2019 disease, the more serious condition, is a common cause of pneumonia which may be severe and lead to respiratory failure and death. Pontiac fever and Legionnaires\u2019 disease cases are counted together in this file. Legionella pneumophilia bacteria are widely distributed in our environment. They have been found in natural bodies of water, but also in plumbing systems such as hot water tanks, water in cooling towers, fountains, and whirlpool spas. Most people contract the disease by inhaling mist from a water source contaminated with the bacteria.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-11-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/iyx8-kpar"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/iyx8-kpar"}, {"key": "harvest_object_id", "value": "83d27b5e-56e7-4e8a-a238-d2e4b4ebf18c"}, {"key": "source_hash", "value": "1e8d33e7ef4ead9f3c0c0b7788319bb26b9892a1"}, {"key": "harvest_object_id", "value": "83d27b5e-56e7-4e8a-a238-d2e4b4ebf18c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "05to12 Iquery Leg Data", "revision_id": "ca69075e-7053-47c6-82e5-5e38f0f31afa"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 1, "id": "7838ef04-d6ec-4633-80ca-024d74f65512", "metadata_created": "2017-01-05T07:52:34.494086", "metadata_modified": "2017-01-05T07:52:34.518321", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "7838ef04-d6ec-4633-80ca-024d74f65512", "webstore_last_updated": null, "id": "8d571134-f225-41ce-9179-7d5d40a72060", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2017-01-05T07:52:34.528242", "url": "https://data.illinois.gov/api/views/srab-f9cm/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "f6ad908a-618f-4fbf-8f0c-eda48d5f1dc4", "resource_type": null}, {"cache_last_updated": null, "package_id": "7838ef04-d6ec-4633-80ca-024d74f65512", "webstore_last_updated": null, "id": "d6a8074f-d362-4586-8687-40232431c17e", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2017-01-05T07:52:34.528270", "url": "https://data.illinois.gov/api/views/srab-f9cm/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "f6ad908a-618f-4fbf-8f0c-eda48d5f1dc4", "resource_type": null}, {"cache_last_updated": null, "package_id": "7838ef04-d6ec-4633-80ca-024d74f65512", "webstore_last_updated": null, "id": "f088f87a-0d78-4ba6-9443-c9536b490a5c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2017-01-05T07:52:34.528278", "url": "https://data.illinois.gov/api/views/srab-f9cm/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "f6ad908a-618f-4fbf-8f0c-eda48d5f1dc4", "resource_type": null}, {"cache_last_updated": null, "package_id": "7838ef04-d6ec-4633-80ca-024d74f65512", "webstore_last_updated": null, "id": "e90a99f4-b0db-4abf-8aba-4a129b1f3f21", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2017-01-05T07:52:34.528283", "url": "https://data.illinois.gov/api/views/srab-f9cm/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "f6ad908a-618f-4fbf-8f0c-eda48d5f1dc4", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "doi-companies", "id": "57e17e35-9f28-43ea-8fc9-5a532cf1c732", "name": "doi-companies"}], "tracking_summary": {"total": 1, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "doi-insurance-companies", "isopen": false, "url": null, "notes": "as of 1/1/2017", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2017-01-03"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-01-03"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/srab-f9cm"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/srab-f9cm"}, {"key": "harvest_object_id", "value": "a9b5ea5d-57c5-404d-9266-0222baacd861"}, {"key": "source_hash", "value": "a8a04ace5b8e1889c484e4f0c0da67edc0491c7a"}, {"key": "harvest_object_id", "value": "a9b5ea5d-57c5-404d-9266-0222baacd861"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DOI Insurance Companies", "revision_id": "f6ad908a-618f-4fbf-8f0c-eda48d5f1dc4"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "f29a018e-f61a-4269-898e-53bb065fd62c", "metadata_created": "2015-01-30T21:44:29.230416", "metadata_modified": "2016-06-11T01:52:50.306995", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f29a018e-f61a-4269-898e-53bb065fd62c", "webstore_last_updated": null, "id": "579813a2-9527-4586-afff-5f2984240390", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:29.452562", "url": "https://data.illinois.gov/api/views/5yuf-j7kn/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "cfc3b6a9-33fd-4149-b42a-631cd24ae149", "resource_type": null}, {"cache_last_updated": null, "package_id": "f29a018e-f61a-4269-898e-53bb065fd62c", "webstore_last_updated": null, "id": "3a4ea547-b262-4b34-84c5-634467a006a5", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:29.452589", "url": "https://data.illinois.gov/api/views/5yuf-j7kn/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "89ad2f80-fed7-4c4d-97ae-f79c8aae506f", "resource_type": null}, {"cache_last_updated": null, "package_id": "f29a018e-f61a-4269-898e-53bb065fd62c", "webstore_last_updated": null, "id": "c594f4cb-fd1a-498b-b529-339136884a56", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:29.452597", "url": "https://data.illinois.gov/api/views/5yuf-j7kn/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "89ad2f80-fed7-4c4d-97ae-f79c8aae506f", "resource_type": null}, {"cache_last_updated": null, "package_id": "f29a018e-f61a-4269-898e-53bb065fd62c", "webstore_last_updated": null, "id": "5ce3e84d-f945-4b9b-ab6d-93542628ddc3", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:29.452603", "url": "https://data.illinois.gov/api/views/5yuf-j7kn/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "89ad2f80-fed7-4c4d-97ae-f79c8aae506f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "environment", "id": "99c1dc8a-2ada-4fd3-a140-6f13fad78962", "name": "environment"}, {"vocabulary_id": null, "state": "active", "display_name": "infrastructure", "id": "23924944-4d8d-40de-ad57-58e2cceb86cc", "name": "infrastructure"}, {"vocabulary_id": null, "state": "active", "display_name": "natural-resources", "id": "013a1c0b-a3da-425a-8c13-5d8e656d4228", "name": "natural-resources"}, {"vocabulary_id": null, "state": "active", "display_name": "sanitary", "id": "9d6cd2d7-f833-4e84-a06f-7f2caf226ca7", "name": "sanitary"}], "tracking_summary": {"total": 34, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-combined-sewer-overflow-3436f", "isopen": true, "url": null, "notes": "This dataset details combined sewer overflows in the Chicago Southland area.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5yuf-j7kn"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5yuf-j7kn"}, {"key": "harvest_object_id", "value": "87efb58a-8aa7-4ced-805f-f520a47946ec"}, {"key": "source_hash", "value": "3ec224c6f67a940d4c92e684a266db26fbe7d4fe"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "87efb58a-8aa7-4ced-805f-f520a47946ec"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Combined Sewer Overflow", "revision_id": "51de1b4c-7bd1-43c7-8c66-9068cca26401"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "11ee8aa5-44ae-4bc3-9199-a7d3e577020c", "metadata_created": "2015-01-30T21:45:09.268069", "metadata_modified": "2016-08-20T05:35:55.300662", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "11ee8aa5-44ae-4bc3-9199-a7d3e577020c", "webstore_last_updated": null, "id": "54d8c7b9-42a6-4afb-b75f-be4a51bce97d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 11, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:09.418632", "url": "https://data.illinois.gov/api/views/suss-ypb3/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "32f4cbdd-9ec4-4d6c-8d14-0b13215cbc8f", "resource_type": null}, {"cache_last_updated": null, "package_id": "11ee8aa5-44ae-4bc3-9199-a7d3e577020c", "webstore_last_updated": null, "id": "487ceef0-b533-4b78-ba1d-b5f0123ec317", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:09.418658", "url": "https://data.illinois.gov/api/views/suss-ypb3/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "75cc91a6-1894-48d4-b159-56868c2e4619", "resource_type": null}, {"cache_last_updated": null, "package_id": "11ee8aa5-44ae-4bc3-9199-a7d3e577020c", "webstore_last_updated": null, "id": "51ce168b-4904-4539-ba24-fcf09b6ea4c9", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:09.418666", "url": "https://data.illinois.gov/api/views/suss-ypb3/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "75cc91a6-1894-48d4-b159-56868c2e4619", "resource_type": null}, {"cache_last_updated": null, "package_id": "11ee8aa5-44ae-4bc3-9199-a7d3e577020c", "webstore_last_updated": null, "id": "296e5936-bce8-49ee-bd2e-63622dc039b4", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:09.418672", "url": "https://data.illinois.gov/api/views/suss-ypb3/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "75cc91a6-1894-48d4-b159-56868c2e4619", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "cause", "id": "915712ca-334d-45fb-b9db-839a544543bf", "name": "cause"}, {"vocabulary_id": null, "state": "active", "display_name": "causes", "id": "f8b1ea1b-1934-4bf6-869e-d6e8aba17f0e", "name": "causes"}, {"vocabulary_id": null, "state": "active", "display_name": "death", "id": "0d3aedfd-454c-46fc-a33f-95b89e9ce80f", "name": "death"}], "tracking_summary": {"total": 38, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-causes-of-death-by-resident-county-2008-3fa44", "isopen": false, "url": null, "notes": "Note: The sum of counties may not equal the total for some causes due to unknown geography.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/suss-ypb3"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/suss-ypb3"}, {"key": "harvest_object_id", "value": "353ae6de-abd2-4e96-b92b-396149eff044"}, {"key": "source_hash", "value": "f59c8a67ea7c02979bb5d96dbff5a6feafd631e0"}, {"key": "harvest_object_id", "value": "353ae6de-abd2-4e96-b92b-396149eff044"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Causes of Death, by Resident County, 2008", "revision_id": "8560dd50-5a31-4ed4-8b8e-032b0ceb2459"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "72d45d12-7f7a-4246-b5c5-387ed5bdc211", "metadata_created": "2015-01-30T21:43:52.221349", "metadata_modified": "2016-06-11T01:52:38.996837", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "72d45d12-7f7a-4246-b5c5-387ed5bdc211", "webstore_last_updated": null, "id": "7b15afa4-991a-4151-8cbd-d00254d9efc1", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 33, "recent": 5}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:52.323452", "url": "https://data.illinois.gov/api/views/8kzf-xyr7/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e5214c43-23b8-4891-90fb-85605d93bb31", "resource_type": null}, {"cache_last_updated": null, "package_id": "72d45d12-7f7a-4246-b5c5-387ed5bdc211", "webstore_last_updated": null, "id": "30d87671-8c5b-4778-82cb-ce51e8bebb5f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:52.323472", "url": "https://data.illinois.gov/api/views/8kzf-xyr7/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ecdbbe3f-f6d1-4b03-82d0-0ab05c4c0089", "resource_type": null}, {"cache_last_updated": null, "package_id": "72d45d12-7f7a-4246-b5c5-387ed5bdc211", "webstore_last_updated": null, "id": "d22eb1dd-6cce-4a07-a023-671ebecdcb18", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 3, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:52.323479", "url": "https://data.illinois.gov/api/views/8kzf-xyr7/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ecdbbe3f-f6d1-4b03-82d0-0ab05c4c0089", "resource_type": null}, {"cache_last_updated": null, "package_id": "72d45d12-7f7a-4246-b5c5-387ed5bdc211", "webstore_last_updated": null, "id": "c34796bb-2ca5-4e00-86e0-b53359d27a22", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:52.323485", "url": "https://data.illinois.gov/api/views/8kzf-xyr7/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ecdbbe3f-f6d1-4b03-82d0-0ab05c4c0089", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 119, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "10to12-iquery-flu-data-0fc7d", "isopen": false, "url": null, "notes": "The reported number of illnesses caused by strains of the Influenza virus that required the case to be in the Intensive Care Unit (ICU) during a hospital stay. Influenza, commonly called \"the flu,\" is an infection of the respiratory tract caused by the influenza virus. Compared with most viral respiratory infections, such as the common cold, influenza infection often causes a more severe illness. Typical influenza illness includes fever (usually 100 degrees F to 103 degrees F in adults and often even higher in children) and respiratory symptoms, such as cough, sore throat, runny or stuffy nose, as well as headache, muscle aches and extreme fatigue. Although nausea, vomiting and diarrhea can sometimes accompany influenza infection, especially in children, these symptoms are rarely the primary symptoms. The term \"stomach flu\" is a misnomer that is sometimes used to describe gastrointestinal illnesses caused by organisms other than influenza viruses. During most flu seasons, which typically run from November to April, between 10 percent and 20 percent of the population is infected with influenza viruses. Most people who get the flu recover completely in 1 to 2 weeks, but some people develop serious and potentially life-threatening medical complications, such as pneumonia. Flu-related complications can occur at any age, but the elderly and people with chronic health problems are much more likely to develop serious complications after influenza infection than are young, healthier people. Since 2010, IDPH has collected information about influenza cases that required Intensive Care Unit (ICU) hospitalization as a way to measure the severity of disease.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-11-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8kzf-xyr7"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8kzf-xyr7"}, {"key": "harvest_object_id", "value": "7f48c936-5599-4c6b-b2c4-fbac17c119d6"}, {"key": "source_hash", "value": "78513ab1aed9528ce2238829f5d0708ccd941563"}, {"key": "harvest_object_id", "value": "7f48c936-5599-4c6b-b2c4-fbac17c119d6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "10to12 Iquery Flu Data", "revision_id": "aa1766a8-39c6-4df4-b11e-c68c16a81b68"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "09361377-45a9-4792-b6d7-13ae7ea2dc07", "metadata_created": "2015-01-30T21:44:48.262408", "metadata_modified": "2016-08-20T05:35:48.463865", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "09361377-45a9-4792-b6d7-13ae7ea2dc07", "webstore_last_updated": null, "id": "e6229ddd-48f2-4f51-866d-57b6386f9eb6", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 14, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:48.577350", "url": "https://data.illinois.gov/api/views/ie6w-7vym/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "80ea5968-244e-4f88-8d3c-db1fac73b5a9", "resource_type": null}, {"cache_last_updated": null, "package_id": "09361377-45a9-4792-b6d7-13ae7ea2dc07", "webstore_last_updated": null, "id": "3e2fd5ff-812b-441a-b7a8-cf0b2efc60b6", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:48.577375", "url": "https://data.illinois.gov/api/views/ie6w-7vym/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "948224aa-a88a-4b2f-9ee8-a2dbc4886fcb", "resource_type": null}, {"cache_last_updated": null, "package_id": "09361377-45a9-4792-b6d7-13ae7ea2dc07", "webstore_last_updated": null, "id": "4f13368a-0128-46ea-aceb-277d7c1e6bb5", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:48.577382", "url": "https://data.illinois.gov/api/views/ie6w-7vym/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "948224aa-a88a-4b2f-9ee8-a2dbc4886fcb", "resource_type": null}, {"cache_last_updated": null, "package_id": "09361377-45a9-4792-b6d7-13ae7ea2dc07", "webstore_last_updated": null, "id": "0e81874b-094c-40e2-80e4-61aa4193304d", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 6, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:48.577388", "url": "https://data.illinois.gov/api/views/ie6w-7vym/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "948224aa-a88a-4b2f-9ee8-a2dbc4886fcb", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "county", "id": "a60c8960-e942-4d43-b53a-7e1a75429fbe", "name": "county"}, {"vocabulary_id": null, "state": "active", "display_name": "fishing", "id": "f3829974-b94f-40f7-b920-b358865ed9d5", "name": "fishing"}, {"vocabulary_id": null, "state": "active", "display_name": "license", "id": "86208c57-aaac-4c84-a9f9-6a6bb097fc9d", "name": "license"}, {"vocabulary_id": null, "state": "active", "display_name": "sales", "id": "8cad3f01-0f4c-42e8-9048-8adfaffd8c9f", "name": "sales"}], "tracking_summary": {"total": 69, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "dnr-fishing-license-sales-9c2f0", "isopen": false, "url": null, "notes": "Fishing License sales from Illinois Department of Natural Resources by County", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Recreation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ie6w-7vym"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ie6w-7vym"}, {"key": "harvest_object_id", "value": "33867347-cf30-48d8-ab79-0f5c75a233ef"}, {"key": "source_hash", "value": "4235fc4757d209f722296756d9cf4a654b9978de"}, {"key": "harvest_object_id", "value": "33867347-cf30-48d8-ab79-0f5c75a233ef"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DNR Fishing License Sales", "revision_id": "e315167a-a239-4685-8249-9741ca1a3ce1"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 3, "id": "696d3420-2b29-47e1-957a-3c28141a0023", "metadata_created": "2016-07-02T02:09:34.272947", "metadata_modified": "2016-07-02T02:09:34.272947", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "696d3420-2b29-47e1-957a-3c28141a0023", "webstore_last_updated": null, "id": "d77fef3e-f5a4-4048-b93a-58b8607e48df", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2016-07-01T22:09:34.606264", "url": "https://data.illinois.gov/download/8gik-375p/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "b12a683f-c485-4afc-b108-b7709d2ddf83", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "hfs", "id": "48fc15de-77a7-48b6-b685-ea3ede854834", "name": "hfs"}, {"vocabulary_id": null, "state": "active", "display_name": "medicaid", "id": "6e127a56-4ac1-4d20-8282-8b5fe5ca201f", "name": "medicaid"}], "tracking_summary": {"total": 5, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2015-program-enrollment-data-and-dictionary", "isopen": false, "url": null, "notes": "2015 Program Enrollment Data and Dictionary", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-07-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-07-01"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health-Medicaid"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8gik-375p"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8gik-375p"}, {"key": "harvest_object_id", "value": "d570a55e-14bf-4a34-8012-9376d20aa69b"}, {"key": "source_hash", "value": "a811050bbc365940da7141aa942f2487ffc347a6"}, {"key": "harvest_object_id", "value": "d570a55e-14bf-4a34-8012-9376d20aa69b"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2015 Program Enrollment Data and Dictionary", "revision_id": "b12a683f-c485-4afc-b108-b7709d2ddf83"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 8, "id": "ed6ed9e4-1896-4beb-a9ea-ca8493ea9624", "metadata_created": "2015-01-30T21:44:51.417636", "metadata_modified": "2016-06-11T01:52:58.630971", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "ed6ed9e4-1896-4beb-a9ea-ca8493ea9624", "webstore_last_updated": null, "id": "f3fc161e-8da9-4299-a033-e0bd7daf0451", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:51.886825", "url": "https://data.illinois.gov/api/views/zyh4-gim7/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e1e1aaae-6c08-45e6-ab7a-cab0aa44e67f", "resource_type": null}, {"cache_last_updated": null, "package_id": "ed6ed9e4-1896-4beb-a9ea-ca8493ea9624", "webstore_last_updated": null, "id": "69e4114f-c149-4a6c-aa52-e4a538c0d024", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:51.886847", "url": "https://data.illinois.gov/api/views/zyh4-gim7/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "4a3a64b4-803d-4a0e-9036-fc7bd9565506", "resource_type": null}, {"cache_last_updated": null, "package_id": "ed6ed9e4-1896-4beb-a9ea-ca8493ea9624", "webstore_last_updated": null, "id": "718bcb6b-7344-4f9c-b286-0ce0872f8d3b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:51.886855", "url": "https://data.illinois.gov/api/views/zyh4-gim7/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "4a3a64b4-803d-4a0e-9036-fc7bd9565506", "resource_type": null}, {"cache_last_updated": null, "package_id": "ed6ed9e4-1896-4beb-a9ea-ca8493ea9624", "webstore_last_updated": null, "id": "9f2187b7-30aa-472c-b7ba-05f03412864f", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:51.886863", "url": "https://data.illinois.gov/api/views/zyh4-gim7/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "4a3a64b4-803d-4a0e-9036-fc7bd9565506", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "food", "id": "b39ce4ff-c86e-4d67-bddd-ef6174b5da79", "name": "food"}, {"vocabulary_id": null, "state": "active", "display_name": "fuel", "id": "a95d78b8-a8de-4612-8776-3956e0f4a3d0", "name": "fuel"}, {"vocabulary_id": null, "state": "active", "display_name": "istha", "id": "e7218c59-2fbb-4123-acc3-f64775334055", "name": "istha"}, {"vocabulary_id": null, "state": "active", "display_name": "oases", "id": "345bd3ab-fe51-458c-800b-116843ca2dc6", "name": "oases"}, {"vocabulary_id": null, "state": "active", "display_name": "oasis", "id": "97897e8e-ea34-477f-bf1c-f31d0bed11c6", "name": "oasis"}, {"vocabulary_id": null, "state": "active", "display_name": "restaurant", "id": "2edd6760-70d8-450d-b62a-b42340cf3a4b", "name": "restaurant"}, {"vocabulary_id": null, "state": "active", "display_name": "tollway", "id": "96e16045-9a28-4ca9-9af3-daf9a5889819", "name": "tollway"}, {"vocabulary_id": null, "state": "active", "display_name": "travel", "id": "3a3f62aa-56e6-4ce6-9b1e-b9e649dc00c7", "name": "travel"}], "tracking_summary": {"total": 27, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "istha-illinois-tollway-oases-ee998", "isopen": false, "url": null, "notes": "Information for all seven Tollway Oases on the Illinois Tollway system including location and vendors", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/zyh4-gim7"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/zyh4-gim7"}, {"key": "harvest_object_id", "value": "f273b525-eb45-42ac-998c-1240fc1e26fd"}, {"key": "source_hash", "value": "6f63561cacb41ce2ae2e984fe45d35d602c97e90"}, {"key": "harvest_object_id", "value": "f273b525-eb45-42ac-998c-1240fc1e26fd"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISTHA Illinois Tollway Oases", "revision_id": "b603ffe3-f665-4592-be34-12ac967b93f7"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 1, "id": "30672ca8-8b11-4fb1-8978-25ac5ccd4250", "metadata_created": "2015-01-30T21:44:46.801536", "metadata_modified": "2016-08-20T05:35:47.724499", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "30672ca8-8b11-4fb1-8978-25ac5ccd4250", "webstore_last_updated": null, "id": "de58f17e-cdd9-4430-af58-866ffa7ee3cb", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:46.941788", "url": "https://data.illinois.gov/api/views/trfn-893d/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5dd80e30-ab78-4335-a840-a3459634dba8", "resource_type": null}, {"cache_last_updated": null, "package_id": "30672ca8-8b11-4fb1-8978-25ac5ccd4250", "webstore_last_updated": null, "id": "a4645397-3b75-4d96-a47a-d54143a2b078", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:46.941812", "url": "https://data.illinois.gov/api/views/trfn-893d/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "d7abf41b-abb4-449f-a348-2b08837adff4", "resource_type": null}, {"cache_last_updated": null, "package_id": "30672ca8-8b11-4fb1-8978-25ac5ccd4250", "webstore_last_updated": null, "id": "61aac1af-65e8-4b9a-a462-5e3aef40ec45", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:46.941820", "url": "https://data.illinois.gov/api/views/trfn-893d/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "d7abf41b-abb4-449f-a348-2b08837adff4", "resource_type": null}, {"cache_last_updated": null, "package_id": "30672ca8-8b11-4fb1-8978-25ac5ccd4250", "webstore_last_updated": null, "id": "382d4b9d-23d5-46a7-bb07-dada7e17e967", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:46.941827", "url": "https://data.illinois.gov/api/views/trfn-893d/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "d7abf41b-abb4-449f-a348-2b08837adff4", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "small-business", "id": "fd7fd56a-28d9-4a38-b500-c3daa4734d62", "name": "small-business"}], "tracking_summary": {"total": 12, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "dceo-small-business-noc-f0d55", "isopen": false, "url": null, "notes": "Calendar Year 2011", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/trfn-893d"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/trfn-893d"}, {"key": "harvest_object_id", "value": "20f68f25-e5a1-43df-a4b4-93d6357b095e"}, {"key": "source_hash", "value": "fbb30c711d09285887e7de03a7027ad3a8a36c6d"}, {"key": "harvest_object_id", "value": "20f68f25-e5a1-43df-a4b4-93d6357b095e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DCEO Small Business - NOC", "revision_id": "ff02a126-1cb8-4169-a715-28072856cdf8"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 5, "id": "5075e106-bc6a-4a08-869f-fa7a20078a8f", "metadata_created": "2016-11-02T12:13:22.736081", "metadata_modified": "2016-11-02T12:13:22.736081", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5075e106-bc6a-4a08-869f-fa7a20078a8f", "webstore_last_updated": null, "id": "93f50383-8559-4207-b2d5-26fa4d777890", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-11-02T08:13:23.457870", "url": "https://data.illinois.gov/api/views/55r6-pw7f/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "38237454-537c-4798-b051-0f2d9a660610", "resource_type": null}, {"cache_last_updated": null, "package_id": "5075e106-bc6a-4a08-869f-fa7a20078a8f", "webstore_last_updated": null, "id": "0d4490f6-5bc0-47d4-9550-7350a7c5fbf9", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-11-02T08:13:23.457916", "url": "https://data.illinois.gov/api/views/55r6-pw7f/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "38237454-537c-4798-b051-0f2d9a660610", "resource_type": null}, {"cache_last_updated": null, "package_id": "5075e106-bc6a-4a08-869f-fa7a20078a8f", "webstore_last_updated": null, "id": "1f2ef517-f1b0-4624-b12b-d56bf0f9f58b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-11-02T08:13:23.457927", "url": "https://data.illinois.gov/api/views/55r6-pw7f/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "38237454-537c-4798-b051-0f2d9a660610", "resource_type": null}, {"cache_last_updated": null, "package_id": "5075e106-bc6a-4a08-869f-fa7a20078a8f", "webstore_last_updated": null, "id": "ca622a44-43bb-4d78-b8e0-4fb115f7a8d7", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-11-02T08:13:23.457936", "url": "https://data.illinois.gov/api/views/55r6-pw7f/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "38237454-537c-4798-b051-0f2d9a660610", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "2016", "id": "f200f16d-86d8-40ce-bbc1-db47a04fe372", "name": "2016"}, {"vocabulary_id": null, "state": "active", "display_name": "3rd-quarter", "id": "bc349b9a-9dda-4d21-b0a7-475e8d62f27c", "name": "3rd-quarter"}, {"vocabulary_id": null, "state": "active", "display_name": "grants", "id": "0be13301-19b5-4d6e-9ed0-220f0d1d9706", "name": "grants"}, {"vocabulary_id": null, "state": "active", "display_name": "iaca", "id": "0ebfd766-c7c9-4fe6-8bbb-58d1a8c36b90", "name": "iaca"}, {"vocabulary_id": null, "state": "active", "display_name": "illinois-arts-council-agency", "id": "f89458c9-25e4-4e82-9a06-4b2820aa7ef1", "name": "illinois-arts-council-agency"}], "tracking_summary": {"total": 3, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "grant-information-collection-act-3rd-quarter-2016", "isopen": false, "url": null, "notes": "Grant Information Collection Act - 3rd Quarter 2016", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-11-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-11-01"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/55r6-pw7f"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/55r6-pw7f"}, {"key": "harvest_object_id", "value": "c8a43ee3-a8b5-4983-932c-3c850e345e6e"}, {"key": "source_hash", "value": "8998c0bf4f65f5ebbcf2ea08a90f9e9001b2ef38"}, {"key": "harvest_object_id", "value": "c8a43ee3-a8b5-4983-932c-3c850e345e6e"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Grant Information Collection Act - 3rd Quarter 2016", "revision_id": "38237454-537c-4798-b051-0f2d9a660610"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 3, "id": "7bd6abfc-5b9a-4665-a6ed-efe58c8a82c2", "metadata_created": "2015-01-30T21:45:32.173832", "metadata_modified": "2016-08-20T05:36:01.509889", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "7bd6abfc-5b9a-4665-a6ed-efe58c8a82c2", "webstore_last_updated": null, "id": "6729e356-6acc-4966-a19a-96b23206d7a5", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 10, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:32.425919", "url": "https://data.illinois.gov/api/views/mviv-n6gr/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5d251253-1265-4ebe-8acf-e6b874c761fa", "resource_type": null}, {"cache_last_updated": null, "package_id": "7bd6abfc-5b9a-4665-a6ed-efe58c8a82c2", "webstore_last_updated": null, "id": "40fdba57-431b-44aa-8101-54b641ec3f37", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:32.425943", "url": "https://data.illinois.gov/api/views/mviv-n6gr/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "7125a33e-e3d3-4a72-b6cb-13e5ee898db2", "resource_type": null}, {"cache_last_updated": null, "package_id": "7bd6abfc-5b9a-4665-a6ed-efe58c8a82c2", "webstore_last_updated": null, "id": "f46c22a8-8d58-4057-b161-1d17743b3c71", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:32.425950", "url": "https://data.illinois.gov/api/views/mviv-n6gr/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "7125a33e-e3d3-4a72-b6cb-13e5ee898db2", "resource_type": null}, {"cache_last_updated": null, "package_id": "7bd6abfc-5b9a-4665-a6ed-efe58c8a82c2", "webstore_last_updated": null, "id": "d840fb9f-d773-49cc-a71b-bb120b099e8b", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:32.425958", "url": "https://data.illinois.gov/api/views/mviv-n6gr/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "7125a33e-e3d3-4a72-b6cb-13e5ee898db2", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "income", "id": "a13ac49e-1d90-4a0b-af37-6bdb42b972d7", "name": "income"}, {"vocabulary_id": null, "state": "active", "display_name": "revenue", "id": "ac137821-331f-432b-b2c5-9aa2509719ae", "name": "revenue"}, {"vocabulary_id": null, "state": "active", "display_name": "tax", "id": "244f038b-8521-43ad-bf3e-a8cee478a51c", "name": "tax"}], "tracking_summary": {"total": 22, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idor-2009-illinois-individual-income-tax-returns-by-net-income-all-resident-types-49e55", "isopen": false, "url": null, "notes": "This report is created twice a year, usually in January as a PRELIMINARY reporting and then in August for a FINAL reporting.\n\nILLINOIS DEPARTMENT OF REVENUE\nNET INCOME REPORT\nINDIVIDUAL INCOME TAX RETURNS FILED BY NET INCOME: ALL RESIDENT TYPES\nANNUAL REPORT - TAX YEAR: 2009 - PRELIMINARY\n\"Source: Preliminary 1040 IIT Return File Dated Jan, 2011\n\n**CONFIDENTIALITY REPORT RESTRICTION: No details published when 20 or less returns.\n\nReport ID: TDWR-IITEOY-002A\nData Source: 2009\nReport Date: 05/27/2011 11:32:18 AM", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-06-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/mviv-n6gr"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/mviv-n6gr"}, {"key": "harvest_object_id", "value": "42cf171a-e97c-4d92-b349-48b21baf5ca1"}, {"key": "source_hash", "value": "bcdb1a1d2eaa168b3c3967b13ac5523f192e2eb5"}, {"key": "harvest_object_id", "value": "42cf171a-e97c-4d92-b349-48b21baf5ca1"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOR 2009 Illinois Individual Income Tax - Returns by Net Income, All Resident types", "revision_id": "be8f2419-2074-4349-8659-167b7e9b64d2"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "bd78ef1e-c3bf-425f-84eb-9796db242822", "metadata_created": "2015-01-30T21:43:59.578827", "metadata_modified": "2016-03-08T22:34:18.557159", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "bd78ef1e-c3bf-425f-84eb-9796db242822", "webstore_last_updated": null, "id": "aa7d04ed-8c3f-4f30-a05e-570016234b47", "size": null, "state": "active", "hash": "", "description": "list.html", "format": "HTML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/html", "cache_url": null, "name": "Web Page", "created": "2015-01-30T16:43:59.702605", "url": "http://www.bellevillepubliclibrary.org/news-events/lib-cal/list.html", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "751fb111-59f7-4d4c-bdbf-d3c5789a477f", "resource_type": null}], "num_resources": 1, "tags": [], "tracking_summary": {"total": 26, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "city-of-belleville-library-35468", "isopen": false, "url": null, "notes": "Library Calendar of Events", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2013-03-06"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Recreation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/a4iq-xkty"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/a4iq-xkty"}, {"key": "harvest_object_id", "value": "5a06ad55-cf80-4efb-a4c1-ee3f1278f246"}, {"key": "source_hash", "value": "0a08256319995a428745d367aa45323509e21963"}, {"key": "harvest_object_id", "value": "5a06ad55-cf80-4efb-a4c1-ee3f1278f246"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "City of Belleville Library", "revision_id": "f22456fe-0dea-4c57-9bd9-a1a43b2eb8ed"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "7191ae29-6ddd-4f07-96ce-a30d0568dfd6", "metadata_created": "2015-04-30T14:40:31.985643", "metadata_modified": "2016-06-11T01:52:24.018710", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "7191ae29-6ddd-4f07-96ce-a30d0568dfd6", "webstore_last_updated": null, "id": "d86abf6e-2058-4def-bb5b-552d0820d29f", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-04-30T10:40:33.192761", "url": "https://data.illinois.gov/api/views/5ydm-i7nd/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "f4e23a18-f64b-4db8-b4d5-4ff1b73b4b76", "resource_type": null}, {"cache_last_updated": null, "package_id": "7191ae29-6ddd-4f07-96ce-a30d0568dfd6", "webstore_last_updated": null, "id": "5c939630-5e98-4933-8352-148d76873a9a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-04-30T10:40:33.192794", "url": "https://data.illinois.gov/api/views/5ydm-i7nd/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "8e38bdb5-71b1-4652-9752-a288931350d3", "resource_type": null}, {"cache_last_updated": null, "package_id": "7191ae29-6ddd-4f07-96ce-a30d0568dfd6", "webstore_last_updated": null, "id": "56bdfa1a-9c54-4615-9715-23e95af46fc2", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-04-30T10:40:33.192804", "url": "https://data.illinois.gov/api/views/5ydm-i7nd/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "8e38bdb5-71b1-4652-9752-a288931350d3", "resource_type": null}, {"cache_last_updated": null, "package_id": "7191ae29-6ddd-4f07-96ce-a30d0568dfd6", "webstore_last_updated": null, "id": "41d249e6-1cd3-4c98-b59a-b8a665b7b155", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-04-30T10:40:33.192811", "url": "https://data.illinois.gov/api/views/5ydm-i7nd/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "8e38bdb5-71b1-4652-9752-a288931350d3", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "inspector", "id": "ff1edc79-270b-42aa-b0ff-23d3611921d6", "name": "inspector"}, {"vocabulary_id": null, "state": "active", "display_name": "lead", "id": "79fcb67d-1c54-48d3-a2ac-e87e55fb5c3f", "name": "lead"}, {"vocabulary_id": null, "state": "active", "display_name": "risk-assessor", "id": "d61fe63e-de1f-45f3-8988-2beee004d6f0", "name": "risk-assessor"}], "tracking_summary": {"total": 9, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "lead-risk-assessor-and-inspector-licensees", "isopen": false, "url": null, "notes": "This list contains Lead Risk Assessor and Lead Inspector licensees with their license expiration date and employer information.\r\n\r\nlast updated December 2015", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-12-04"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2015-12-04"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5ydm-i7nd"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5ydm-i7nd"}, {"key": "harvest_object_id", "value": "e934ca37-e8bc-47b3-9642-2c9a247d7063"}, {"key": "source_hash", "value": "d5fc367062145f62fc8d1fa60584565515a543a9"}, {"key": "harvest_object_id", "value": "e934ca37-e8bc-47b3-9642-2c9a247d7063"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Lead Risk Assessor and Inspector Licensees", "revision_id": "7d7dfcf7-4010-49ef-bb87-6792d13f0f6d"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 8, "id": "e5896edf-2e3c-4612-9de9-c4e375640661", "metadata_created": "2015-01-30T21:43:05.015557", "metadata_modified": "2016-10-21T11:11:40.112561", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "e5896edf-2e3c-4612-9de9-c4e375640661", "webstore_last_updated": null, "id": "d5fa5bfe-0fd1-42b1-af3e-1347132413b4", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:05.658715", "url": "https://data.illinois.gov/api/views/kc8y-8tqk/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "4b5107d9-96fc-4128-a991-970c6251b937", "resource_type": null}, {"cache_last_updated": null, "package_id": "e5896edf-2e3c-4612-9de9-c4e375640661", "webstore_last_updated": null, "id": "bcfc81d2-af4e-4832-86f6-12a40a4fc124", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:05.658734", "url": "https://data.illinois.gov/api/views/kc8y-8tqk/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "6dc59aa0-1491-41aa-91a7-60dd52d67353", "resource_type": null}, {"cache_last_updated": null, "package_id": "e5896edf-2e3c-4612-9de9-c4e375640661", "webstore_last_updated": null, "id": "b54010e5-6660-4cde-b2e2-23e03cf68046", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:05.658742", "url": "https://data.illinois.gov/api/views/kc8y-8tqk/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "6dc59aa0-1491-41aa-91a7-60dd52d67353", "resource_type": null}, {"cache_last_updated": null, "package_id": "e5896edf-2e3c-4612-9de9-c4e375640661", "webstore_last_updated": null, "id": "29df456c-b849-4a59-b9e2-57c3d6186621", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:05.658748", "url": "https://data.illinois.gov/api/views/kc8y-8tqk/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "6dc59aa0-1491-41aa-91a7-60dd52d67353", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "cumulative-percent", "id": "9d4909ca-6d4b-4b10-9d06-c8c5d5e21744", "name": "cumulative-percent"}, {"vocabulary_id": null, "state": "active", "display_name": "gonorrhea", "id": "a273b812-ef53-4418-8d2f-a0689781da7e", "name": "gonorrhea"}, {"vocabulary_id": null, "state": "active", "display_name": "nationally", "id": "80485905-8087-4e65-aaff-db987969d2c9", "name": "nationally"}, {"vocabulary_id": null, "state": "active", "display_name": "nationally-ranked", "id": "bedb1772-0768-4fd3-8d52-854815a75ba4", "name": "nationally-ranked"}, {"vocabulary_id": null, "state": "active", "display_name": "ranked", "id": "5bc2c7c2-fc22-41d4-b51b-37f6065d55c8", "name": "ranked"}, {"vocabulary_id": null, "state": "active", "display_name": "rate", "id": "60a50ae2-ae12-4cb6-ae84-35e695adbff4", "name": "rate"}, {"vocabulary_id": null, "state": "active", "display_name": "std", "id": "40ef84e6-3e1a-439a-9452-1f140094b36f", "name": "std"}], "tracking_summary": {"total": 16, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-stds-nationally-ranked-by-county-gonorrhea-2005-2013", "isopen": false, "url": null, "notes": "U.S. counties ranked nationally by cases of gonorrhea reported. Data Source: Centers for Disease Control and Prevention 2005-2015 Surveillance Report (http://www.cdc.gov/STD/publications/default.htm)", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-10-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-10-20"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/kc8y-8tqk"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/kc8y-8tqk"}, {"key": "harvest_object_id", "value": "0c981eb8-1663-46f7-a477-17afa3f10f1b"}, {"key": "source_hash", "value": "d6ac68a7db7609cd531a9429ee33e73db35eeba6"}, {"key": "harvest_object_id", "value": "0c981eb8-1663-46f7-a477-17afa3f10f1b"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH: STDs Nationally Ranked By County, By Case Count Gonorrhea 2005-2015", "revision_id": "becc5d38-128d-4a61-8fc0-4e91c3c060bd"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 4, "id": "d9ab8247-7ca1-43da-b863-4c0c84d4368e", "metadata_created": "2016-07-26T04:28:53.633738", "metadata_modified": "2017-02-14T20:54:37.912422", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "d9ab8247-7ca1-43da-b863-4c0c84d4368e", "webstore_last_updated": null, "id": "88be248e-79b3-47a5-8c98-ee0d20b7bef9", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2016-07-26T00:28:56.067921", "url": "https://data.illinois.gov/api/views/9zru-nvxs/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "a6d9d33d-4b98-43fa-8155-67eecef45853", "resource_type": null}, {"cache_last_updated": null, "package_id": "d9ab8247-7ca1-43da-b863-4c0c84d4368e", "webstore_last_updated": null, "id": "b2cd6345-200d-41a8-942d-646d42e6821f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2016-07-26T00:28:56.067961", "url": "https://data.illinois.gov/api/views/9zru-nvxs/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "a6d9d33d-4b98-43fa-8155-67eecef45853", "resource_type": null}, {"cache_last_updated": null, "package_id": "d9ab8247-7ca1-43da-b863-4c0c84d4368e", "webstore_last_updated": null, "id": "87462e71-7560-4a66-b6ed-baeba9325877", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2016-07-26T00:28:56.067975", "url": "https://data.illinois.gov/api/views/9zru-nvxs/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "a6d9d33d-4b98-43fa-8155-67eecef45853", "resource_type": null}, {"cache_last_updated": null, "package_id": "d9ab8247-7ca1-43da-b863-4c0c84d4368e", "webstore_last_updated": null, "id": "05c50ffa-ac4a-41ce-adc4-7c6a9707a15b", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2016-07-26T00:28:56.067987", "url": "https://data.illinois.gov/api/views/9zru-nvxs/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "a6d9d33d-4b98-43fa-8155-67eecef45853", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "calls-for-service", "id": "235daf5d-fcaf-446d-aa27-945d6e1133ff", "name": "calls-for-service"}, {"vocabulary_id": null, "state": "active", "display_name": "city-of-rockford", "id": "35ab88e6-88e3-4c32-876d-1eb9a7b5e90a", "name": "city-of-rockford"}, {"vocabulary_id": null, "state": "active", "display_name": "dispatch", "id": "e438127b-b1c4-46ce-a3ee-d81fd1af18ee", "name": "dispatch"}, {"vocabulary_id": null, "state": "active", "display_name": "rockford", "id": "00b5844e-c354-4206-ae3d-e21ad0311ce7", "name": "rockford"}], "tracking_summary": {"total": 39, "recent": 1}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "rockford-police-department-72-hour-dispatch-call-log", "isopen": false, "url": null, "notes": "City of Rockford Police Department Open Data Disclaimer:\r\n\r\nThe purpose of this dataset is to display a continuing dispatched Call for Service (CFS) log for the previous 72 hours. Only CFS that have been dispatched for at least one hour will display and the log will be refreshed once every hour. Some CFS have been suppressed from this log due to the sensitivity of the type of call. Primarily, any CFS involving sexual, domestic related or sensitive juvenile incidents have been suppressed.\r\n\r\nAll data contained on this site has been gathered through legitimate means and with the knowledge and approval of the Rockford Police Department. All data has been extracted, processed and presented through appropriate channels. \r\n\r\nData and Information: \r\nAll CFS data is obtained from the Police/911 Computer Aided Dispatch (CAD) system as reported. Information is preliminary and subject to change as police reports are submitted. Media outlets are advised to confirm any information not already verified through department issued press releases. Data is illustrative, not an official crime report, and should not be used for comparative reporting. The Rockford Police Department is not responsible for any error or omission, misuse, or results obtained from the use of this information. Although no personal information is disseminated through data.illinois.gov, remember that all subjects are presumed innocent until proven guilty in a court of law.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-07-25"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2017-02-14"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Safety"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/9zru-nvxs"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/9zru-nvxs"}, {"key": "harvest_object_id", "value": "e82f9768-29c7-4c59-9ff5-61f0e07c65cb"}, {"key": "source_hash", "value": "9c5d7cea18beb33dbe561e91946df210b33fb8ec"}, {"key": "harvest_object_id", "value": "2bd3cfe8-aa9f-4edd-bc53-01247e8dc08d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Rockford Police Department 72 Hour Dispatch Call Log", "revision_id": "26a250e8-d75d-4715-8fa4-1e1c70b0f5e5"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "21964fc7-afab-47f0-ab38-5cd6d51e2ab5", "metadata_created": "2015-01-30T21:44:09.780912", "metadata_modified": "2016-06-11T01:52:44.056093", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "21964fc7-afab-47f0-ab38-5cd6d51e2ab5", "webstore_last_updated": null, "id": "19e88891-7d52-4bdf-a2b1-097fdd29d853", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:09.906602", "url": "https://data.illinois.gov/api/views/xb2x-ki6u/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "6bc4d089-c4e7-4d43-b0f4-930b101a8dc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "21964fc7-afab-47f0-ab38-5cd6d51e2ab5", "webstore_last_updated": null, "id": "a14874aa-0ae4-48f1-b4dd-26f07364a75d", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:09.906622", "url": "https://data.illinois.gov/api/views/xb2x-ki6u/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ad79dfaf-0f2e-4814-9043-f51efeedb5db", "resource_type": null}, {"cache_last_updated": null, "package_id": "21964fc7-afab-47f0-ab38-5cd6d51e2ab5", "webstore_last_updated": null, "id": "be98fd25-01a4-48b8-9123-c0c261a12b90", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:09.906630", "url": "https://data.illinois.gov/api/views/xb2x-ki6u/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ad79dfaf-0f2e-4814-9043-f51efeedb5db", "resource_type": null}, {"cache_last_updated": null, "package_id": "21964fc7-afab-47f0-ab38-5cd6d51e2ab5", "webstore_last_updated": null, "id": "ba2e1154-dbfd-4b6b-9e01-669f9b05acfa", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:09.906636", "url": "https://data.illinois.gov/api/views/xb2x-ki6u/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ad79dfaf-0f2e-4814-9043-f51efeedb5db", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 3, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "oeig-fy12-annual-report-number-of-founded-complaints-by-type-appendix-iv-f1069", "isopen": false, "url": null, "notes": "OEIG FY12 Annual Report - Number of Founded Complaints by Type (Appendix IV)", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-01-08"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/xb2x-ki6u"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/xb2x-ki6u"}, {"key": "harvest_object_id", "value": "8c059514-fe52-4d3b-9c6a-7203617c268b"}, {"key": "source_hash", "value": "87be029e9e2c54ff219bc79853d9268a417e836c"}, {"key": "harvest_object_id", "value": "8c059514-fe52-4d3b-9c6a-7203617c268b"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "OEIG FY12 Annual Report - Number of Founded Complaints by Type (Appendix IV)", "revision_id": "b3c31f0f-fee1-4b27-a2da-c4ac3b9da0c6"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "metadata_created": "2015-12-03T11:51:35.066501", "metadata_modified": "2016-08-29T05:55:57.908154", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "webstore_last_updated": null, "id": "fa43ea0c-cfe2-4b15-aa69-80f58537b717", "size": null, "state": "active", "hash": "", "description": "", "format": "KML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kml+xml", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:35.510339", "url": "https://data.illinois.gov/api/geospatial/ccgd-xkqp?method=export&format=KML", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "ba0f2e41-a55f-42ca-828e-fe5708589cc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "webstore_last_updated": null, "id": "f5c60ddb-aa7b-48d2-a9ff-7cd6b48770cb", "size": null, "state": "active", "hash": "", "description": "", "format": "KMZ", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kmz", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:35.510367", "url": "https://data.illinois.gov/api/geospatial/ccgd-xkqp?method=export&format=KMZ", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ba0f2e41-a55f-42ca-828e-fe5708589cc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "webstore_last_updated": null, "id": "21b3fc07-6521-45d2-b763-10039e664b0c", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:35.510376", "url": "https://data.illinois.gov/api/geospatial/ccgd-xkqp?method=export&format=Shapefile", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ba0f2e41-a55f-42ca-828e-fe5708589cc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "webstore_last_updated": null, "id": "591b3df7-e08f-4ae5-bceb-d9d6f6f4576e", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:35.510384", "url": "https://data.illinois.gov/api/geospatial/ccgd-xkqp?method=export&format=Original", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ba0f2e41-a55f-42ca-828e-fe5708589cc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "webstore_last_updated": null, "id": "cf3d71c1-89ac-42eb-b24a-87220425c437", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:35.510391", "url": "https://data.illinois.gov/api/views/rk49-t6yt/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 4, "revision_id": "ba0f2e41-a55f-42ca-828e-fe5708589cc0", "resource_type": null}, {"cache_last_updated": null, "package_id": "242082fa-dba7-45f2-8844-acd5bbedf9c7", "webstore_last_updated": null, "id": "ccec6640-133d-47ce-acee-4d3f00478dd2", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:35.510398", "url": "https://data.illinois.gov/api/views/rk49-t6yt/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 5, "revision_id": "ba0f2e41-a55f-42ca-828e-fe5708589cc0", "resource_type": null}], "num_resources": 6, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "associations", "id": "e6a5473e-67e4-4e69-8085-b66b0c48bc6a", "name": "associations"}, {"vocabulary_id": null, "state": "active", "display_name": "champaign", "id": "581d24b4-64b3-499d-bdd9-e6a92e4a14db", "name": "champaign"}, {"vocabulary_id": null, "state": "active", "display_name": "lake", "id": "ce119f2a-a905-4a8e-83ce-e08bce5b25be", "name": "lake"}, {"vocabulary_id": null, "state": "active", "display_name": "owner", "id": "e83bc909-49ce-4605-b251-0815b53c24f6", "name": "owner"}], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "lake-owner-associations", "isopen": false, "url": null, "notes": "Lake Owner Associations", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-18"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-28"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ccgd-xkqp"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ccgd-xkqp"}, {"key": "harvest_object_id", "value": "cd32e1b9-fdd3-438f-8bf5-8db11e518ecc"}, {"key": "source_hash", "value": "55532afbde223c225d88a1b7f2d1b7379ed5fc6c"}, {"key": "harvest_object_id", "value": "cd32e1b9-fdd3-438f-8bf5-8db11e518ecc"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Lake Owner Associations", "revision_id": "182c47fd-128e-4671-9ca8-6a22c42c1771"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "28ad6e02-c68b-41b2-a677-f051af3ecb32", "metadata_created": "2015-01-30T21:44:21.905895", "metadata_modified": "2016-06-11T01:52:47.735135", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "28ad6e02-c68b-41b2-a677-f051af3ecb32", "webstore_last_updated": null, "id": "328ab632-caee-4f7e-b288-c5688868f096", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:22.049942", "url": "https://data.illinois.gov/api/views/fzqr-ukfe/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "a1e43f36-e1be-4fc4-b26d-5efa47e87b31", "resource_type": null}, {"cache_last_updated": null, "package_id": "28ad6e02-c68b-41b2-a677-f051af3ecb32", "webstore_last_updated": null, "id": "4ec71347-dc10-4070-bed9-d3f59f8c7e55", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:22.049962", "url": "https://data.illinois.gov/api/views/fzqr-ukfe/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "e22e7284-a4c9-4dac-b007-a09eaa455ef1", "resource_type": null}, {"cache_last_updated": null, "package_id": "28ad6e02-c68b-41b2-a677-f051af3ecb32", "webstore_last_updated": null, "id": "7c1ae5d3-ff3c-448c-a548-aa088996158c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:22.049986", "url": "https://data.illinois.gov/api/views/fzqr-ukfe/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "e22e7284-a4c9-4dac-b007-a09eaa455ef1", "resource_type": null}, {"cache_last_updated": null, "package_id": "28ad6e02-c68b-41b2-a677-f051af3ecb32", "webstore_last_updated": null, "id": "9781054f-1710-4d0a-9c4d-ad41c0672f74", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:22.049995", "url": "https://data.illinois.gov/api/views/fzqr-ukfe/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "e22e7284-a4c9-4dac-b007-a09eaa455ef1", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "economic-development", "id": "83dbb37f-8877-4095-9306-17e4aa63075d", "name": "economic-development"}, {"vocabulary_id": null, "state": "active", "display_name": "planning", "id": "e2f63179-603f-4c7b-ac4b-ddb40b9f1eb7", "name": "planning"}], "tracking_summary": {"total": 5, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-tif-district-b4f0f", "isopen": true, "url": null, "notes": "This dataset contains a listing of all TIF Districts in the Chicago Southland region.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/fzqr-ukfe"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/fzqr-ukfe"}, {"key": "harvest_object_id", "value": "c029ba26-a957-4e1e-b1ae-2f56ad913395"}, {"key": "source_hash", "value": "87360399fc628a1b0626d0e83cf690902e8a2278"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "c029ba26-a957-4e1e-b1ae-2f56ad913395"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA TIF District", "revision_id": "2d705db3-4c6d-4aba-b83d-5e78b5fdd9c2"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "28c933bc-d0a1-41d9-b117-1c24143136ba", "metadata_created": "2015-08-28T08:14:17.984230", "metadata_modified": "2016-01-22T13:49:07.909885", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "28c933bc-d0a1-41d9-b117-1c24143136ba", "webstore_last_updated": null, "id": "d7852e70-a338-4535-bbb6-8ca7296ac070", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2015-08-28T04:14:18.350052", "url": "https://data.illinois.gov/download/xzqc-5cp3/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "0309c981-83ca-4fe8-818c-ed5c36aec577", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "administration", "id": "fbc673f0-a73e-45fc-a834-dba8754c661b", "name": "administration"}, {"vocabulary_id": null, "state": "active", "display_name": "budget", "id": "fcebb4e9-20a7-4f46-9ced-65c8227032b5", "name": "budget"}, {"vocabulary_id": null, "state": "active", "display_name": "finance", "id": "5ab96731-c9f3-4989-ad2f-eb7eddadac66", "name": "finance"}, {"vocabulary_id": null, "state": "active", "display_name": "orland-hills", "id": "658da975-3329-4fd0-8658-d009abcc36e7", "name": "orland-hills"}], "tracking_summary": {"total": 11, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-village-of-orland-hills-fy-2012-budget", "isopen": true, "url": null, "notes": "This is the budget document for the FY 2012 Village of Orland Hills, Illinois", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/xzqc-5cp3"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/xzqc-5cp3"}, {"key": "harvest_object_id", "value": "e7b14040-5bc3-418b-96fc-4bdbe50a8266"}, {"key": "source_hash", "value": "8a9ae06393b5026360201eddd2d9ab92df91aa65"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "e7b14040-5bc3-418b-96fc-4bdbe50a8266"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Village of Orland Hills: FY 2012 Budget", "revision_id": "2b138b31-bef1-43c5-8d4e-6f6920f8fb8f"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "0dbe7d48-ff94-44d7-8caa-5748eeeb4a5c", "metadata_created": "2015-01-30T21:44:00.062591", "metadata_modified": "2016-06-11T01:52:41.459219", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0dbe7d48-ff94-44d7-8caa-5748eeeb4a5c", "webstore_last_updated": null, "id": "e8a80171-2e18-48ed-9468-d23f04f519fa", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:00.171790", "url": "https://data.illinois.gov/api/views/a2nx-jhgj/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e1ed5f0d-d915-4da7-beee-a8d1ca5224d5", "resource_type": null}, {"cache_last_updated": null, "package_id": "0dbe7d48-ff94-44d7-8caa-5748eeeb4a5c", "webstore_last_updated": null, "id": "1ed0f7de-1df1-48b4-930e-1224f6cbe761", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:00.171810", "url": "https://data.illinois.gov/api/views/a2nx-jhgj/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "63df91f6-350a-4860-87da-62f8517a8d51", "resource_type": null}, {"cache_last_updated": null, "package_id": "0dbe7d48-ff94-44d7-8caa-5748eeeb4a5c", "webstore_last_updated": null, "id": "a5f89559-7da3-4af7-8eeb-1a79955f7569", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:00.171818", "url": "https://data.illinois.gov/api/views/a2nx-jhgj/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "63df91f6-350a-4860-87da-62f8517a8d51", "resource_type": null}, {"cache_last_updated": null, "package_id": "0dbe7d48-ff94-44d7-8caa-5748eeeb4a5c", "webstore_last_updated": null, "id": "dea589c4-3323-4799-85bc-0a8fc3d2b66f", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:00.171824", "url": "https://data.illinois.gov/api/views/a2nx-jhgj/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "63df91f6-350a-4860-87da-62f8517a8d51", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 7, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "belleville-spotcrime-2010-2013-reports-f1dcc", "isopen": false, "url": null, "notes": "Belleville Spotcrime 2010-2013 REPORTS", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-06"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/a2nx-jhgj"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/a2nx-jhgj"}, {"key": "harvest_object_id", "value": "dae8f1a7-de63-47da-b22f-388a1ce83363"}, {"key": "source_hash", "value": "51c92468615ffc4d04a67da150f18d290ea95d55"}, {"key": "harvest_object_id", "value": "dae8f1a7-de63-47da-b22f-388a1ce83363"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Belleville Spotcrime 2010-2013 REPORTS", "revision_id": "703b6808-6ff3-4ca3-af25-99d4cd0717b9"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 3, "id": "14e5e9a7-a687-483c-b0a7-71808d84035c", "metadata_created": "2015-01-30T21:43:36.650798", "metadata_modified": "2016-08-20T05:35:36.898669", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "14e5e9a7-a687-483c-b0a7-71808d84035c", "webstore_last_updated": null, "id": "3579f182-5d38-4937-9977-11cdfb01b324", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:36.891496", "url": "https://data.illinois.gov/api/views/ifaa-ww6b/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "16583d82-e5c9-4cb8-ad7f-096160cdfb13", "resource_type": null}, {"cache_last_updated": null, "package_id": "14e5e9a7-a687-483c-b0a7-71808d84035c", "webstore_last_updated": null, "id": "974193ff-5509-4799-9ae9-edce8d5d745a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:36.891517", "url": "https://data.illinois.gov/api/views/ifaa-ww6b/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2f9a04bf-2542-4936-b65b-d988639fa95c", "resource_type": null}, {"cache_last_updated": null, "package_id": "14e5e9a7-a687-483c-b0a7-71808d84035c", "webstore_last_updated": null, "id": "38802d19-c800-4159-8cd7-56b05a52ce79", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:36.891526", "url": "https://data.illinois.gov/api/views/ifaa-ww6b/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2f9a04bf-2542-4936-b65b-d988639fa95c", "resource_type": null}, {"cache_last_updated": null, "package_id": "14e5e9a7-a687-483c-b0a7-71808d84035c", "webstore_last_updated": null, "id": "a29ddd14-4417-4cdc-afe9-cea6b55037a6", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:36.891536", "url": "https://data.illinois.gov/api/views/ifaa-ww6b/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2f9a04bf-2542-4936-b65b-d988639fa95c", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "hfs", "id": "48fc15de-77a7-48b6-b685-ea3ede854834", "name": "hfs"}, {"vocabulary_id": null, "state": "active", "display_name": "medicaid", "id": "6e127a56-4ac1-4d20-8282-8b5fe5ca201f", "name": "medicaid"}], "tracking_summary": {"total": 7, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2011-provider-level-data-c8a7a", "isopen": false, "url": null, "notes": "2011 Provider- Level Data", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-04-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health-Medicaid"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ifaa-ww6b"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ifaa-ww6b"}, {"key": "harvest_object_id", "value": "b5703f0d-386b-4630-b443-03308b50d36f"}, {"key": "source_hash", "value": "8e087106b3f101f30819d3616eb49cb417018d4e"}, {"key": "harvest_object_id", "value": "b5703f0d-386b-4630-b443-03308b50d36f"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2011 Provider- Level Data", "revision_id": "4c26b27b-eb4d-4fc9-a64a-79e22b5fd502"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "0c37cc8a-357b-40cc-acb0-b6219466e845", "metadata_created": "2015-01-30T21:43:57.859672", "metadata_modified": "2016-06-11T01:52:40.637814", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0c37cc8a-357b-40cc-acb0-b6219466e845", "webstore_last_updated": null, "id": "6017575c-3d95-45b4-b565-b6a0c30428b0", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:57.980596", "url": "https://data.illinois.gov/api/views/wyic-g7r7/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "d3c4e6c3-483e-42a2-8d9f-ca17f4cdb350", "resource_type": null}, {"cache_last_updated": null, "package_id": "0c37cc8a-357b-40cc-acb0-b6219466e845", "webstore_last_updated": null, "id": "92cb9b55-bef4-4806-be12-f541b0c4c236", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:57.980617", "url": "https://data.illinois.gov/api/views/wyic-g7r7/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "405227df-1a12-4613-8593-fc38d1f43a19", "resource_type": null}, {"cache_last_updated": null, "package_id": "0c37cc8a-357b-40cc-acb0-b6219466e845", "webstore_last_updated": null, "id": "2a08e862-d7a8-413d-9581-ebf56ff39e2c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:57.980625", "url": "https://data.illinois.gov/api/views/wyic-g7r7/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "405227df-1a12-4613-8593-fc38d1f43a19", "resource_type": null}, {"cache_last_updated": null, "package_id": "0c37cc8a-357b-40cc-acb0-b6219466e845", "webstore_last_updated": null, "id": "bbe11813-cd1f-4ee3-9f66-45218f3ec5e1", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:57.980631", "url": "https://data.illinois.gov/api/views/wyic-g7r7/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "405227df-1a12-4613-8593-fc38d1f43a19", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 3, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "department-codes-57967", "isopen": false, "url": null, "notes": "City of Rockford Finance Department Codes", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/wyic-g7r7"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/wyic-g7r7"}, {"key": "harvest_object_id", "value": "d19b6101-5e5d-4695-8199-165581f4ef09"}, {"key": "source_hash", "value": "ec5d6a0f29ef2a20ae744d443181cd2abad3aa72"}, {"key": "harvest_object_id", "value": "d19b6101-5e5d-4695-8199-165581f4ef09"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Department Codes", "revision_id": "47f58ee4-53c7-46bc-86e3-1b65268bc820"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "1a7bc7ca-6e0d-444a-b4b6-3cc9b3a8ba2e", "metadata_created": "2015-01-30T21:44:36.860664", "metadata_modified": "2016-08-20T05:35:45.210329", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "1a7bc7ca-6e0d-444a-b4b6-3cc9b3a8ba2e", "webstore_last_updated": null, "id": "bb05a0e3-71c0-40bd-aba1-4a55000d148c", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:37.119011", "url": "https://data.illinois.gov/api/views/7a67-edw6/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "881fe692-fb7d-4f04-a8d5-697777f32f6d", "resource_type": null}, {"cache_last_updated": null, "package_id": "1a7bc7ca-6e0d-444a-b4b6-3cc9b3a8ba2e", "webstore_last_updated": null, "id": "41249c48-07df-495f-b5ce-37c7263a17aa", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:37.119031", "url": "https://data.illinois.gov/api/views/7a67-edw6/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "7510434b-62d9-486d-a54d-5f123e4bb55e", "resource_type": null}, {"cache_last_updated": null, "package_id": "1a7bc7ca-6e0d-444a-b4b6-3cc9b3a8ba2e", "webstore_last_updated": null, "id": "fcb46d88-d1f0-4953-ac54-003d1c587f13", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:37.119038", "url": "https://data.illinois.gov/api/views/7a67-edw6/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "7510434b-62d9-486d-a54d-5f123e4bb55e", "resource_type": null}, {"cache_last_updated": null, "package_id": "1a7bc7ca-6e0d-444a-b4b6-3cc9b3a8ba2e", "webstore_last_updated": null, "id": "dd5ad3a7-fc03-4c24-8e1a-474e4a559fac", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:37.119045", "url": "https://data.illinois.gov/api/views/7a67-edw6/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "7510434b-62d9-486d-a54d-5f123e4bb55e", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "mass-layoff-statistics", "id": "dd90d09c-e12f-4d5e-8625-72375e4a8ebd", "name": "mass-layoff-statistics"}, {"vocabulary_id": null, "state": "active", "display_name": "mls", "id": "7d5eb953-bea2-4de9-9098-1f9a48979c97", "name": "mls"}], "tracking_summary": {"total": 6, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ides-mass-layoff-statistics-by-industry-annual-45ff6", "isopen": false, "url": null, "notes": "Annual mass layoffs by industry group in Illinois (subject to revision). Includes all potential mass layoff events, regardless of the reason(s) or duration of the layoffs (i.e. both temporary and extended layoffs and economic and non-economic layoffs). Data suppressed to avoid potential disclosure on individual business establishments, per State law.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-04-12"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/7a67-edw6"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/7a67-edw6"}, {"key": "harvest_object_id", "value": "b66b8790-a0ef-4278-b5c0-d73ecb1e913d"}, {"key": "source_hash", "value": "55d3b49cd1fac87f6ddb05a8fe134eab637ed7a2"}, {"key": "harvest_object_id", "value": "b66b8790-a0ef-4278-b5c0-d73ecb1e913d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDES - Mass Layoff Statistics By Industry (Annual)", "revision_id": "b0708fc2-a2ed-4c9f-9119-9463fb0e3469"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "128a6802-fdc7-45a8-baef-661028f92f67", "metadata_created": "2015-01-30T21:44:05.907498", "metadata_modified": "2016-06-11T01:52:43.146386", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "128a6802-fdc7-45a8-baef-661028f92f67", "webstore_last_updated": null, "id": "11d79694-6ece-4356-be42-295b163f04e0", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:06.109697", "url": "https://data.illinois.gov/api/views/5ggh-m2ea/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "16b210a5-a18f-4cc2-956c-d5faa374c21e", "resource_type": null}, {"cache_last_updated": null, "package_id": "128a6802-fdc7-45a8-baef-661028f92f67", "webstore_last_updated": null, "id": "90a57b4a-254f-4c2c-aa97-05da973b8f4c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:06.109724", "url": "https://data.illinois.gov/api/views/5ggh-m2ea/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "30ed6e1a-15b8-4c8b-a6d7-ca01824f3b15", "resource_type": null}, {"cache_last_updated": null, "package_id": "128a6802-fdc7-45a8-baef-661028f92f67", "webstore_last_updated": null, "id": "7d43e8b7-84ad-48d6-8a9c-0b48d86eff8f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:06.109732", "url": "https://data.illinois.gov/api/views/5ggh-m2ea/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "30ed6e1a-15b8-4c8b-a6d7-ca01824f3b15", "resource_type": null}, {"cache_last_updated": null, "package_id": "128a6802-fdc7-45a8-baef-661028f92f67", "webstore_last_updated": null, "id": "9e938724-8859-4529-a4f4-01af7f42e4e6", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:06.109741", "url": "https://data.illinois.gov/api/views/5ggh-m2ea/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "30ed6e1a-15b8-4c8b-a6d7-ca01824f3b15", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 1, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "microsite-belleville-0f4bf", "isopen": false, "url": null, "notes": "Control file for the Belleville Microsite", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-04"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2013-02-04"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5ggh-m2ea"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5ggh-m2ea"}, {"key": "harvest_object_id", "value": "1cffb8a9-7169-4d16-adc0-e3cfa2860a08"}, {"key": "source_hash", "value": "f0fca53804167921c68b69bc458ca69597f05b4e"}, {"key": "harvest_object_id", "value": "1cffb8a9-7169-4d16-adc0-e3cfa2860a08"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Microsite-belleville", "revision_id": "4c27b447-5e19-4f63-99e4-e132592ccd33"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 3, "id": "a911d068-09b2-4aa5-8419-bbaef036e0fd", "metadata_created": "2015-01-30T21:43:58.599200", "metadata_modified": "2016-06-11T01:52:40.915363", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "a911d068-09b2-4aa5-8419-bbaef036e0fd", "webstore_last_updated": null, "id": "bd3f65fc-0142-4fb0-92d6-70ebd5cfc9f9", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 14, "recent": 3}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:58.845543", "url": "https://data.illinois.gov/api/views/8ych-bcfm/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "527146b0-4674-47dc-a417-de1d2e8d1b6d", "resource_type": null}, {"cache_last_updated": null, "package_id": "a911d068-09b2-4aa5-8419-bbaef036e0fd", "webstore_last_updated": null, "id": "2880f3a7-1e2a-49d3-a74c-870109f20c60", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:58.845563", "url": "https://data.illinois.gov/api/views/8ych-bcfm/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "43cb66a9-85ae-446f-844b-2afc160881e4", "resource_type": null}, {"cache_last_updated": null, "package_id": "a911d068-09b2-4aa5-8419-bbaef036e0fd", "webstore_last_updated": null, "id": "755262b2-7546-4078-add2-b538a91102d9", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:58.845571", "url": "https://data.illinois.gov/api/views/8ych-bcfm/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "43cb66a9-85ae-446f-844b-2afc160881e4", "resource_type": null}, {"cache_last_updated": null, "package_id": "a911d068-09b2-4aa5-8419-bbaef036e0fd", "webstore_last_updated": null, "id": "5e7ec84d-3a5f-4dcf-85b9-031e9790c475", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:58.845578", "url": "https://data.illinois.gov/api/views/8ych-bcfm/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "43cb66a9-85ae-446f-844b-2afc160881e4", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "business", "id": "8db0c512-a345-4d67-a239-9c92e4b13432", "name": "business"}, {"vocabulary_id": null, "state": "active", "display_name": "manufacturing", "id": "caf6e2d2-9093-4514-b96a-464a93f405e3", "name": "manufacturing"}, {"vocabulary_id": null, "state": "active", "display_name": "ssmma", "id": "67cad110-fc11-4904-8a88-3468c002126d", "name": "ssmma"}], "tracking_summary": {"total": 58, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "top-manufacturing-companies-in-ssmma-region-1580d", "isopen": false, "url": null, "notes": "Top Manufacturing Companies in SSMMA Region", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-14"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/8ych-bcfm"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/8ych-bcfm"}, {"key": "harvest_object_id", "value": "9ae30af7-4c52-452a-af80-a1a2482b0736"}, {"key": "source_hash", "value": "44f58d3ba9db4f227fbf91ec5e7edd56eb7b783a"}, {"key": "harvest_object_id", "value": "9ae30af7-4c52-452a-af80-a1a2482b0736"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Top Manufacturing Companies in SSMMA Region", "revision_id": "12cc06c3-9496-48da-bd76-c09ad27701d7"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 1, "id": "afc86b12-fc8b-49d6-bb56-e2f4bf357801", "metadata_created": "2015-01-30T21:43:58.186763", "metadata_modified": "2016-08-20T05:35:40.972206", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "afc86b12-fc8b-49d6-bb56-e2f4bf357801", "webstore_last_updated": null, "id": "9bd54085-59f9-4ecd-8c4e-62ddb7f9481a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 14, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:58.405215", "url": "https://data.illinois.gov/api/views/kfq4-b2hu/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "3b33859d-a36e-455a-a451-683cfd87ff62", "resource_type": null}, {"cache_last_updated": null, "package_id": "afc86b12-fc8b-49d6-bb56-e2f4bf357801", "webstore_last_updated": null, "id": "a2a19ef1-21ad-4df4-a9e0-817e699e85a0", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:58.405236", "url": "https://data.illinois.gov/api/views/kfq4-b2hu/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "63954623-b6d1-471a-b19c-69e18942c664", "resource_type": null}, {"cache_last_updated": null, "package_id": "afc86b12-fc8b-49d6-bb56-e2f4bf357801", "webstore_last_updated": null, "id": "6a69bd50-91d2-4d6e-9be2-a3921ebe3039", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:58.405244", "url": "https://data.illinois.gov/api/views/kfq4-b2hu/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "63954623-b6d1-471a-b19c-69e18942c664", "resource_type": null}, {"cache_last_updated": null, "package_id": "afc86b12-fc8b-49d6-bb56-e2f4bf357801", "webstore_last_updated": null, "id": "fe37494a-6011-4bf6-8e4b-be092e71d186", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:58.405251", "url": "https://data.illinois.gov/api/views/kfq4-b2hu/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "63954623-b6d1-471a-b19c-69e18942c664", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "rockford", "id": "00b5844e-c354-4206-ae3d-e21ad0311ce7", "name": "rockford"}], "tracking_summary": {"total": 42, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2013-salary-reporting-d282d", "isopen": false, "url": null, "notes": "2013 employee total compensation", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/kfq4-b2hu"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/kfq4-b2hu"}, {"key": "harvest_object_id", "value": "83ff8228-dea9-4908-ba91-88c62d076862"}, {"key": "source_hash", "value": "4642d11f6b77493ac39c664f1e3cef2e898f220e"}, {"key": "harvest_object_id", "value": "83ff8228-dea9-4908-ba91-88c62d076862"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2013 Salary Reporting", "revision_id": "fefb3087-03ef-4cf6-b06a-8e9bee7d4b9e"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "096a9b2a-0404-48d4-9bd3-15c1a817615a", "metadata_created": "2015-08-28T08:14:19.603398", "metadata_modified": "2016-01-22T13:49:08.350143", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "096a9b2a-0404-48d4-9bd3-15c1a817615a", "webstore_last_updated": null, "id": "5c013677-5d02-410f-8ed2-7652d7e957bf", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2015-08-28T04:14:19.978209", "url": "https://data.illinois.gov/download/gb8a-uv7d/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "7b25e7e8-6310-474b-b51d-030d668243e9", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "administration", "id": "fbc673f0-a73e-45fc-a834-dba8754c661b", "name": "administration"}, {"vocabulary_id": null, "state": "active", "display_name": "budget", "id": "fcebb4e9-20a7-4f46-9ced-65c8227032b5", "name": "budget"}, {"vocabulary_id": null, "state": "active", "display_name": "finance", "id": "5ab96731-c9f3-4989-ad2f-eb7eddadac66", "name": "finance"}, {"vocabulary_id": null, "state": "active", "display_name": "orland-park", "id": "ade449dd-ed04-4de7-857e-f880965701d3", "name": "orland-park"}], "tracking_summary": {"total": 6, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-village-of-orland-park-fy-2012-cafr", "isopen": true, "url": null, "notes": "This is the Certified Annual Financial Report FY 2012 for the Village of Orland Park, Illinois", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/gb8a-uv7d"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/gb8a-uv7d"}, {"key": "harvest_object_id", "value": "1872e02c-569f-4230-80a2-bf159a30676c"}, {"key": "source_hash", "value": "0d4197879157c8694b1aec6b1c21f679d0b767d0"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "1872e02c-569f-4230-80a2-bf159a30676c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Village of Orland Park: FY 2012 CAFR", "revision_id": "bafc9823-04d3-4d2e-8a4f-9d4910dba3b1"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "09c585a9-ca20-4818-a213-a76b0663d7a5", "metadata_created": "2015-08-28T08:14:17.979182", "metadata_modified": "2016-01-22T13:49:07.692420", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "09c585a9-ca20-4818-a213-a76b0663d7a5", "webstore_last_updated": null, "id": "b43ada3e-c625-4db0-bae9-59b157e9c3da", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2015-08-28T04:14:18.347177", "url": "https://data.illinois.gov/download/j4qg-k5ri/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "d2a2dce2-c387-4c21-b618-00fdc9e6a217", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "administration", "id": "fbc673f0-a73e-45fc-a834-dba8754c661b", "name": "administration"}, {"vocabulary_id": null, "state": "active", "display_name": "budget", "id": "fcebb4e9-20a7-4f46-9ced-65c8227032b5", "name": "budget"}, {"vocabulary_id": null, "state": "active", "display_name": "finance", "id": "5ab96731-c9f3-4989-ad2f-eb7eddadac66", "name": "finance"}, {"vocabulary_id": null, "state": "active", "display_name": "tinley-park", "id": "5ffca1bf-192a-4606-a81a-1fc458ca4490", "name": "tinley-park"}], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-village-of-tinley-park-fy-2012-cafr", "isopen": true, "url": null, "notes": "This is the Certified Annual Financial Report for the Village of Tinley Park, Illinois.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/j4qg-k5ri"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/j4qg-k5ri"}, {"key": "harvest_object_id", "value": "1de2c848-ec3a-4932-821f-a17659be7306"}, {"key": "source_hash", "value": "8deefd14ccbe1796ea29a655b32fd04a9971bab0"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "1de2c848-ec3a-4932-821f-a17659be7306"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Village of Tinley Park: FY 2012 CAFR", "revision_id": "3072ce6f-2c94-4381-a6b5-32c61a76ada9"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "10b6eed4-1d3a-4cf0-b5b5-1ab92a95a200", "metadata_created": "2015-01-30T21:43:56.433551", "metadata_modified": "2016-07-27T03:52:57.287977", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "10b6eed4-1d3a-4cf0-b5b5-1ab92a95a200", "webstore_last_updated": null, "id": "7a37cb7c-9266-46ad-a040-71dc0df88de8", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:56.526264", "url": "https://data.illinois.gov/api/views/amn3-ybiu/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "07f43870-9e2c-4ee1-af79-9358a906af87", "resource_type": null}, {"cache_last_updated": null, "package_id": "10b6eed4-1d3a-4cf0-b5b5-1ab92a95a200", "webstore_last_updated": null, "id": "6c26520f-a597-4386-8d70-aab7cc1c44fd", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:56.526286", "url": "https://data.illinois.gov/api/views/amn3-ybiu/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "5f065fc0-5d8a-4036-ba90-3bb441a85667", "resource_type": null}, {"cache_last_updated": null, "package_id": "10b6eed4-1d3a-4cf0-b5b5-1ab92a95a200", "webstore_last_updated": null, "id": "4213e417-0864-43cf-b3b2-1e6fabd385c6", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:56.526294", "url": "https://data.illinois.gov/api/views/amn3-ybiu/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "5f065fc0-5d8a-4036-ba90-3bb441a85667", "resource_type": null}, {"cache_last_updated": null, "package_id": "10b6eed4-1d3a-4cf0-b5b5-1ab92a95a200", "webstore_last_updated": null, "id": "7f84cb45-21e8-4e42-a8af-060cb1c38d8c", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:56.526301", "url": "https://data.illinois.gov/api/views/amn3-ybiu/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "5f065fc0-5d8a-4036-ba90-3bb441a85667", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 1, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "microsite-rockford-553e2", "isopen": false, "url": null, "notes": "Control dataset for Rockford microsite page", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-07-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-07-26"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/amn3-ybiu"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/amn3-ybiu"}, {"key": "harvest_object_id", "value": "2f7f223e-0cd7-439a-bf49-85d674fb0008"}, {"key": "source_hash", "value": "7a323918242bb8d76a93d244368bdfe85f71aec6"}, {"key": "harvest_object_id", "value": "2f7f223e-0cd7-439a-bf49-85d674fb0008"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Microsite-rockford", "revision_id": "d6d0b5d3-809b-45c3-8b82-68ecf926a14a"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "00a69645-2acd-495b-a20e-39e16b3e651e", "metadata_created": "2015-01-30T21:45:28.910445", "metadata_modified": "2016-08-20T05:36:00.490547", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "00a69645-2acd-495b-a20e-39e16b3e651e", "webstore_last_updated": null, "id": "84c1a4f8-b36c-4fab-a0bc-5c0bf9b9cabc", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:28.998175", "url": "https://data.illinois.gov/api/views/ih65-qpq8/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "0a51a5cb-93d2-4afd-832c-c841fcef3d51", "resource_type": null}, {"cache_last_updated": null, "package_id": "00a69645-2acd-495b-a20e-39e16b3e651e", "webstore_last_updated": null, "id": "12ecb929-85e0-4bfa-b565-fbc9944a723a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:28.998195", "url": "https://data.illinois.gov/api/views/ih65-qpq8/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "d717eb16-acd7-488a-9852-39cccc93af60", "resource_type": null}, {"cache_last_updated": null, "package_id": "00a69645-2acd-495b-a20e-39e16b3e651e", "webstore_last_updated": null, "id": "719f5f07-3c2c-437f-8de5-60ae14795191", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:28.998202", "url": "https://data.illinois.gov/api/views/ih65-qpq8/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "d717eb16-acd7-488a-9852-39cccc93af60", "resource_type": null}, {"cache_last_updated": null, "package_id": "00a69645-2acd-495b-a20e-39e16b3e651e", "webstore_last_updated": null, "id": "ef3c6238-38b6-4700-bba4-7aa56672b50e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:28.998209", "url": "https://data.illinois.gov/api/views/ih65-qpq8/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "d717eb16-acd7-488a-9852-39cccc93af60", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 5, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-published-for-the-record-2011-engineering-improvements-a59df", "isopen": false, "url": null, "notes": "The \u201cFor The Record\u201d publication shows the status of the projects contained in the annual program of road and structure projects from the past fiscal year. There are five layer files that make up the program. They are the roadway, spot, structure, engineering, and land acquisition files. This publication will list the same Improvement Types as the Annual Publication. The Engineering Layer File is populated by selecting project records containing an Engineering Improvement Type.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-06-16"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ih65-qpq8"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ih65-qpq8"}, {"key": "harvest_object_id", "value": "895c32ca-8e6e-4bd8-93a1-7dda5635bdf9"}, {"key": "source_hash", "value": "62cae8d17c4e64c91634a316b90534aade7594e3"}, {"key": "harvest_object_id", "value": "895c32ca-8e6e-4bd8-93a1-7dda5635bdf9"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT - Published For The Record 2011 - Engineering Improvements", "revision_id": "d799a62b-f5f4-4307-bba6-6fc8fe6d48de"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 7, "id": "0589806a-8359-4c40-9254-ae9fd60a6b92", "metadata_created": "2015-04-16T13:46:51.574586", "metadata_modified": "2016-06-11T01:52:26.494856", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "0589806a-8359-4c40-9254-ae9fd60a6b92", "webstore_last_updated": null, "id": "061108cd-b8f8-4167-810d-65aba6084890", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-04-16T09:46:53.388397", "url": "https://data.illinois.gov/api/views/rxtg-dp75/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "a482932e-ed64-4992-99e9-dfa4570387f7", "resource_type": null}, {"cache_last_updated": null, "package_id": "0589806a-8359-4c40-9254-ae9fd60a6b92", "webstore_last_updated": null, "id": "6d3431c1-fc18-445b-a354-b2888e321d21", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-04-16T09:46:53.388425", "url": "https://data.illinois.gov/api/views/rxtg-dp75/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "23e7d492-2b7e-404f-9f9b-c4041cc2fc77", "resource_type": null}, {"cache_last_updated": null, "package_id": "0589806a-8359-4c40-9254-ae9fd60a6b92", "webstore_last_updated": null, "id": "545662c6-c762-415c-b3b0-2aa8d9c04c7a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-04-16T09:46:53.388432", "url": "https://data.illinois.gov/api/views/rxtg-dp75/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "23e7d492-2b7e-404f-9f9b-c4041cc2fc77", "resource_type": null}, {"cache_last_updated": null, "package_id": "0589806a-8359-4c40-9254-ae9fd60a6b92", "webstore_last_updated": null, "id": "ef6bfd6a-81b0-460e-bf5b-69552c0b4007", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-04-16T09:46:53.388437", "url": "https://data.illinois.gov/api/views/rxtg-dp75/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "23e7d492-2b7e-404f-9f9b-c4041cc2fc77", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "2015", "id": "219eed9e-4fc6-46b5-adae-2e14073b726e", "name": "2015"}, {"vocabulary_id": null, "state": "active", "display_name": "agency", "id": "c35c6b14-6e2b-4cd2-8ab8-8eb607753123", "name": "agency"}, {"vocabulary_id": null, "state": "active", "display_name": "arts", "id": "ef6b4ac6-5149-4f83-ac6e-0246a4891f7e", "name": "arts"}, {"vocabulary_id": null, "state": "active", "display_name": "council", "id": "6e535d95-c99d-4517-bb11-bcde9c2ecbff", "name": "council"}, {"vocabulary_id": null, "state": "active", "display_name": "first-quarter", "id": "eb18b2b7-9001-4480-8769-e03a53c2a8a5", "name": "first-quarter"}, {"vocabulary_id": null, "state": "active", "display_name": "grant", "id": "9708d922-c3c4-41da-a1f9-29819b2d6756", "name": "grant"}, {"vocabulary_id": null, "state": "active", "display_name": "illinois", "id": "c0ea95e6-d6cc-4065-98e5-78404a72d583", "name": "illinois"}], "tracking_summary": {"total": 7, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "grant-information-collection-act-1st-quarter-2015", "isopen": false, "url": null, "notes": "Grant Information Collection Act - 1st Quarter 2015", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-04-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2015-04-15"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Recreation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/rxtg-dp75"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/rxtg-dp75"}, {"key": "harvest_object_id", "value": "80689760-b02d-4a3f-a8a7-393bf5143f95"}, {"key": "source_hash", "value": "717d1a21422506963c67b753cfa58e4fabddc97b"}, {"key": "harvest_object_id", "value": "80689760-b02d-4a3f-a8a7-393bf5143f95"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Grant Information Collection Act - 1st Quarter 2015", "revision_id": "e1128cd9-71e6-4a3b-b0e1-6f12dbf35da0"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "63bae3ea-fcae-484e-b3e8-659f55a28534", "metadata_created": "2015-01-30T21:43:33.769316", "metadata_modified": "2016-08-20T05:35:36.242533", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "63bae3ea-fcae-484e-b3e8-659f55a28534", "webstore_last_updated": null, "id": "89d3bdb4-07b7-471c-ab80-e6753b7521c3", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:33.930359", "url": "https://data.illinois.gov/api/views/pbnq-tdta/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "7e13f9b6-e179-4a27-b73a-882806ca1c30", "resource_type": null}, {"cache_last_updated": null, "package_id": "63bae3ea-fcae-484e-b3e8-659f55a28534", "webstore_last_updated": null, "id": "1803baad-73ae-4198-8d37-6b6598ddcced", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:33.930379", "url": "https://data.illinois.gov/api/views/pbnq-tdta/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "554208a7-c89d-4a3d-ad11-78535ae0a3ec", "resource_type": null}, {"cache_last_updated": null, "package_id": "63bae3ea-fcae-484e-b3e8-659f55a28534", "webstore_last_updated": null, "id": "adb3a90f-cbbe-4829-a8db-6f09289fd1f7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:33.930386", "url": "https://data.illinois.gov/api/views/pbnq-tdta/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "554208a7-c89d-4a3d-ad11-78535ae0a3ec", "resource_type": null}, {"cache_last_updated": null, "package_id": "63bae3ea-fcae-484e-b3e8-659f55a28534", "webstore_last_updated": null, "id": "9ab367bb-8886-45a9-aa13-3159f2f889ce", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:33.930393", "url": "https://data.illinois.gov/api/views/pbnq-tdta/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "554208a7-c89d-4a3d-ad11-78535ae0a3ec", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "premiums-e38ad", "isopen": false, "url": null, "notes": "Premiums", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-06-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/pbnq-tdta"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/pbnq-tdta"}, {"key": "harvest_object_id", "value": "0b36330c-b840-475c-9a8a-9b9fce24fd5d"}, {"key": "source_hash", "value": "d16584e731c15719d5ec5bb7db37bf2ec565a5bc"}, {"key": "harvest_object_id", "value": "0b36330c-b840-475c-9a8a-9b9fce24fd5d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Premiums", "revision_id": "d8123dd9-ab2d-4178-8069-42447eb6c9c7"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "metadata_created": "2015-12-03T11:51:13.845260", "metadata_modified": "2016-08-29T05:55:55.972127", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "webstore_last_updated": null, "id": "50b2b17e-1c02-4fe0-9113-3232c04f6fab", "size": null, "state": "active", "hash": "", "description": "", "format": "KML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kml+xml", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:14.232719", "url": "https://data.illinois.gov/api/geospatial/vq4r-jrv2?method=export&format=KML", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "63473ec1-5f6b-4797-a64e-08bcc1fedcdf", "resource_type": null}, {"cache_last_updated": null, "package_id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "webstore_last_updated": null, "id": "a0d9d2a4-5d2f-4706-ad32-7b51a6feef70", "size": null, "state": "active", "hash": "", "description": "", "format": "KMZ", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kmz", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:14.232762", "url": "https://data.illinois.gov/api/geospatial/vq4r-jrv2?method=export&format=KMZ", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "63473ec1-5f6b-4797-a64e-08bcc1fedcdf", "resource_type": null}, {"cache_last_updated": null, "package_id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "webstore_last_updated": null, "id": "80f3b0c1-3fa5-41a3-bda0-7ea0e5175822", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:14.232772", "url": "https://data.illinois.gov/api/geospatial/vq4r-jrv2?method=export&format=Shapefile", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "63473ec1-5f6b-4797-a64e-08bcc1fedcdf", "resource_type": null}, {"cache_last_updated": null, "package_id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "webstore_last_updated": null, "id": "a35738ec-52f8-4729-90ab-91403e611e42", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:14.232780", "url": "https://data.illinois.gov/api/geospatial/vq4r-jrv2?method=export&format=Original", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "63473ec1-5f6b-4797-a64e-08bcc1fedcdf", "resource_type": null}, {"cache_last_updated": null, "package_id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "webstore_last_updated": null, "id": "7ac38e2d-369d-41c1-bb75-aa6eb68214fa", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:14.232789", "url": "https://data.illinois.gov/api/views/da9w-nqm4/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 4, "revision_id": "63473ec1-5f6b-4797-a64e-08bcc1fedcdf", "resource_type": null}, {"cache_last_updated": null, "package_id": "8fa3f72b-95d8-49a5-9b29-5e908d828c66", "webstore_last_updated": null, "id": "bda644fd-4715-4656-b59f-f3ca33819997", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:14.232806", "url": "https://data.illinois.gov/api/views/da9w-nqm4/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 5, "revision_id": "63473ec1-5f6b-4797-a64e-08bcc1fedcdf", "resource_type": null}], "num_resources": 6, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "champaign", "id": "581d24b4-64b3-499d-bdd9-e6a92e4a14db", "name": "champaign"}, {"vocabulary_id": null, "state": "active", "display_name": "sidewalks", "id": "ff9f6618-a63f-4e66-accd-77a4daeab7bb", "name": "sidewalks"}], "tracking_summary": {"total": 8, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "sidewalks", "isopen": false, "url": null, "notes": "Sidewalks", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-18"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-28"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/vq4r-jrv2"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/vq4r-jrv2"}, {"key": "harvest_object_id", "value": "fb0eeee9-1e70-43fa-a941-0f28930f9145"}, {"key": "source_hash", "value": "f50392df506b850ff9c979d7174c584aff9b43f2"}, {"key": "harvest_object_id", "value": "fb0eeee9-1e70-43fa-a941-0f28930f9145"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Sidewalks", "revision_id": "679ee3c7-570b-4218-bde1-9c9eb00ec54d"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "3e35c10c-43c5-4d4a-8caf-420fb268a81a", "metadata_created": "2015-01-30T21:44:56.711401", "metadata_modified": "2016-06-11T01:53:00.839798", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "3e35c10c-43c5-4d4a-8caf-420fb268a81a", "webstore_last_updated": null, "id": "b8890075-6cef-4dc6-ba83-d4c5d64e5c48", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:56.852700", "url": "https://data.illinois.gov/api/views/c72f-kjd5/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "3397d127-d359-4638-9b2e-498bd85ec8aa", "resource_type": null}, {"cache_last_updated": null, "package_id": "3e35c10c-43c5-4d4a-8caf-420fb268a81a", "webstore_last_updated": null, "id": "e569b726-497e-42eb-b129-8246a8fa6367", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:56.852723", "url": "https://data.illinois.gov/api/views/c72f-kjd5/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "57033841-9dfd-4c4d-abee-c7ff8dcdc8bb", "resource_type": null}, {"cache_last_updated": null, "package_id": "3e35c10c-43c5-4d4a-8caf-420fb268a81a", "webstore_last_updated": null, "id": "07ca3408-5b70-4e91-97f1-2486302e7e8d", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:56.852730", "url": "https://data.illinois.gov/api/views/c72f-kjd5/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "57033841-9dfd-4c4d-abee-c7ff8dcdc8bb", "resource_type": null}, {"cache_last_updated": null, "package_id": "3e35c10c-43c5-4d4a-8caf-420fb268a81a", "webstore_last_updated": null, "id": "ee8435de-3d9a-43b3-b154-c8114a92c0cd", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:56.852736", "url": "https://data.illinois.gov/api/views/c72f-kjd5/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "57033841-9dfd-4c4d-abee-c7ff8dcdc8bb", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "ihda", "id": "7404189c-3c1c-4782-82ee-4638ca851086", "name": "ihda"}, {"vocabulary_id": null, "state": "active", "display_name": "illinois-housing-development-authority", "id": "eed783a5-a7d2-41b2-8773-82d29ceb416d", "name": "illinois-housing-development-authority"}], "tracking_summary": {"total": 7, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ihda-illinois-housing-dev-auth-fy2010-governors-report-applications-rental-housing-support-a7bf4", "isopen": false, "url": null, "notes": "FY2010 Governor's Report - Applications.Rental Housing Support Program", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-25"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Housing"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/c72f-kjd5"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/c72f-kjd5"}, {"key": "harvest_object_id", "value": "b4e38da0-7e73-45bb-b4f3-a87550c908ad"}, {"key": "source_hash", "value": "b65ba8277acc49813e5020c6e2edf395940d84ec"}, {"key": "harvest_object_id", "value": "b4e38da0-7e73-45bb-b4f3-a87550c908ad"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IHDA - Illinois Housing Dev Auth - FY2010 Governor's Report - Applications.Rental Housing Support Program", "revision_id": "e177a00c-0f5c-4d9a-990c-814f54bce4f6"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 2, "id": "7904e71c-e6af-4037-b444-137d15457faf", "metadata_created": "2015-01-30T21:45:36.018403", "metadata_modified": "2016-06-11T01:53:14.380187", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "7904e71c-e6af-4037-b444-137d15457faf", "webstore_last_updated": null, "id": "82d1504f-5e42-4a2a-8bdd-2912ea230eb8", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:36.157373", "url": "https://data.illinois.gov/api/views/cicy-8kct/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "cedf3a3d-f2b0-4195-94f1-e361ed4ed7ac", "resource_type": null}, {"cache_last_updated": null, "package_id": "7904e71c-e6af-4037-b444-137d15457faf", "webstore_last_updated": null, "id": "6f4a4d65-1f75-4bbc-9c2a-9b62ad901e27", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:36.157392", "url": "https://data.illinois.gov/api/views/cicy-8kct/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "acf0a0d6-7600-4073-88d0-e7be6785949f", "resource_type": null}, {"cache_last_updated": null, "package_id": "7904e71c-e6af-4037-b444-137d15457faf", "webstore_last_updated": null, "id": "6042f1ac-7086-4041-83f8-d93d16d31698", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:36.157400", "url": "https://data.illinois.gov/api/views/cicy-8kct/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "acf0a0d6-7600-4073-88d0-e7be6785949f", "resource_type": null}, {"cache_last_updated": null, "package_id": "7904e71c-e6af-4037-b444-137d15457faf", "webstore_last_updated": null, "id": "0e321918-a361-4ed3-8398-3ee32ca7f4eb", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:36.157406", "url": "https://data.illinois.gov/api/views/cicy-8kct/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "acf0a0d6-7600-4073-88d0-e7be6785949f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "disbursements", "id": "07ea1fd8-cc31-4f82-9a51-9ec62602dc51", "name": "disbursements"}, {"vocabulary_id": null, "state": "active", "display_name": "revenue", "id": "ac137821-331f-432b-b2c5-9aa2509719ae", "name": "revenue"}], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idor-march-2011-disbursements-info-d62dd", "isopen": false, "url": null, "notes": "Contains disbursement information for the March 2011 collections of Sales and Related Taxes. Voucher Date: 05/05/2011", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-06-15"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/cicy-8kct"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/cicy-8kct"}, {"key": "harvest_object_id", "value": "f5900ab7-0b10-476a-bfe9-b915556239ec"}, {"key": "source_hash", "value": "540567d10110762365fe665680c8673aef89e9b4"}, {"key": "harvest_object_id", "value": "f5900ab7-0b10-476a-bfe9-b915556239ec"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOR March 2011 Disbursements Info", "revision_id": "53106846-0604-45f4-806f-1eb71e7df6c0"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "5b84167d-5341-405b-b59c-2723cb7d65e9", "metadata_created": "2015-08-28T08:14:19.597880", "metadata_modified": "2016-01-22T13:49:08.121056", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5b84167d-5341-405b-b59c-2723cb7d65e9", "webstore_last_updated": null, "id": "67872a6a-c820-45da-9864-773723e587cd", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2015-08-28T04:14:19.820203", "url": "https://data.illinois.gov/download/tzhb-hqmz/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "699f80d7-00db-49cb-9191-5a9414780e8a", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "administration", "id": "fbc673f0-a73e-45fc-a834-dba8754c661b", "name": "administration"}, {"vocabulary_id": null, "state": "active", "display_name": "budget", "id": "fcebb4e9-20a7-4f46-9ced-65c8227032b5", "name": "budget"}, {"vocabulary_id": null, "state": "active", "display_name": "finance", "id": "5ab96731-c9f3-4989-ad2f-eb7eddadac66", "name": "finance"}], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-blue-island-2011-cafr", "isopen": true, "url": null, "notes": "This is the City of Blue Island FY 2011 CAFR", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/tzhb-hqmz"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/tzhb-hqmz"}, {"key": "harvest_object_id", "value": "6f16a31d-d625-44f7-81bf-25d5dfe787dd"}, {"key": "source_hash", "value": "59e0f1a085f86215d54ac8bc4abe5148c85d780a"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "6f16a31d-d625-44f7-81bf-25d5dfe787dd"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Blue Island 2011 CAFR", "revision_id": "f69da781-78ec-4fcd-be2c-2ce6bf026002"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "bfcda92b-c103-416a-9845-56c6fa921d6f", "metadata_created": "2015-08-28T08:14:19.655146", "metadata_modified": "2016-01-22T13:49:08.464626", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "bfcda92b-c103-416a-9845-56c6fa921d6f", "webstore_last_updated": null, "id": "d671a961-b763-4dda-8db5-f686637fead0", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2015-08-28T04:14:19.914827", "url": "https://data.illinois.gov/download/r2cm-3ir9/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "73052ab3-ee6a-4c36-889e-978c1b96236c", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "administration", "id": "fbc673f0-a73e-45fc-a834-dba8754c661b", "name": "administration"}, {"vocabulary_id": null, "state": "active", "display_name": "budget", "id": "fcebb4e9-20a7-4f46-9ced-65c8227032b5", "name": "budget"}, {"vocabulary_id": null, "state": "active", "display_name": "calumet-park", "id": "8f9d6d7a-147c-482f-8d57-55e08ff042c6", "name": "calumet-park"}, {"vocabulary_id": null, "state": "active", "display_name": "finance", "id": "5ab96731-c9f3-4989-ad2f-eb7eddadac66", "name": "finance"}], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-calumet-park-2011-cafr", "isopen": true, "url": null, "notes": "This is the Village of Calumet Park 2011 CAFR", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/r2cm-3ir9"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/r2cm-3ir9"}, {"key": "harvest_object_id", "value": "332170c3-196e-4ad4-957b-530bfa66743c"}, {"key": "source_hash", "value": "757808442320cd423adcedccf33e5018eb472905"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "332170c3-196e-4ad4-957b-530bfa66743c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Calumet Park 2011 CAFR", "revision_id": "1900675d-9ac9-421b-9c5f-7acaf1e37b46"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "ebcd59ae-26d5-4041-b150-b2b5a6c83c1a", "metadata_created": "2015-01-30T21:44:36.059525", "metadata_modified": "2016-06-11T01:52:52.829600", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "ebcd59ae-26d5-4041-b150-b2b5a6c83c1a", "webstore_last_updated": null, "id": "2ec2b5ed-f952-4dcc-b0a5-ff50aba9c4e8", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 10, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:36.342022", "url": "https://data.illinois.gov/api/views/v43g-3t3d/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "4aa23f97-35f1-415d-8871-b9f1169332a5", "resource_type": null}, {"cache_last_updated": null, "package_id": "ebcd59ae-26d5-4041-b150-b2b5a6c83c1a", "webstore_last_updated": null, "id": "9add5d81-707b-4552-b1bc-2ff337da24c1", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:36.342044", "url": "https://data.illinois.gov/api/views/v43g-3t3d/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "a8c2c3d0-db8e-462f-bd05-7e310f9fe9fa", "resource_type": null}, {"cache_last_updated": null, "package_id": "ebcd59ae-26d5-4041-b150-b2b5a6c83c1a", "webstore_last_updated": null, "id": "1ee5a4fa-22be-46d9-a321-79ec80d7869a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:36.342051", "url": "https://data.illinois.gov/api/views/v43g-3t3d/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "a8c2c3d0-db8e-462f-bd05-7e310f9fe9fa", "resource_type": null}, {"cache_last_updated": null, "package_id": "ebcd59ae-26d5-4041-b150-b2b5a6c83c1a", "webstore_last_updated": null, "id": "86760f9b-863b-4d37-b528-8b259bee52fd", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:36.342058", "url": "https://data.illinois.gov/api/views/v43g-3t3d/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "a8c2c3d0-db8e-462f-bd05-7e310f9fe9fa", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "children", "id": "9d856880-c1b7-4b23-ac13-f511506a72fe", "name": "children"}, {"vocabulary_id": null, "state": "active", "display_name": "families", "id": "282ca26c-feaf-435d-a35e-bfa98d35ffa4", "name": "families"}, {"vocabulary_id": null, "state": "active", "display_name": "fathers", "id": "4f1f883e-0ebd-419f-8824-b962c98c58c2", "name": "fathers"}, {"vocabulary_id": null, "state": "active", "display_name": "responsible-fatherhood", "id": "2bb9f15c-bf37-413e-92fe-8fe1f7121a8b", "name": "responsible-fatherhood"}], "tracking_summary": {"total": 14, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "icrf-what-is-responsible-fatherhood-4ecdd", "isopen": false, "url": null, "notes": "Fathers should be encouraged in their efforts to be involved in their children's healthy development. \"Responsible fathers\" do not pose a threat to their families.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-04-12"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/v43g-3t3d"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/v43g-3t3d"}, {"key": "harvest_object_id", "value": "b304e8ee-dda7-482c-8d38-3558437a56a2"}, {"key": "source_hash", "value": "b487eab2fa4463b062a84bb8bf9728f016498141"}, {"key": "harvest_object_id", "value": "b304e8ee-dda7-482c-8d38-3558437a56a2"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ICRF - What Is Responsible Fatherhood?", "revision_id": "05fc5190-3282-42c5-832d-ee8e7218cff7"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "029fee22-ea59-4714-8826-c2c8e655bff8", "metadata_created": "2015-01-30T21:45:18.830296", "metadata_modified": "2016-06-11T01:53:08.586926", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "029fee22-ea59-4714-8826-c2c8e655bff8", "webstore_last_updated": null, "id": "5ee2b8c4-f8f6-4751-abc2-8bfa260ced48", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:18.928015", "url": "https://data.illinois.gov/api/views/xdud-s82f/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "8b2d8264-f049-448b-bcd3-e8db8d93411d", "resource_type": null}, {"cache_last_updated": null, "package_id": "029fee22-ea59-4714-8826-c2c8e655bff8", "webstore_last_updated": null, "id": "7be54518-2d84-4623-9df4-47fcda8595c1", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:18.928035", "url": "https://data.illinois.gov/api/views/xdud-s82f/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "7fb2bc43-c943-4e59-9799-879b48983404", "resource_type": null}, {"cache_last_updated": null, "package_id": "029fee22-ea59-4714-8826-c2c8e655bff8", "webstore_last_updated": null, "id": "0b846c7d-e4fb-4524-afe2-9c8fc322eab7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:18.928043", "url": "https://data.illinois.gov/api/views/xdud-s82f/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "7fb2bc43-c943-4e59-9799-879b48983404", "resource_type": null}, {"cache_last_updated": null, "package_id": "029fee22-ea59-4714-8826-c2c8e655bff8", "webstore_last_updated": null, "id": "cb92d0ef-3273-4f17-b9e5-eb32d17a7713", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:18.928049", "url": "https://data.illinois.gov/api/views/xdud-s82f/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "7fb2bc43-c943-4e59-9799-879b48983404", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idhs-fy-96-caseloads-ac6f6", "isopen": false, "url": null, "notes": "FY 96 CASELOADS", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-11-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/xdud-s82f"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/xdud-s82f"}, {"key": "harvest_object_id", "value": "bf130894-f93d-4ebc-9b37-2a2f36d3626d"}, {"key": "source_hash", "value": "9b5d1a8804563e7a68df8b45b4a429ab53cd4e8e"}, {"key": "harvest_object_id", "value": "bf130894-f93d-4ebc-9b37-2a2f36d3626d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDHS FY 96 CASELOADS", "revision_id": "1e4bc1d4-10d1-471f-b87f-9c946aabee92"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "02db3370-c948-4e38-aaba-8fdeae0431c2", "metadata_created": "2015-01-30T21:43:57.329254", "metadata_modified": "2016-08-20T05:35:40.759447", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "02db3370-c948-4e38-aaba-8fdeae0431c2", "webstore_last_updated": null, "id": "bbfe3103-9f6e-4e46-8378-0630cb3c7756", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:57.466927", "url": "https://data.illinois.gov/api/views/f42m-6vmd/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "4e31e74f-a653-4e75-9042-d5b5352c7b35", "resource_type": null}, {"cache_last_updated": null, "package_id": "02db3370-c948-4e38-aaba-8fdeae0431c2", "webstore_last_updated": null, "id": "04e8b355-9889-4168-88ab-0fa29c99d14b", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:57.466947", "url": "https://data.illinois.gov/api/views/f42m-6vmd/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "143d68ee-b06b-4901-a714-d3d07f6d8b31", "resource_type": null}, {"cache_last_updated": null, "package_id": "02db3370-c948-4e38-aaba-8fdeae0431c2", "webstore_last_updated": null, "id": "57dfc75c-461d-489f-8d62-97f9b165f2fb", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:57.466955", "url": "https://data.illinois.gov/api/views/f42m-6vmd/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "143d68ee-b06b-4901-a714-d3d07f6d8b31", "resource_type": null}, {"cache_last_updated": null, "package_id": "02db3370-c948-4e38-aaba-8fdeae0431c2", "webstore_last_updated": null, "id": "a9579b6d-9667-44a8-a822-1ca86710c872", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:57.466961", "url": "https://data.illinois.gov/api/views/f42m-6vmd/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "143d68ee-b06b-4901-a714-d3d07f6d8b31", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "fund-codes-924fc", "isopen": false, "url": null, "notes": "City of Rockford Finance Fund Codes", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/f42m-6vmd"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/f42m-6vmd"}, {"key": "harvest_object_id", "value": "b35e6ef9-f588-4004-9763-1adb9eb73487"}, {"key": "source_hash", "value": "6b0afa1cd63d5d48b1cdf8f2a7e5358f5227dd26"}, {"key": "harvest_object_id", "value": "b35e6ef9-f588-4004-9763-1adb9eb73487"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Fund Codes", "revision_id": "cb77340f-a8d9-4c5d-b28a-abe4e8f839aa"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 1, "id": "f5e82ae7-25a9-443f-b01b-55cdef0e7b57", "metadata_created": "2015-01-30T21:44:31.739090", "metadata_modified": "2016-06-11T01:52:51.637000", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "f5e82ae7-25a9-443f-b01b-55cdef0e7b57", "webstore_last_updated": null, "id": "65dd3473-9ec4-4581-b8ff-b5e026be2eac", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 6, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:31.877640", "url": "https://data.illinois.gov/api/views/yg25-8zr8/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "feec9568-f667-4927-a8f7-2e8d9290d488", "resource_type": null}, {"cache_last_updated": null, "package_id": "f5e82ae7-25a9-443f-b01b-55cdef0e7b57", "webstore_last_updated": null, "id": "d38fcb7b-a888-49b2-857b-3ed394618b44", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:31.877666", "url": "https://data.illinois.gov/api/views/yg25-8zr8/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "6c7f9c8f-fc20-43e4-8678-297612f9c83e", "resource_type": null}, {"cache_last_updated": null, "package_id": "f5e82ae7-25a9-443f-b01b-55cdef0e7b57", "webstore_last_updated": null, "id": "13d4c407-92f7-4a4d-abee-4a65acab9151", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:31.877673", "url": "https://data.illinois.gov/api/views/yg25-8zr8/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "6c7f9c8f-fc20-43e4-8678-297612f9c83e", "resource_type": null}, {"cache_last_updated": null, "package_id": "f5e82ae7-25a9-443f-b01b-55cdef0e7b57", "webstore_last_updated": null, "id": "ad6fc461-9f04-4e59-918c-edfe33c37fa3", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:31.877681", "url": "https://data.illinois.gov/api/views/yg25-8zr8/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "6c7f9c8f-fc20-43e4-8678-297612f9c83e", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "shelter", "id": "0455cc18-b050-444a-9066-f27a0aef6abe", "name": "shelter"}], "tracking_summary": {"total": 18, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-shelter-care-facilities-65305", "isopen": false, "url": null, "notes": "Current as of October, 2012.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-10-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/yg25-8zr8"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/yg25-8zr8"}, {"key": "harvest_object_id", "value": "ed95b039-2269-46c9-8a64-534da073acd7"}, {"key": "source_hash", "value": "f9ef8d500c2cede2c800e8d5c118d70ffcf6c7dd"}, {"key": "harvest_object_id", "value": "ed95b039-2269-46c9-8a64-534da073acd7"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Shelter Care Facilities", "revision_id": "1fe38a2d-b25b-4376-97f2-40c63e47347e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 1, "id": "e2cdc090-dacc-4d5b-b5e0-a34ef296dc5c", "metadata_created": "2015-01-30T21:44:45.502072", "metadata_modified": "2016-06-11T01:52:56.550156", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "e2cdc090-dacc-4d5b-b5e0-a34ef296dc5c", "webstore_last_updated": null, "id": "9dd74b1a-a0a3-4c9c-a7f5-8e2e239aaa9a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:45.664390", "url": "https://data.illinois.gov/api/views/eh9z-teyr/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "437acf9c-60e1-4129-9d7f-4b9e280bd70b", "resource_type": null}, {"cache_last_updated": null, "package_id": "e2cdc090-dacc-4d5b-b5e0-a34ef296dc5c", "webstore_last_updated": null, "id": "2c23fdea-5350-4426-978f-5adc25f2f358", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:45.664410", "url": "https://data.illinois.gov/api/views/eh9z-teyr/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "0f55e675-e3a2-4b46-9ed3-e5e1dd447ea5", "resource_type": null}, {"cache_last_updated": null, "package_id": "e2cdc090-dacc-4d5b-b5e0-a34ef296dc5c", "webstore_last_updated": null, "id": "76e5b1ca-4981-40ca-8275-9bc65e686adf", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:45.664418", "url": "https://data.illinois.gov/api/views/eh9z-teyr/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "0f55e675-e3a2-4b46-9ed3-e5e1dd447ea5", "resource_type": null}, {"cache_last_updated": null, "package_id": "e2cdc090-dacc-4d5b-b5e0-a34ef296dc5c", "webstore_last_updated": null, "id": "f46f5cbc-f66f-409e-abf7-fa5307fe327e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:45.664425", "url": "https://data.illinois.gov/api/views/eh9z-teyr/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "0f55e675-e3a2-4b46-9ed3-e5e1dd447ea5", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "coal-plants", "id": "b877e827-ee11-46d8-8226-473e66b57cbe", "name": "coal-plants"}], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "dceo-il-coal-plants-8fd9a", "isopen": false, "url": null, "notes": "Illinois Coal Plants", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/eh9z-teyr"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/eh9z-teyr"}, {"key": "harvest_object_id", "value": "fd0825a6-8ebb-43ed-8ab9-0225e29b6300"}, {"key": "source_hash", "value": "af86318f33abb72ddec0b27e7579d2526254a89f"}, {"key": "harvest_object_id", "value": "fd0825a6-8ebb-43ed-8ab9-0225e29b6300"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DCEO IL Coal Plants", "revision_id": "9e7ddf0a-85ff-4064-b84f-1a6ef5224424"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "d433708a-d905-4c3e-8cd8-408d4b42c028", "metadata_created": "2015-01-30T21:45:16.150059", "metadata_modified": "2016-08-20T05:35:57.400374", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "d433708a-d905-4c3e-8cd8-408d4b42c028", "webstore_last_updated": null, "id": "22dcd8a5-7586-440b-9b7e-7016a076c5c2", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:16.276333", "url": "https://data.illinois.gov/api/views/py87-uhf3/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "cd9ceb1e-cc83-411a-a734-0c96b29e2c47", "resource_type": null}, {"cache_last_updated": null, "package_id": "d433708a-d905-4c3e-8cd8-408d4b42c028", "webstore_last_updated": null, "id": "4d92f5be-0b24-4706-8ff5-08a24446ef94", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:16.276356", "url": "https://data.illinois.gov/api/views/py87-uhf3/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "9af517bc-03b2-4068-8a6f-776247e54b7a", "resource_type": null}, {"cache_last_updated": null, "package_id": "d433708a-d905-4c3e-8cd8-408d4b42c028", "webstore_last_updated": null, "id": "2b8e972b-726d-4778-be4b-c686aa5a7edc", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:16.276363", "url": "https://data.illinois.gov/api/views/py87-uhf3/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "9af517bc-03b2-4068-8a6f-776247e54b7a", "resource_type": null}, {"cache_last_updated": null, "package_id": "d433708a-d905-4c3e-8cd8-408d4b42c028", "webstore_last_updated": null, "id": "73a558db-bf95-444f-a774-082f90754504", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:16.276370", "url": "https://data.illinois.gov/api/views/py87-uhf3/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "9af517bc-03b2-4068-8a6f-776247e54b7a", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idhs-fy-07-caseloads-a8a16", "isopen": false, "url": null, "notes": "FY 07 CASELOADS", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-11-03"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/py87-uhf3"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/py87-uhf3"}, {"key": "harvest_object_id", "value": "615a0c52-5937-4bda-b659-121c1525ec5c"}, {"key": "source_hash", "value": "6937d985052649db3bd877fdb9a9166a0c385d41"}, {"key": "harvest_object_id", "value": "615a0c52-5937-4bda-b659-121c1525ec5c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDHS FY 07 CASELOADS", "revision_id": "0908f134-9b8d-4637-a4aa-dc43e89da1a0"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "metadata_created": "2015-12-03T11:51:32.858649", "metadata_modified": "2016-08-29T05:55:57.213378", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "d1bdc73a-5b3f-465c-9b23-976961769fad", "size": null, "state": "active", "hash": "", "description": "", "format": "KML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kml+xml", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:33.167239", "url": "https://data.illinois.gov/api/geospatial/5hpe-6zra?method=export&format=KML", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "ec1dbee3-388c-424b-acb7-2828047ef963", "size": null, "state": "active", "hash": "", "description": "", "format": "KMZ", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/vnd.google-earth.kmz", "cache_url": null, "name": "Web Page", "created": "2015-12-03T06:51:33.167266", "url": "https://data.illinois.gov/api/geospatial/5hpe-6zra?method=export&format=KMZ", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "56ac3a6f-5207-45ce-9910-a5b4870b5bd0", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:33.167274", "url": "https://data.illinois.gov/api/geospatial/5hpe-6zra?method=export&format=Shapefile", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "1e40acbb-2238-4942-ba51-0980eb7f84fa", "size": null, "state": "active", "hash": "", "description": "", "format": "ZIP", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/zip", "cache_url": null, "name": "Zip File", "created": "2015-12-03T06:51:33.167282", "url": "https://data.illinois.gov/api/geospatial/5hpe-6zra?method=export&format=Original", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "24c37152-a3fe-41b7-b8b5-3bbc96966ecc", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:33.167291", "url": "https://data.illinois.gov/api/views/5zz9-8uim/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 4, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "9385743b-277d-4532-a983-54f46574b9c7", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:33.167305", "url": "https://data.illinois.gov/api/views/5s6f-2z38/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 5, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "a14555ca-b445-4de8-aaff-9ab833e4a7b4", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:33.167319", "url": "https://data.illinois.gov/api/views/63km-guj7/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 6, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "c85ed218-e834-48f4-b303-ec4cdc822555", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:33.167327", "url": "https://data.illinois.gov/api/views/sjda-fi4y/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 7, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "36487667-e02e-40ce-b844-95d3aefba83c", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:33.167334", "url": "https://data.illinois.gov/api/views/sc84-yeda/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 8, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "91ca54c2-3891-4696-9b80-ef1448b2fbea", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-12-03T06:51:33.167341", "url": "https://data.illinois.gov/api/views/37iv-q3bx/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 9, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "68762b52-82a3-44cf-94b8-c62790048138", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:33.167348", "url": "https://data.illinois.gov/api/views/5zz9-8uim/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 10, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "526afe6e-26e4-41f8-8a7e-ddf086bf469b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:33.167355", "url": "https://data.illinois.gov/api/views/5s6f-2z38/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 11, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "3a090bd1-856d-4810-9991-f0a72bfc570c", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:33.167362", "url": "https://data.illinois.gov/api/views/63km-guj7/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 12, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "43342b9c-1ab2-4b7a-ab0e-895bacb9620f", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:33.167368", "url": "https://data.illinois.gov/api/views/sjda-fi4y/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 13, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "3ea8fd6a-c5f4-48b8-be2a-9854b05bc1d4", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:33.167375", "url": "https://data.illinois.gov/api/views/sc84-yeda/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 14, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}, {"cache_last_updated": null, "package_id": "66309ec6-966d-40ae-89a1-4f1e46805cad", "webstore_last_updated": null, "id": "54a1651d-48af-4591-8fca-26a7a7b1b2d5", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-12-03T06:51:33.167382", "url": "https://data.illinois.gov/api/views/37iv-q3bx/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 15, "revision_id": "14e4a3b9-fb90-4ced-b870-ece28f02843c", "resource_type": null}], "num_resources": 16, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "champaign", "id": "581d24b4-64b3-499d-bdd9-e6a92e4a14db", "name": "champaign"}, {"vocabulary_id": null, "state": "active", "display_name": "zoning", "id": "78e21eba-aa85-42bb-927d-ea922a972d4f", "name": "zoning"}], "tracking_summary": {"total": 20, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "zoning-layers", "isopen": false, "url": null, "notes": "Zoning Layers", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-08-28"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5hpe-6zra"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5hpe-6zra"}, {"key": "harvest_object_id", "value": "f26c85fd-5e59-4b74-b30d-338588d5d02c"}, {"key": "source_hash", "value": "57f152f54555b5ad9d92b008877816f12f5bad61"}, {"key": "harvest_object_id", "value": "f26c85fd-5e59-4b74-b30d-338588d5d02c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Zoning Layers", "revision_id": "e1fffea1-54e5-45b8-836b-507a579b3de3"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "6490e3ec-53d9-45ab-a88e-b12ef346f7cd", "metadata_created": "2015-01-30T21:44:15.843477", "metadata_modified": "2016-06-11T01:52:46.067331", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6490e3ec-53d9-45ab-a88e-b12ef346f7cd", "webstore_last_updated": null, "id": "dffabebb-d8ba-4665-b8e5-f4f798337226", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:16.029485", "url": "https://data.illinois.gov/api/views/9rx9-mrti/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "f0031722-c2b4-4520-9975-5d3442bcaa45", "resource_type": null}, {"cache_last_updated": null, "package_id": "6490e3ec-53d9-45ab-a88e-b12ef346f7cd", "webstore_last_updated": null, "id": "70e6863b-9f5b-4e15-860d-16ba9992b1ad", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:16.029507", "url": "https://data.illinois.gov/api/views/9rx9-mrti/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "31c76b85-ab4c-4691-89e4-f3c574d7f8f6", "resource_type": null}, {"cache_last_updated": null, "package_id": "6490e3ec-53d9-45ab-a88e-b12ef346f7cd", "webstore_last_updated": null, "id": "ae2eca46-4a53-48d7-a96e-09bd111f560f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:16.029515", "url": "https://data.illinois.gov/api/views/9rx9-mrti/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "31c76b85-ab4c-4691-89e4-f3c574d7f8f6", "resource_type": null}, {"cache_last_updated": null, "package_id": "6490e3ec-53d9-45ab-a88e-b12ef346f7cd", "webstore_last_updated": null, "id": "f7052b58-5841-44e8-9d3b-1d45ed961a7d", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:16.029522", "url": "https://data.illinois.gov/api/views/9rx9-mrti/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "31c76b85-ab4c-4691-89e4-f3c574d7f8f6", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "emergency-response", "id": "bdf177f8-fd02-493d-886c-9a34350fead0", "name": "emergency-response"}, {"vocabulary_id": null, "state": "active", "display_name": "police", "id": "2dde5edc-31a7-430e-b615-41d22cec89d7", "name": "police"}], "tracking_summary": {"total": 18, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-police-calls-d218d", "isopen": true, "url": null, "notes": "This dataset aggregates Police Calls for Service from communities who wish to make the data publicly accessible", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/9rx9-mrti"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/9rx9-mrti"}, {"key": "harvest_object_id", "value": "9912d9f0-b60c-4a2f-82fa-2ea4f37bfb29"}, {"key": "source_hash", "value": "8c506c29d0478596b3830f276b490035811202e6"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "9912d9f0-b60c-4a2f-82fa-2ea4f37bfb29"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Police Calls", "revision_id": "b1d5132f-4cdb-4472-ba9d-86d56eacbed3"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 3, "id": "6992008a-6ae9-4ccd-822b-9dc78ba1ac8a", "metadata_created": "2016-01-22T13:49:35.663154", "metadata_modified": "2016-01-22T13:49:35.663154", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6992008a-6ae9-4ccd-822b-9dc78ba1ac8a", "webstore_last_updated": null, "id": "b45faea0-1ad9-416c-971e-db83eaf24143", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2016-01-22T08:49:36.006073", "url": "https://data.illinois.gov/download/cu5d-8fij/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "1477574f-16e7-40dd-8acb-6ffe2bfe8330", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "fluoridation", "id": "30c08281-8f7e-41a5-aacb-9d76b7316ca4", "name": "fluoridation"}, {"vocabulary_id": null, "state": "active", "display_name": "population", "id": "1625477a-8d70-4daf-85f7-93bfcc500b0d", "name": "population"}, {"vocabulary_id": null, "state": "active", "display_name": "water-system", "id": "2b66b43b-f45b-4238-9130-ac7dc23f4f89", "name": "water-system"}], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-water-systems-population-served-by-county", "isopen": false, "url": null, "notes": "List of Illinois' water systems, and the number of population served, listed by county.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-09-29"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-01-26"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/cu5d-8fij"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/cu5d-8fij"}, {"key": "harvest_object_id", "value": "6a947e81-0f82-4d21-826d-4066dcf1dd97"}, {"key": "source_hash", "value": "b91e0ed3c45eb20e8bb505f9905eb7fa4027c06f"}, {"key": "harvest_object_id", "value": "6a947e81-0f82-4d21-826d-4066dcf1dd97"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Water Systems' Population Served by County", "revision_id": "1477574f-16e7-40dd-8acb-6ffe2bfe8330"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "722b7f43-de3f-4b55-9b0a-d772abe3a1ac", "metadata_created": "2015-01-30T21:44:02.925713", "metadata_modified": "2016-06-11T01:52:42.263654", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "722b7f43-de3f-4b55-9b0a-d772abe3a1ac", "webstore_last_updated": null, "id": "90fe7c91-4068-4483-bb62-dff6e7df0bad", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:03.056769", "url": "https://data.illinois.gov/api/views/fhzt-n87t/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "01452c95-a352-4861-b027-87dad2dce9f1", "resource_type": null}, {"cache_last_updated": null, "package_id": "722b7f43-de3f-4b55-9b0a-d772abe3a1ac", "webstore_last_updated": null, "id": "d3b6df64-f297-4d6a-bef7-c1414ac9332f", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:03.056790", "url": "https://data.illinois.gov/api/views/fhzt-n87t/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ee1d13e9-0bfa-4d97-8467-317b60339687", "resource_type": null}, {"cache_last_updated": null, "package_id": "722b7f43-de3f-4b55-9b0a-d772abe3a1ac", "webstore_last_updated": null, "id": "711e4fae-d0a8-4e69-a019-4fa28b2ed461", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:03.056797", "url": "https://data.illinois.gov/api/views/fhzt-n87t/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ee1d13e9-0bfa-4d97-8467-317b60339687", "resource_type": null}, {"cache_last_updated": null, "package_id": "722b7f43-de3f-4b55-9b0a-d772abe3a1ac", "webstore_last_updated": null, "id": "5adc87ec-f486-45c5-bd02-34301bedb344", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:03.056804", "url": "https://data.illinois.gov/api/views/fhzt-n87t/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ee1d13e9-0bfa-4d97-8467-317b60339687", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "microsite-ssmma-06b91", "isopen": false, "url": null, "notes": "Control file for the SSMMA Microsite", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-21"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2013-02-21"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/fhzt-n87t"}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/fhzt-n87t"}, {"key": "harvest_object_id", "value": "8bff3437-dd8a-4bb8-914d-b033704dd1e0"}, {"key": "source_hash", "value": "0fc6e6233de19ae6fd7f5975f274bc2d3d1b476c"}, {"key": "harvest_object_id", "value": "8bff3437-dd8a-4bb8-914d-b033704dd1e0"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Microsite-ssmma", "revision_id": "c2e98c03-f578-41b0-81fb-9cd5697d94cf"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 2, "id": "724fbd6c-a574-4cb0-a22b-4ca280d99d1b", "metadata_created": "2015-01-30T21:44:50.008941", "metadata_modified": "2016-08-20T05:35:48.576793", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "724fbd6c-a574-4cb0-a22b-4ca280d99d1b", "webstore_last_updated": null, "id": "229873e9-5ecf-48f9-9912-7cdc92e994da", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 6, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:50.225275", "url": "https://data.illinois.gov/api/views/86j7-vghm/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "70746684-8313-4d87-b4f5-ae68f2f47dcc", "resource_type": null}, {"cache_last_updated": null, "package_id": "724fbd6c-a574-4cb0-a22b-4ca280d99d1b", "webstore_last_updated": null, "id": "e73974e7-56fe-46c7-aa7c-7cc0ae6f660a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:50.225294", "url": "https://data.illinois.gov/api/views/86j7-vghm/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "d5b16e06-0ba3-49d8-8a1c-db5f37a9d5c9", "resource_type": null}, {"cache_last_updated": null, "package_id": "724fbd6c-a574-4cb0-a22b-4ca280d99d1b", "webstore_last_updated": null, "id": "0ef9c626-2b24-4757-87d2-d7123c192a0b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:50.225302", "url": "https://data.illinois.gov/api/views/86j7-vghm/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "d5b16e06-0ba3-49d8-8a1c-db5f37a9d5c9", "resource_type": null}, {"cache_last_updated": null, "package_id": "724fbd6c-a574-4cb0-a22b-4ca280d99d1b", "webstore_last_updated": null, "id": "f7512181-0f22-4bbe-8ddc-f612d6710d2d", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:50.225308", "url": "https://data.illinois.gov/api/views/86j7-vghm/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "d5b16e06-0ba3-49d8-8a1c-db5f37a9d5c9", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "count", "id": "ea5995cb-0791-4718-9ef3-76a8cdddfbfd", "name": "count"}, {"vocabulary_id": null, "state": "active", "display_name": "traffic", "id": "d330e2b6-717b-42cb-b283-70e5a0dad10e", "name": "traffic"}], "tracking_summary": {"total": 22, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-average-annual-daily-traffic-2007-3fe0c", "isopen": false, "url": null, "notes": "This coverage contains a highway Annual Average Daily Traffic (AADT) subset of the information included in the IDOT Illinois Highway Information System (IHIS) -- Illinois Roadway Information System (IRIS). Information is collected for all public highways as defined in Illinois Compiled Statutes (605 ILCS 5/2-202).", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/86j7-vghm"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/86j7-vghm"}, {"key": "harvest_object_id", "value": "67a3aa3c-d73f-4389-98f9-aeba95aa00a2"}, {"key": "source_hash", "value": "4322821a64bcab876f501b6b9e80c7e0e0899ac0"}, {"key": "harvest_object_id", "value": "67a3aa3c-d73f-4389-98f9-aeba95aa00a2"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT Average Annual Daily Traffic 2007", "revision_id": "dbaf4a1d-dcae-4966-a370-4afe4e73f603"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 5, "id": "6ddafe7e-c21b-4a1e-a2bc-a47bd5d76ef9", "metadata_created": "2015-01-30T21:44:13.517941", "metadata_modified": "2016-06-11T01:52:45.566668", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6ddafe7e-c21b-4a1e-a2bc-a47bd5d76ef9", "webstore_last_updated": null, "id": "f905a912-7ebe-42a7-b0ce-488b4335ecfd", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:13.917080", "url": "https://data.illinois.gov/api/views/v289-sxj6/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "fc38984e-18cd-4ab7-bf42-371af34c5ea9", "resource_type": null}, {"cache_last_updated": null, "package_id": "6ddafe7e-c21b-4a1e-a2bc-a47bd5d76ef9", "webstore_last_updated": null, "id": "f5ffac84-7eac-4c84-b008-678e5201dc0c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:13.917099", "url": "https://data.illinois.gov/api/views/v289-sxj6/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "20a90687-95e8-4538-8baf-184ea7d22182", "resource_type": null}, {"cache_last_updated": null, "package_id": "6ddafe7e-c21b-4a1e-a2bc-a47bd5d76ef9", "webstore_last_updated": null, "id": "4d850d17-f5fa-40bb-a26f-c0e7991ce14f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:13.917107", "url": "https://data.illinois.gov/api/views/v289-sxj6/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "20a90687-95e8-4538-8baf-184ea7d22182", "resource_type": null}, {"cache_last_updated": null, "package_id": "6ddafe7e-c21b-4a1e-a2bc-a47bd5d76ef9", "webstore_last_updated": null, "id": "ee07ab37-3da6-4563-a14d-0f1c2814b7d3", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:13.917114", "url": "https://data.illinois.gov/api/views/v289-sxj6/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "20a90687-95e8-4538-8baf-184ea7d22182", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "administration", "id": "fbc673f0-a73e-45fc-a834-dba8754c661b", "name": "administration"}, {"vocabulary_id": null, "state": "active", "display_name": "fema", "id": "cdc5b520-9ee9-4f6d-9c43-36abd594702a", "name": "fema"}, {"vocabulary_id": null, "state": "active", "display_name": "finance", "id": "5ab96731-c9f3-4989-ad2f-eb7eddadac66", "name": "finance"}, {"vocabulary_id": null, "state": "active", "display_name": "floodplain", "id": "1f9271bf-ebf1-45b8-8aad-bd2ab2e1bf60", "name": "floodplain"}, {"vocabulary_id": null, "state": "active", "display_name": "natural-resources", "id": "013a1c0b-a3da-425a-8c13-5d8e656d4228", "name": "natural-resources"}], "tracking_summary": {"total": 8, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-crs-8bcfa", "isopen": true, "url": null, "notes": "This dataset details communities in the MWRD coverage area which are and are not enrolled in the FEMA Community Rating System. The data came from MWRD study detailing the Economic Development Impact of the Watershed Management Ordinance from June 2012.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-28"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-28"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/v289-sxj6"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/v289-sxj6"}, {"key": "harvest_object_id", "value": "8f6acea9-7c30-413a-8d4c-240955384ac0"}, {"key": "source_hash", "value": "5f32e7f4cb194573022b9c708298809aa5056b84"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "8f6acea9-7c30-413a-8d4c-240955384ac0"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA CRS", "revision_id": "b6617e3f-1c6f-4efe-b90f-0cd18f4038eb"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "6ec1cc4f-0437-46bf-b227-333b5afb9a4d", "metadata_created": "2015-01-30T21:45:18.880393", "metadata_modified": "2016-08-20T05:35:58.415412", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6ec1cc4f-0437-46bf-b227-333b5afb9a4d", "webstore_last_updated": null, "id": "30a2a6a4-607a-4ec0-903a-b867f163b71a", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:18.978569", "url": "https://data.illinois.gov/api/views/expr-duat/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "57d26ffe-5327-4005-929f-5a0613017f61", "resource_type": null}, {"cache_last_updated": null, "package_id": "6ec1cc4f-0437-46bf-b227-333b5afb9a4d", "webstore_last_updated": null, "id": "ddb8b875-eb3a-4ebf-8c28-4d07b4d5d30a", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:18.978591", "url": "https://data.illinois.gov/api/views/expr-duat/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "2003a5e2-7d6b-4d83-8eb4-7a7f2860dd33", "resource_type": null}, {"cache_last_updated": null, "package_id": "6ec1cc4f-0437-46bf-b227-333b5afb9a4d", "webstore_last_updated": null, "id": "f3fcd403-1ede-41c0-9eb4-ebe598c8c006", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:18.978598", "url": "https://data.illinois.gov/api/views/expr-duat/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "2003a5e2-7d6b-4d83-8eb4-7a7f2860dd33", "resource_type": null}, {"cache_last_updated": null, "package_id": "6ec1cc4f-0437-46bf-b227-333b5afb9a4d", "webstore_last_updated": null, "id": "5d11cb22-82f0-4070-80fb-56000cfc3db9", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:18.978609", "url": "https://data.illinois.gov/api/views/expr-duat/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "2003a5e2-7d6b-4d83-8eb4-7a7f2860dd33", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 3, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idha-fy11-vr-served-by-county-04b34", "isopen": false, "url": null, "notes": "Number of Persons with Disabilities Receiving Employment Services Through the Vocational Rehabilitation Program by County in FY2011", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-11-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/expr-duat"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/expr-duat"}, {"key": "harvest_object_id", "value": "41118491-2961-4554-a4c0-d7e325624d1d"}, {"key": "source_hash", "value": "2a25451f647574dc2aabe87552da53bcd53297ae"}, {"key": "harvest_object_id", "value": "41118491-2961-4554-a4c0-d7e325624d1d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDHA - Fy11-vr-served-by-county", "revision_id": "46d4f205-05ee-4077-8592-511e6cdafb8a"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "6fd40069-8729-434c-9350-188768c52156", "metadata_created": "2015-01-30T21:44:19.121178", "metadata_modified": "2016-06-11T01:52:47.367259", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6fd40069-8729-434c-9350-188768c52156", "webstore_last_updated": null, "id": "e2946c10-9cfe-4111-9da0-7d26e6fcc1ff", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 8, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:19.316456", "url": "https://data.illinois.gov/api/views/fdhy-vi9z/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "207c460e-ff49-4daf-a802-6f20efcfa754", "resource_type": null}, {"cache_last_updated": null, "package_id": "6fd40069-8729-434c-9350-188768c52156", "webstore_last_updated": null, "id": "e8dbfa5f-51c3-4c30-aa4a-928da8b16f11", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:19.316476", "url": "https://data.illinois.gov/api/views/fdhy-vi9z/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "edebbfcd-1da5-463d-82fd-572159dfeae8", "resource_type": null}, {"cache_last_updated": null, "package_id": "6fd40069-8729-434c-9350-188768c52156", "webstore_last_updated": null, "id": "f3fab2e0-5ffa-40a9-9c04-ae799b7677ea", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:19.316484", "url": "https://data.illinois.gov/api/views/fdhy-vi9z/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "edebbfcd-1da5-463d-82fd-572159dfeae8", "resource_type": null}, {"cache_last_updated": null, "package_id": "6fd40069-8729-434c-9350-188768c52156", "webstore_last_updated": null, "id": "0aa1970f-73ff-441c-895d-b5248bf161a8", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:19.316491", "url": "https://data.illinois.gov/api/views/fdhy-vi9z/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "edebbfcd-1da5-463d-82fd-572159dfeae8", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "emergency-response", "id": "bdf177f8-fd02-493d-886c-9a34350fead0", "name": "emergency-response"}, {"vocabulary_id": null, "state": "active", "display_name": "police", "id": "2dde5edc-31a7-430e-b615-41d22cec89d7", "name": "police"}], "tracking_summary": {"total": 25, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-police-calls-36bd0", "isopen": true, "url": null, "notes": "This dataset aggregates Police Calls for Service from communities who wish to make the data publicly accessible", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/fdhy-vi9z"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/fdhy-vi9z"}, {"key": "harvest_object_id", "value": "7faa3554-0575-4729-8f84-585d49d2d7a6"}, {"key": "source_hash", "value": "5139831d9107fd50e29a7c61b126bae14bb55eb1"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "7faa3554-0575-4729-8f84-585d49d2d7a6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Police Calls", "revision_id": "f4702c22-1749-4a85-834b-8baf2afd3ede"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 1, "id": "68122513-fcef-4739-a7f3-d1ad626ceb40", "metadata_created": "2015-01-30T21:44:02.267827", "metadata_modified": "2016-06-11T01:52:42.194518", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "68122513-fcef-4739-a7f3-d1ad626ceb40", "webstore_last_updated": null, "id": "74e52f40-9262-4ed0-9f53-a7814167266f", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:02.556427", "url": "https://data.illinois.gov/api/views/x8r5-vr4m/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "85dd6022-4890-4cc6-87b3-1565cf94bd15", "resource_type": null}, {"cache_last_updated": null, "package_id": "68122513-fcef-4739-a7f3-d1ad626ceb40", "webstore_last_updated": null, "id": "509ceae5-c161-4b67-813d-865f317a9987", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:02.556449", "url": "https://data.illinois.gov/api/views/x8r5-vr4m/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "67900d28-dba4-4969-97b2-ad8d773307fd", "resource_type": null}, {"cache_last_updated": null, "package_id": "68122513-fcef-4739-a7f3-d1ad626ceb40", "webstore_last_updated": null, "id": "28cfdf62-2ab1-4e58-a356-deee5112aec2", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:02.556457", "url": "https://data.illinois.gov/api/views/x8r5-vr4m/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "67900d28-dba4-4969-97b2-ad8d773307fd", "resource_type": null}, {"cache_last_updated": null, "package_id": "68122513-fcef-4739-a7f3-d1ad626ceb40", "webstore_last_updated": null, "id": "348cb2be-1d5f-4fa5-9c9c-592c71cfa4ec", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:02.556464", "url": "https://data.illinois.gov/api/views/x8r5-vr4m/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "67900d28-dba4-4969-97b2-ad8d773307fd", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "demolition-permits", "id": "81f319a3-7f69-43cd-bdbc-f47ac2960407", "name": "demolition-permits"}], "tracking_summary": {"total": 3, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "demolition-permits-2216f", "isopen": false, "url": null, "notes": "City of Rockford Demolition Permits", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-03-01"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/x8r5-vr4m"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/x8r5-vr4m"}, {"key": "harvest_object_id", "value": "fa43defd-0e21-4645-a89e-124ac519184a"}, {"key": "source_hash", "value": "b86ff5ddc8e87d163300a29d61a5c8fd2e8a7592"}, {"key": "harvest_object_id", "value": "fa43defd-0e21-4645-a89e-124ac519184a"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Demolition Permits", "revision_id": "6d33cdff-36d7-45c6-a448-7a1054f498ef"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 6, "id": "6320c58b-9ca3-47c7-a01f-78c41ad94dcb", "metadata_created": "2015-01-30T21:44:04.039883", "metadata_modified": "2016-08-20T05:35:41.432872", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "6320c58b-9ca3-47c7-a01f-78c41ad94dcb", "webstore_last_updated": null, "id": "6001079b-66b0-4132-9005-e29c76105826", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:04.307067", "url": "https://data.illinois.gov/api/views/pefi-sz2t/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "d82c1067-4884-49db-b1a2-9d5a2e0c4595", "resource_type": null}, {"cache_last_updated": null, "package_id": "6320c58b-9ca3-47c7-a01f-78c41ad94dcb", "webstore_last_updated": null, "id": "39b65287-d71b-4ad1-8e66-d68a8622ae0b", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:04.307088", "url": "https://data.illinois.gov/api/views/pefi-sz2t/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "81d0254b-24ae-478a-b8d9-274355bffad6", "resource_type": null}, {"cache_last_updated": null, "package_id": "6320c58b-9ca3-47c7-a01f-78c41ad94dcb", "webstore_last_updated": null, "id": "4bd643fe-0f25-4721-acba-970de9f9ad50", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:04.307095", "url": "https://data.illinois.gov/api/views/pefi-sz2t/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "81d0254b-24ae-478a-b8d9-274355bffad6", "resource_type": null}, {"cache_last_updated": null, "package_id": "6320c58b-9ca3-47c7-a01f-78c41ad94dcb", "webstore_last_updated": null, "id": "76127d07-8331-4f6e-953a-1cbb0b3d916a", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:04.307102", "url": "https://data.illinois.gov/api/views/pefi-sz2t/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "81d0254b-24ae-478a-b8d9-274355bffad6", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "caseload", "id": "595810a5-a7f2-47f2-b328-66cfd7451a20", "name": "caseload"}, {"vocabulary_id": null, "state": "active", "display_name": "disabilities", "id": "73dbcd9e-6136-44c0-88d9-554c6630f091", "name": "disabilities"}, {"vocabulary_id": null, "state": "active", "display_name": "guardian", "id": "1cd78fba-a6be-46dd-b30f-e31c0e3673c2", "name": "guardian"}, {"vocabulary_id": null, "state": "active", "display_name": "guardianship", "id": "14557a43-3a13-4d8f-81d4-93e337fb9398", "name": "guardianship"}, {"vocabulary_id": null, "state": "active", "display_name": "igac", "id": "1192ddd5-211f-4197-a81b-ef4bc83a2cea", "name": "igac"}, {"vocabulary_id": null, "state": "active", "display_name": "wards", "id": "66539162-b52c-4f89-98c1-cb811c3af9b4", "name": "wards"}], "tracking_summary": {"total": 6, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "illinois-guardianship-and-advocacy-commission-misc-data-a7baa", "isopen": false, "url": null, "notes": "Misc data for the Illinois Guardianship and Advocacy Commission.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/pefi-sz2t"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/pefi-sz2t"}, {"key": "harvest_object_id", "value": "05de2bbc-70b3-4208-8db8-ccece3002827"}, {"key": "source_hash", "value": "519d8cd10a623e559de9c8874ec2cc33d61ee6bd"}, {"key": "harvest_object_id", "value": "05de2bbc-70b3-4208-8db8-ccece3002827"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Illinois Guardianship and Advocacy Commission Misc. Data", "revision_id": "6a8fff32-d985-4a03-8e66-d3268621bec6"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 0, "id": "4f46e0d4-d1d4-487d-82ee-710bc32c307c", "metadata_created": "2015-01-30T21:43:54.281901", "metadata_modified": "2016-06-11T01:52:26.650945", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "4f46e0d4-d1d4-487d-82ee-710bc32c307c", "webstore_last_updated": null, "id": "b4f15228-7e32-4965-a4bf-0097c7a3ec11", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:54.371423", "url": "https://data.illinois.gov/api/views/5xra-wi7t/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "ddf25316-7a87-4e17-a9f4-b89b21a145fb", "resource_type": null}, {"cache_last_updated": null, "package_id": "4f46e0d4-d1d4-487d-82ee-710bc32c307c", "webstore_last_updated": null, "id": "60322271-226d-4fd1-a889-ed5525eaa5a3", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:54.371444", "url": "https://data.illinois.gov/api/views/5xra-wi7t/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "50d626ee-844c-4d26-bf60-9e6f32bd3964", "resource_type": null}, {"cache_last_updated": null, "package_id": "4f46e0d4-d1d4-487d-82ee-710bc32c307c", "webstore_last_updated": null, "id": "d23b6c22-e71f-48f1-bac1-c0ccdde5fc2a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:54.371451", "url": "https://data.illinois.gov/api/views/5xra-wi7t/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "50d626ee-844c-4d26-bf60-9e6f32bd3964", "resource_type": null}, {"cache_last_updated": null, "package_id": "4f46e0d4-d1d4-487d-82ee-710bc32c307c", "webstore_last_updated": null, "id": "7fe47cc4-6739-41ae-b35f-d674e3ac2774", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:54.371458", "url": "https://data.illinois.gov/api/views/5xra-wi7t/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "50d626ee-844c-4d26-bf60-9e6f32bd3964", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-modular-dwellings-48de4", "isopen": false, "url": null, "notes": "Modular Dwellings. Updated April 2015.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-04-14"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2015-04-14"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/5xra-wi7t"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/5xra-wi7t"}, {"key": "harvest_object_id", "value": "8fddfc34-df81-4df6-8246-61a14ba3b13c"}, {"key": "source_hash", "value": "17d915448788914d8b5ad2a42a0fffcad2e27aff"}, {"key": "harvest_object_id", "value": "8fddfc34-df81-4df6-8246-61a14ba3b13c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Modular Dwellings", "revision_id": "ddf25316-7a87-4e17-a9f4-b89b21a145fb"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 4, "id": "4ec4c3a6-bf23-4978-9274-244953a2170f", "metadata_created": "2015-01-30T21:44:31.195585", "metadata_modified": "2016-06-11T01:52:51.044228", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "4ec4c3a6-bf23-4978-9274-244953a2170f", "webstore_last_updated": null, "id": "af556e7b-279b-4bf5-9345-86a7cc73977d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:31.411155", "url": "https://data.illinois.gov/api/views/kdsw-ekab/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "1f2baa62-92e5-45fd-9dbb-57551a3fdd0f", "resource_type": null}, {"cache_last_updated": null, "package_id": "4ec4c3a6-bf23-4978-9274-244953a2170f", "webstore_last_updated": null, "id": "fa538660-cc58-47bf-9fc0-1a8b4d9d968c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:31.411178", "url": "https://data.illinois.gov/api/views/kdsw-ekab/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "bc89f12e-cf7c-4be4-812e-80c2a42d257b", "resource_type": null}, {"cache_last_updated": null, "package_id": "4ec4c3a6-bf23-4978-9274-244953a2170f", "webstore_last_updated": null, "id": "f667c012-7501-4df8-938d-ce7a711eee17", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:31.411185", "url": "https://data.illinois.gov/api/views/kdsw-ekab/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "bc89f12e-cf7c-4be4-812e-80c2a42d257b", "resource_type": null}, {"cache_last_updated": null, "package_id": "4ec4c3a6-bf23-4978-9274-244953a2170f", "webstore_last_updated": null, "id": "cc900382-767e-40c1-9d1c-a8d58279bb44", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:31.411192", "url": "https://data.illinois.gov/api/views/kdsw-ekab/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "bc89f12e-cf7c-4be4-812e-80c2a42d257b", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "business", "id": "8db0c512-a345-4d67-a239-9c92e4b13432", "name": "business"}, {"vocabulary_id": null, "state": "active", "display_name": "economic-development", "id": "83dbb37f-8877-4095-9306-17e4aa63075d", "name": "economic-development"}, {"vocabulary_id": null, "state": "active", "display_name": "midlothian", "id": "716ad1f8-b154-4b70-8ccf-7a30f50ed554", "name": "midlothian"}, {"vocabulary_id": null, "state": "active", "display_name": "planning", "id": "e2f63179-603f-4c7b-ac4b-ddb40b9f1eb7", "name": "planning"}], "tracking_summary": {"total": 14, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-village-of-midlothian-businesses-for-sale-or-lease-67116", "isopen": true, "url": null, "notes": "This dataset details businesses for sale or lease in the Village of Midlothian, Illinois", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/kdsw-ekab"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/kdsw-ekab"}, {"key": "harvest_object_id", "value": "ab06f8be-a789-42fc-b24f-1361ca607c44"}, {"key": "source_hash", "value": "1260e79a5764f25efb647ce59a19055201a1692e"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "ab06f8be-a789-42fc-b24f-1361ca607c44"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Village Of Midlothian Businesses For Sale Or Lease", "revision_id": "6996f555-124c-4741-8d28-c33c6a24ee12"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "4ebd86b1-329e-45e4-812e-9aaf77db3f7a", "metadata_created": "2015-01-30T21:43:38.597608", "metadata_modified": "2016-07-14T02:51:43.522021", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "4ebd86b1-329e-45e4-812e-9aaf77db3f7a", "webstore_last_updated": null, "id": "691c46c3-2f50-4926-baf9-854ad6065657", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:38.880915", "url": "https://data.illinois.gov/api/views/2r3c-zkbc/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "63254b0d-cfc8-4d42-9af4-24d2f34164e3", "resource_type": null}, {"cache_last_updated": null, "package_id": "4ebd86b1-329e-45e4-812e-9aaf77db3f7a", "webstore_last_updated": null, "id": "69943ac4-9a04-4320-8796-e99d67aaf164", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:38.880936", "url": "https://data.illinois.gov/api/views/2r3c-zkbc/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "4fb3e315-6cfc-4e44-8e47-3eed52a728d2", "resource_type": null}, {"cache_last_updated": null, "package_id": "4ebd86b1-329e-45e4-812e-9aaf77db3f7a", "webstore_last_updated": null, "id": "99dcb4db-7c61-45ac-87d6-8aeade4ded7a", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:38.880943", "url": "https://data.illinois.gov/api/views/2r3c-zkbc/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "4fb3e315-6cfc-4e44-8e47-3eed52a728d2", "resource_type": null}, {"cache_last_updated": null, "package_id": "4ebd86b1-329e-45e4-812e-9aaf77db3f7a", "webstore_last_updated": null, "id": "f9ac3c5d-0512-4dc9-b978-d14690769f56", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:38.880950", "url": "https://data.illinois.gov/api/views/2r3c-zkbc/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "4fb3e315-6cfc-4e44-8e47-3eed52a728d2", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "camps", "id": "c1adeda9-5ae5-4626-807d-02ab7055dc05", "name": "camps"}, {"vocabulary_id": null, "state": "active", "display_name": "youth", "id": "d54cd1d0-b9fe-4ef0-922c-d49dcbba636c", "name": "youth"}], "tracking_summary": {"total": 8, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-licensed-youth-camps-554a4", "isopen": false, "url": null, "notes": "List of Licensed Youth Camps in Illinois.\r\n\r\nUpdated June 2015", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2015-06-12"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-07-13"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/2r3c-zkbc"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/2r3c-zkbc"}, {"key": "harvest_object_id", "value": "5aefb923-80a5-472e-a1bc-8392a2ea064c"}, {"key": "source_hash", "value": "d3e7475253ca55d2949e62d96d5480572a705640"}, {"key": "harvest_object_id", "value": "5aefb923-80a5-472e-a1bc-8392a2ea064c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Licensed Youth Camps", "revision_id": "63254b0d-cfc8-4d42-9af4-24d2f34164e3"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 7, "id": "5aa06416-ab4c-4c82-800f-74f59e0e6f05", "metadata_created": "2015-01-30T21:45:02.617173", "metadata_modified": "2016-08-20T05:35:51.669942", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5aa06416-ab4c-4c82-800f-74f59e0e6f05", "webstore_last_updated": null, "id": "a8607664-cf91-4e12-8253-5de2dd1229c1", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:03.020233", "url": "https://data.illinois.gov/api/views/rg56-im3p/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "51054679-b132-4a3b-a244-f2a3084c7602", "resource_type": null}, {"cache_last_updated": null, "package_id": "5aa06416-ab4c-4c82-800f-74f59e0e6f05", "webstore_last_updated": null, "id": "2a68254e-9e2b-409f-9c05-6454439bd80d", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:03.020253", "url": "https://data.illinois.gov/api/views/rg56-im3p/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "3269b3de-3d23-4644-b4a7-bc8095ead651", "resource_type": null}, {"cache_last_updated": null, "package_id": "5aa06416-ab4c-4c82-800f-74f59e0e6f05", "webstore_last_updated": null, "id": "8b8cd716-37b1-47c8-a4a8-3bf7e8d9fafb", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:03.020260", "url": "https://data.illinois.gov/api/views/rg56-im3p/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "3269b3de-3d23-4644-b4a7-bc8095ead651", "resource_type": null}, {"cache_last_updated": null, "package_id": "5aa06416-ab4c-4c82-800f-74f59e0e6f05", "webstore_last_updated": null, "id": "334de8b4-b471-4c80-a774-6472be318c03", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:03.020267", "url": "https://data.illinois.gov/api/views/rg56-im3p/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "3269b3de-3d23-4644-b4a7-bc8095ead651", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "aero", "id": "82375a2a-ca8c-414a-a8d4-1fed3453e789", "name": "aero"}, {"vocabulary_id": null, "state": "active", "display_name": "aviation", "id": "f4f1b6be-83c1-463e-bfda-5556e15ff6f2", "name": "aviation"}, {"vocabulary_id": null, "state": "active", "display_name": "flight", "id": "4338d180-5110-4c04-a24e-7c877ec88f44", "name": "flight"}, {"vocabulary_id": null, "state": "active", "display_name": "flying", "id": "c045c283-6a5e-4862-8165-dbdb1d75c4d3", "name": "flying"}, {"vocabulary_id": null, "state": "active", "display_name": "programs", "id": "325cd899-b0a7-47b0-930f-078c283160d3", "name": "programs"}, {"vocabulary_id": null, "state": "active", "display_name": "school", "id": "30747976-fda9-4c0a-83a1-76c1a9c84d5b", "name": "school"}, {"vocabulary_id": null, "state": "active", "display_name": "universities", "id": "eec90dc2-dd1d-411b-a098-4832e2580404", "name": "universities"}], "tracking_summary": {"total": 12, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-aeronautics-aviation-programs-sponsored-by-universities-in-illinois-ea7a9", "isopen": false, "url": null, "notes": "IDOT Aeronautics - Aviation Programs Sponsored by Universities in Illinois", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-20"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/rg56-im3p"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/rg56-im3p"}, {"key": "harvest_object_id", "value": "75c17d9c-5933-4e98-936f-de66dbc679f6"}, {"key": "source_hash", "value": "bb9158f51880d536eb9fdce25eb6d35a37c4b5f1"}, {"key": "harvest_object_id", "value": "75c17d9c-5933-4e98-936f-de66dbc679f6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT Aeronautics - Aviation Programs Sponsored by Universities in Illinois", "revision_id": "03afce6c-2a26-40ac-a42c-41f24d7c8c1d"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 6, "id": "57bdd0f4-8ba2-4ae0-88b1-9ce0ee58bab3", "metadata_created": "2015-01-30T21:45:01.541807", "metadata_modified": "2016-08-20T05:35:51.358720", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "57bdd0f4-8ba2-4ae0-88b1-9ce0ee58bab3", "webstore_last_updated": null, "id": "7aee4cee-da4a-401d-8dfb-22a4f3f5bf07", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:01.888119", "url": "https://data.illinois.gov/api/views/rnc7-v59c/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "9a413b0d-8062-4cf6-a177-34a6725ae237", "resource_type": null}, {"cache_last_updated": null, "package_id": "57bdd0f4-8ba2-4ae0-88b1-9ce0ee58bab3", "webstore_last_updated": null, "id": "45877e3c-fd9a-4ce0-a7ac-5998d1e6fa58", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:01.888149", "url": "https://data.illinois.gov/api/views/rnc7-v59c/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "e743ed2e-58b7-4159-b2b0-cdb2bf498ad6", "resource_type": null}, {"cache_last_updated": null, "package_id": "57bdd0f4-8ba2-4ae0-88b1-9ce0ee58bab3", "webstore_last_updated": null, "id": "ffcc7274-bb19-4cd2-8188-0e2a743076bb", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:01.888165", "url": "https://data.illinois.gov/api/views/rnc7-v59c/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "e743ed2e-58b7-4159-b2b0-cdb2bf498ad6", "resource_type": null}, {"cache_last_updated": null, "package_id": "57bdd0f4-8ba2-4ae0-88b1-9ce0ee58bab3", "webstore_last_updated": null, "id": "73703577-fee2-4704-9170-e5404b8cd9c0", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:01.888172", "url": "https://data.illinois.gov/api/views/rnc7-v59c/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "e743ed2e-58b7-4159-b2b0-cdb2bf498ad6", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "i-294", "id": "4e7ec940-c799-43c6-bb91-e2e113eee6a9", "name": "i-294"}, {"vocabulary_id": null, "state": "active", "display_name": "istha", "id": "e7218c59-2fbb-4123-acc3-f64775334055", "name": "istha"}, {"vocabulary_id": null, "state": "active", "display_name": "mile-marker", "id": "fd19fe65-a1e5-44f9-93e4-be25a09005d6", "name": "mile-marker"}, {"vocabulary_id": null, "state": "active", "display_name": "mileposts", "id": "e0df964a-e7da-42f9-b216-559090cd208b", "name": "mileposts"}, {"vocabulary_id": null, "state": "active", "display_name": "tollway", "id": "96e16045-9a28-4ca9-9af3-daf9a5889819", "name": "tollway"}, {"vocabulary_id": null, "state": "active", "display_name": "tri-state-tollway", "id": "65078259-e56b-4f36-805f-caf3d9c9b028", "name": "tri-state-tollway"}], "tracking_summary": {"total": 16, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "istha-coordinates-for-mileposts-on-the-illinois-tollway-i-294-tri-state-323c2", "isopen": false, "url": null, "notes": "This dataset has a record for every milepost on I-294 of the Illinois Tollway that includes the route number, the milepost and the latitude and longitude. It lists a milepost every tenth of mile, and every quarter of a mile, but there is actually only a physical milepost every quarter of a mile.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-24"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/rnc7-v59c"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/rnc7-v59c"}, {"key": "harvest_object_id", "value": "dc93f88f-a7ef-4124-b7ef-29fc833908ad"}, {"key": "source_hash", "value": "d2621eaed19aa55f79b3f089a89c8528b8ad2bc9"}, {"key": "harvest_object_id", "value": "dc93f88f-a7ef-4124-b7ef-29fc833908ad"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISTHA Coordinates for Mileposts on the Illinois Tollway, I-294 Tri-State", "revision_id": "97901f58-8455-40ae-85c0-84b71b0bfd60"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 6, "id": "5f5c1139-0cd3-4289-9b89-e6abad3273b4", "metadata_created": "2015-01-30T21:44:59.259878", "metadata_modified": "2016-08-20T05:35:50.726131", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5f5c1139-0cd3-4289-9b89-e6abad3273b4", "webstore_last_updated": null, "id": "1c2e1690-1868-4b37-9474-b212a8e2a01e", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:59.497677", "url": "https://data.illinois.gov/api/views/g8gh-wnt9/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "ed615877-9eac-4449-933b-48da18fc8ffc", "resource_type": null}, {"cache_last_updated": null, "package_id": "5f5c1139-0cd3-4289-9b89-e6abad3273b4", "webstore_last_updated": null, "id": "5733f25f-fd9e-48fd-937d-8f78795b0dfb", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 5, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:59.497698", "url": "https://data.illinois.gov/api/views/g8gh-wnt9/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "b7f0fc73-a9ef-4fbf-a84b-76e4d21f178f", "resource_type": null}, {"cache_last_updated": null, "package_id": "5f5c1139-0cd3-4289-9b89-e6abad3273b4", "webstore_last_updated": null, "id": "6e80cf20-8af1-49b3-bada-84ebc914392b", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:59.497706", "url": "https://data.illinois.gov/api/views/g8gh-wnt9/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "b7f0fc73-a9ef-4fbf-a84b-76e4d21f178f", "resource_type": null}, {"cache_last_updated": null, "package_id": "5f5c1139-0cd3-4289-9b89-e6abad3273b4", "webstore_last_updated": null, "id": "4b6bfc04-f6dc-4a54-b966-7792b505f391", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:59.497712", "url": "https://data.illinois.gov/api/views/g8gh-wnt9/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "b7f0fc73-a9ef-4fbf-a84b-76e4d21f178f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "i-94", "id": "a859da2d-9f97-4f1b-b4f1-e7f842e2403b", "name": "i-94"}, {"vocabulary_id": null, "state": "active", "display_name": "istha", "id": "e7218c59-2fbb-4123-acc3-f64775334055", "name": "istha"}, {"vocabulary_id": null, "state": "active", "display_name": "mile-marker", "id": "fd19fe65-a1e5-44f9-93e4-be25a09005d6", "name": "mile-marker"}, {"vocabulary_id": null, "state": "active", "display_name": "mileposts", "id": "e0df964a-e7da-42f9-b216-559090cd208b", "name": "mileposts"}, {"vocabulary_id": null, "state": "active", "display_name": "tollway", "id": "96e16045-9a28-4ca9-9af3-daf9a5889819", "name": "tollway"}, {"vocabulary_id": null, "state": "active", "display_name": "tri-state-tollway", "id": "65078259-e56b-4f36-805f-caf3d9c9b028", "name": "tri-state-tollway"}], "tracking_summary": {"total": 14, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "istha-coordinates-for-mileposts-on-the-illinois-tollway-i-94-cee8f", "isopen": false, "url": null, "notes": "This dataset has a record for every milepost on I-94 of the Illinois Tollway that includes the route number, the milepost and the latitude and longitude. It lists a milepost every tenth of mile, and every quarter of a mile, but there is actually only a physical milepost every quarter of a mile.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-24"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/g8gh-wnt9"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/g8gh-wnt9"}, {"key": "harvest_object_id", "value": "01edc7d8-6dd0-4817-9e9d-e91bd46220cc"}, {"key": "source_hash", "value": "ffd1d044436ba2f468e19d5e05a2cc16f966a59c"}, {"key": "harvest_object_id", "value": "01edc7d8-6dd0-4817-9e9d-e91bd46220cc"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "ISTHA Coordinates for Mileposts on the Illinois Tollway, I-94", "revision_id": "12a05882-d41c-4113-961e-0e2ed57a164f"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 1, "id": "5a491ae6-619d-4a55-9160-7e7464842758", "metadata_created": "2015-01-30T21:43:13.613657", "metadata_modified": "2016-10-14T11:02:25.204365", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5a491ae6-619d-4a55-9160-7e7464842758", "webstore_last_updated": null, "id": "a68a2409-de5b-4c14-9e0a-1c2ae0e699da", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:13.870339", "url": "https://data.illinois.gov/api/views/ckrx-hqvq/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "574091b4-8723-417e-8941-cd6596ea511d", "resource_type": null}, {"cache_last_updated": null, "package_id": "5a491ae6-619d-4a55-9160-7e7464842758", "webstore_last_updated": null, "id": "c68e7d53-3750-4d17-adfd-71a70a76856c", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:13.870359", "url": "https://data.illinois.gov/api/views/ckrx-hqvq/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "8f269e93-0c67-4ffe-b782-3899f4f3de2f", "resource_type": null}, {"cache_last_updated": null, "package_id": "5a491ae6-619d-4a55-9160-7e7464842758", "webstore_last_updated": null, "id": "a3dbf7d6-8eb0-4e1c-8eb6-e9e5ada956c6", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:13.870366", "url": "https://data.illinois.gov/api/views/ckrx-hqvq/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "8f269e93-0c67-4ffe-b782-3899f4f3de2f", "resource_type": null}, {"cache_last_updated": null, "package_id": "5a491ae6-619d-4a55-9160-7e7464842758", "webstore_last_updated": null, "id": "67901ccf-f1d8-476d-9036-720a779bf289", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:13.870373", "url": "https://data.illinois.gov/api/views/ckrx-hqvq/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "8f269e93-0c67-4ffe-b782-3899f4f3de2f", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "pre-qualification-training-for-swimming-facility-designers-and-contractors", "id": "fa2b2ea6-0d0c-454f-9689-84d16f17cfd0", "name": "pre-qualification-training-for-swimming-facility-designers-and-contractors"}], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-swimming-facilities-pre-qualification-training-schedule-0d3a1", "isopen": false, "url": null, "notes": "This contains the scheduled dates that Swimming Facility Contractors, Architects and Engineers may attend the IDPH conducted webinar. Registration is required. Last Updated: October 2016", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-10-13"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-10-13"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ckrx-hqvq"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ckrx-hqvq"}, {"key": "harvest_object_id", "value": "97976579-aa7e-44b2-8991-7cfed669d076"}, {"key": "source_hash", "value": "c92bf7edf0c52240f0afd115ee0429bafddfda92"}, {"key": "harvest_object_id", "value": "97976579-aa7e-44b2-8991-7cfed669d076"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Swimming Facilities Pre-Qualification Training Schedule", "revision_id": "eb0d60b1-41bd-47ec-853e-a03867aa2038"}, {"license_title": "Other License Specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 0, "id": "5a2e80b1-dc47-4cc4-89a2-8cc239d1325e", "metadata_created": "2015-01-30T21:44:26.806131", "metadata_modified": "2016-06-11T01:52:49.451007", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5a2e80b1-dc47-4cc4-89a2-8cc239d1325e", "webstore_last_updated": null, "id": "f5d2a423-eb76-4cf2-b446-1c9aeb012a6c", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:26.874589", "url": "https://data.illinois.gov/api/views/qer4-iwzq/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e1e6c037-0095-4a98-ab7a-1136f89261e5", "resource_type": null}, {"cache_last_updated": null, "package_id": "5a2e80b1-dc47-4cc4-89a2-8cc239d1325e", "webstore_last_updated": null, "id": "62966deb-0770-4df7-b6dd-1ebcd35ac6d2", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:26.874615", "url": "https://data.illinois.gov/api/views/qer4-iwzq/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "419ffab8-c81b-47cd-a6ea-4b090510ea12", "resource_type": null}, {"cache_last_updated": null, "package_id": "5a2e80b1-dc47-4cc4-89a2-8cc239d1325e", "webstore_last_updated": null, "id": "2be44e16-87fe-4f68-846a-fc7b8e1af702", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:26.874623", "url": "https://data.illinois.gov/api/views/qer4-iwzq/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "419ffab8-c81b-47cd-a6ea-4b090510ea12", "resource_type": null}, {"cache_last_updated": null, "package_id": "5a2e80b1-dc47-4cc4-89a2-8cc239d1325e", "webstore_last_updated": null, "id": "b9872671-9f22-4a0b-9827-7845dff2254e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:26.874630", "url": "https://data.illinois.gov/api/views/qer4-iwzq/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "419ffab8-c81b-47cd-a6ea-4b090510ea12", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 11, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "other-license-specified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ssmma-sales-tax-07aef", "isopen": true, "url": null, "notes": "This dataset outlines the sales tax rates for Chicago Southland communities in 2012.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "license", "value": "http://creativecommons.org/publicdomain/zero/1.0/legalcode"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-27"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Municipality"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/qer4-iwzq"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/qer4-iwzq"}, {"key": "harvest_object_id", "value": "7e340e35-97ef-4fae-a661-019c2d42d234"}, {"key": "source_hash", "value": "9693f3120532ae5e65c436c2fe24127f509068fa"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_object_id", "value": "7e340e35-97ef-4fae-a661-019c2d42d234"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "SSMMA Sales Tax", "revision_id": "93de0fd6-925c-4340-afff-23cc83ea1c1e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 1, "id": "5b4f6686-1b82-48b6-bdb4-cbe0821caa6e", "metadata_created": "2015-01-30T21:45:05.067437", "metadata_modified": "2016-06-11T01:53:03.888415", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "5b4f6686-1b82-48b6-bdb4-cbe0821caa6e", "webstore_last_updated": null, "id": "f32cb6da-6801-47a5-8b50-e40748916c64", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 16, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:05.194348", "url": "https://data.illinois.gov/api/views/ukeb-2mep/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "419906a9-52cf-4cc0-92ee-58ab60711707", "resource_type": null}, {"cache_last_updated": null, "package_id": "5b4f6686-1b82-48b6-bdb4-cbe0821caa6e", "webstore_last_updated": null, "id": "6bf683c3-6382-4a8c-a87e-1ac7e84ae329", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:05.194370", "url": "https://data.illinois.gov/api/views/ukeb-2mep/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "78673a6f-af73-4563-92a5-31e9f5a569b0", "resource_type": null}, {"cache_last_updated": null, "package_id": "5b4f6686-1b82-48b6-bdb4-cbe0821caa6e", "webstore_last_updated": null, "id": "f21bda66-2e63-4df6-b611-91ea0b4e101f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:05.194377", "url": "https://data.illinois.gov/api/views/ukeb-2mep/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "78673a6f-af73-4563-92a5-31e9f5a569b0", "resource_type": null}, {"cache_last_updated": null, "package_id": "5b4f6686-1b82-48b6-bdb4-cbe0821caa6e", "webstore_last_updated": null, "id": "db949d2f-bd17-4652-9a67-dc8176d1c81e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:05.194384", "url": "https://data.illinois.gov/api/views/ukeb-2mep/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "78673a6f-af73-4563-92a5-31e9f5a569b0", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "cause-death", "id": "6e495e58-7a31-40fd-a36f-c0efa00e3c80", "name": "cause-death"}], "tracking_summary": {"total": 18, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idph-leading-causes-of-death-all-ages-2008-754dd", "isopen": false, "url": null, "notes": "IDPH Leading Causes of Death, All Ages, 2008", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-23"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ukeb-2mep"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ukeb-2mep"}, {"key": "harvest_object_id", "value": "6976e8f8-8242-44fb-b4f3-370cd0783d44"}, {"key": "source_hash", "value": "bf17296a9314133941f503fb6c7887f20c573c64"}, {"key": "harvest_object_id", "value": "6976e8f8-8242-44fb-b4f3-370cd0783d44"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDPH Leading Causes of Death, All Ages, 2008", "revision_id": "2c9cf8e3-292d-4877-a4f0-4ddbc2d58a75"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "46c58558-5d19-4805-b2a1-9db2a7402977", "metadata_created": "2015-01-30T21:43:15.254416", "metadata_modified": "2016-06-11T01:52:28.067131", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "46c58558-5d19-4805-b2a1-9db2a7402977", "webstore_last_updated": null, "id": "8f7f0172-f467-4511-a542-d7bf0a01f41d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:43:15.578095", "url": "https://data.illinois.gov/api/views/xt2m-hy2h/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "046db477-e625-4140-b985-0fc7ffa6286f", "resource_type": null}, {"cache_last_updated": null, "package_id": "46c58558-5d19-4805-b2a1-9db2a7402977", "webstore_last_updated": null, "id": "52bd79c0-ccf7-4726-8fa8-709ab98a0dca", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:43:15.578120", "url": "https://data.illinois.gov/api/views/xt2m-hy2h/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "6a3acdb1-709c-4697-99b7-7243aed3f854", "resource_type": null}, {"cache_last_updated": null, "package_id": "46c58558-5d19-4805-b2a1-9db2a7402977", "webstore_last_updated": null, "id": "c723d57f-5eb5-47a9-a674-72169b12b997", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:43:15.578128", "url": "https://data.illinois.gov/api/views/xt2m-hy2h/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "6a3acdb1-709c-4697-99b7-7243aed3f854", "resource_type": null}, {"cache_last_updated": null, "package_id": "46c58558-5d19-4805-b2a1-9db2a7402977", "webstore_last_updated": null, "id": "813433c3-12b2-45b6-a532-61b16a03528c", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:43:15.578134", "url": "https://data.illinois.gov/api/views/xt2m-hy2h/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "6a3acdb1-709c-4697-99b7-7243aed3f854", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "grout", "id": "2c28c1d6-915e-4714-92f6-75fb54e4f311", "name": "grout"}, {"vocabulary_id": null, "state": "active", "display_name": "water", "id": "0626f657-5e47-4974-b0e5-6746d14f372c", "name": "water"}, {"vocabulary_id": null, "state": "active", "display_name": "well", "id": "9e21934e-ae6c-4ef6-bddb-287632a81508", "name": "well"}], "tracking_summary": {"total": 9, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "approved-water-well-and-closed-loop-well-grouts-77de0", "isopen": false, "url": null, "notes": "Approved Grouts for Well Casing Annular Space, Well and Borehole Abandonment, and Closed Loop Wells Meeting American National Standards Institute (ANSI)/NSF International (NSF) STD 60 Last Update October 2014", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-10-29"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2015-07-24"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Public Health"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/xt2m-hy2h"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/xt2m-hy2h"}, {"key": "harvest_object_id", "value": "ba142be1-7839-4ea4-893a-5cd3578979ce"}, {"key": "source_hash", "value": "4b359bd918bd6e70b3cf4eeed3b9da0bc217e2b9"}, {"key": "harvest_object_id", "value": "ba142be1-7839-4ea4-893a-5cd3578979ce"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Approved Water Well And Closed Loop Well Grouts", "revision_id": "96678260-4485-475a-9950-c8a6149f168e"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 1, "id": "4b7abc79-9721-4270-a88a-18966a34fe0c", "metadata_created": "2015-01-30T21:44:45.479053", "metadata_modified": "2016-08-20T05:35:47.642842", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "4b7abc79-9721-4270-a88a-18966a34fe0c", "webstore_last_updated": null, "id": "43b40847-ca47-496d-b5ca-ce57fc248164", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:45.594292", "url": "https://data.illinois.gov/api/views/k245-2a6a/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "5908f550-a102-4f33-9703-2f770d938b66", "resource_type": null}, {"cache_last_updated": null, "package_id": "4b7abc79-9721-4270-a88a-18966a34fe0c", "webstore_last_updated": null, "id": "cbb48a25-a504-4e8e-a799-e88de5cccbf2", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:45.594314", "url": "https://data.illinois.gov/api/views/k245-2a6a/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "a068ffeb-e8ae-48c7-8e30-8bccc1229d54", "resource_type": null}, {"cache_last_updated": null, "package_id": "4b7abc79-9721-4270-a88a-18966a34fe0c", "webstore_last_updated": null, "id": "76faae69-ac99-4472-8189-15a900225a00", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:45.594321", "url": "https://data.illinois.gov/api/views/k245-2a6a/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "a068ffeb-e8ae-48c7-8e30-8bccc1229d54", "resource_type": null}, {"cache_last_updated": null, "package_id": "4b7abc79-9721-4270-a88a-18966a34fe0c", "webstore_last_updated": null, "id": "6483133d-9923-45f9-a39e-71627e8a952c", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:45.594328", "url": "https://data.illinois.gov/api/views/k245-2a6a/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "a068ffeb-e8ae-48c7-8e30-8bccc1229d54", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "coal-consumption", "id": "474250d5-0577-4c8c-841e-c919f4e50b40", "name": "coal-consumption"}], "tracking_summary": {"total": 8, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "dceo-il-coal-consumption-e128a", "isopen": false, "url": null, "notes": "Illinois Coal Consumption", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-27"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/k245-2a6a"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/k245-2a6a"}, {"key": "harvest_object_id", "value": "17719683-073b-4a64-a87b-581b6eaa6c5d"}, {"key": "source_hash", "value": "e39c364718beb5112bd9cc04f54bd082607f5db2"}, {"key": "harvest_object_id", "value": "17719683-073b-4a64-a87b-581b6eaa6c5d"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DCEO IL Coal Consumption", "revision_id": "c381ae29-a385-4aef-8700-60685256ad86"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 3, "id": "40b098f7-61f0-47f6-8459-4bb08368229d", "metadata_created": "2015-01-30T21:45:26.845785", "metadata_modified": "2016-08-20T05:35:59.836142", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "40b098f7-61f0-47f6-8459-4bb08368229d", "webstore_last_updated": null, "id": "fa27df2b-e71e-4f15-93f7-f982ffa28e1b", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 13, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:27.037207", "url": "https://data.illinois.gov/api/views/fb9a-cdjv/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "0150ca0a-34c7-4f64-8d60-0b3b837a085b", "resource_type": null}, {"cache_last_updated": null, "package_id": "40b098f7-61f0-47f6-8459-4bb08368229d", "webstore_last_updated": null, "id": "f543d353-ded7-4a98-90c2-792ee24baf7e", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 4, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:27.037227", "url": "https://data.illinois.gov/api/views/fb9a-cdjv/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "a716adeb-39b9-47d8-ad0d-4403bd37afde", "resource_type": null}, {"cache_last_updated": null, "package_id": "40b098f7-61f0-47f6-8459-4bb08368229d", "webstore_last_updated": null, "id": "3ecb484b-695d-4d68-8dd0-b65b6c4f5449", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:27.037234", "url": "https://data.illinois.gov/api/views/fb9a-cdjv/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "a716adeb-39b9-47d8-ad0d-4403bd37afde", "resource_type": null}, {"cache_last_updated": null, "package_id": "40b098f7-61f0-47f6-8459-4bb08368229d", "webstore_last_updated": null, "id": "93d7b1b3-97c7-465d-971d-0e9d0479e9a5", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 4, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:27.037241", "url": "https://data.illinois.gov/api/views/fb9a-cdjv/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "a716adeb-39b9-47d8-ad0d-4403bd37afde", "resource_type": null}], "num_resources": 4, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "information", "id": "93be9e2f-071f-4edf-9999-cdd8b2a04957", "name": "information"}, {"vocabulary_id": null, "state": "active", "display_name": "occupational", "id": "967985ff-ec81-41f7-8ecf-2a53d12e1ffc", "name": "occupational"}, {"vocabulary_id": null, "state": "active", "display_name": "wage", "id": "4c92c3ed-282e-44ed-8262-b592a8b2ddcf", "name": "wage"}], "tracking_summary": {"total": 27, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ides-illinois-occupational-wage-information-2010-cdfef", "isopen": false, "url": null, "notes": "Wage data for occupations is collected in the Occupational Employment Statistics (OES) program. Information provide: entry level, median, and experienced hourly (and annual) wages.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-07-29"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/fb9a-cdjv"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/fb9a-cdjv"}, {"key": "harvest_object_id", "value": "d8136e6b-dee5-4d1f-8a03-ccc8b3dfec64"}, {"key": "source_hash", "value": "2584bbe8e0dad524f980e991db9070ee65f9eb36"}, {"key": "harvest_object_id", "value": "d8136e6b-dee5-4d1f-8a03-ccc8b3dfec64"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDES - Illinois Occupational Wage Information 2010", "revision_id": "3160bbd1-19a6-4bd7-8b47-5763180bc163"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 3, "id": "3f93c848-24ba-4bb6-927f-e64c8601a749", "metadata_created": "2016-02-03T15:06:37.257581", "metadata_modified": "2016-02-03T15:06:37.257581", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "3f93c848-24ba-4bb6-927f-e64c8601a749", "webstore_last_updated": null, "id": "17ebdcf7-20a8-4419-9294-afe84d4ce733", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2016-02-03T10:06:37.993884", "url": "https://data.illinois.gov/download/ey66-tcgs/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e6b694fe-f402-4d32-9fed-6865232cdaa5", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "health", "id": "a4e494b6-f977-4148-acc0-b91e5b1275f6", "name": "health"}, {"vocabulary_id": null, "state": "active", "display_name": "hfs", "id": "48fc15de-77a7-48b6-b685-ea3ede854834", "name": "hfs"}, {"vocabulary_id": null, "state": "active", "display_name": "medicaid", "id": "6e127a56-4ac1-4d20-8282-8b5fe5ca201f", "name": "medicaid"}], "tracking_summary": {"total": 7, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "2013-provider-level-data-dictionary", "isopen": false, "url": null, "notes": "2013 Provider Level Data Dictionary", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2016-02-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2016-02-02"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Health-Medicaid"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ey66-tcgs"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ey66-tcgs"}, {"key": "harvest_object_id", "value": "2375c464-4320-4708-a967-5c9bd3a2629c"}, {"key": "source_hash", "value": "fa79db55d59a5adcade3acbcfd30931d685062ad"}, {"key": "harvest_object_id", "value": "2375c464-4320-4708-a967-5c9bd3a2629c"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "2013 Provider Level Data Dictionary", "revision_id": "e6b694fe-f402-4d32-9fed-6865232cdaa5"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "469c3b71-cd2d-42c0-a513-02982eaeb92b", "metadata_created": "2015-01-30T21:45:19.791954", "metadata_modified": "2016-06-11T01:53:09.237779", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "469c3b71-cd2d-42c0-a513-02982eaeb92b", "webstore_last_updated": null, "id": "bb58821f-da5f-459d-aedf-f3b8881e3cd4", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 1, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:19.898590", "url": "https://data.illinois.gov/api/views/a3tw-g2mc/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "f63a0ec9-1858-4461-8165-b2b4dc9a2836", "resource_type": null}, {"cache_last_updated": null, "package_id": "469c3b71-cd2d-42c0-a513-02982eaeb92b", "webstore_last_updated": null, "id": "b5b04b5e-22ac-41e3-be4a-13bfa938853b", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:19.898610", "url": "https://data.illinois.gov/api/views/a3tw-g2mc/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "ef1b33c6-7105-450c-b7ae-a510a8ebc7fc", "resource_type": null}, {"cache_last_updated": null, "package_id": "469c3b71-cd2d-42c0-a513-02982eaeb92b", "webstore_last_updated": null, "id": "2cc0a62a-a254-44e3-92c6-b60310ac9b12", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:19.898617", "url": "https://data.illinois.gov/api/views/a3tw-g2mc/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "ef1b33c6-7105-450c-b7ae-a510a8ebc7fc", "resource_type": null}, {"cache_last_updated": null, "package_id": "469c3b71-cd2d-42c0-a513-02982eaeb92b", "webstore_last_updated": null, "id": "4ae0b638-bc59-4258-bbbf-4525f0487114", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:19.898624", "url": "https://data.illinois.gov/api/views/a3tw-g2mc/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "ef1b33c6-7105-450c-b7ae-a510a8ebc7fc", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 3, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idhs-active-cases-by-ccr-r-and-site-fy-2011-602d5", "isopen": false, "url": null, "notes": "Number of cases approved for child care for the service month.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-11-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/a3tw-g2mc"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/a3tw-g2mc"}, {"key": "harvest_object_id", "value": "0b634135-7f59-4696-a9df-c3597072d0bf"}, {"key": "source_hash", "value": "5e6aa3dd337f7b161bce76e16cc95f29311bab6e"}, {"key": "harvest_object_id", "value": "0b634135-7f59-4696-a9df-c3597072d0bf"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDHS Active Cases By CCR& R And SITE FY 2011", "revision_id": "8a63bc22-3763-4c41-9db6-ed9c894bc657"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "46902a96-7d5c-4eb9-9cd6-efeb5515f2c0", "metadata_created": "2015-01-30T21:44:05.947982", "metadata_modified": "2016-06-11T01:52:43.246873", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "46902a96-7d5c-4eb9-9cd6-efeb5515f2c0", "webstore_last_updated": null, "id": "abce8297-0180-430a-91da-e2b6b25f9bd9", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:06.167952", "url": "https://data.illinois.gov/api/views/a22h-ivbt/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "e23ce3e0-de7f-488c-818a-8f85717f17af", "resource_type": null}, {"cache_last_updated": null, "package_id": "46902a96-7d5c-4eb9-9cd6-efeb5515f2c0", "webstore_last_updated": null, "id": "45ce3886-db63-4cf8-ac7e-4b3c0a5d2273", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:06.167993", "url": "https://data.illinois.gov/api/views/a22h-ivbt/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "20a77fea-e6fd-4b43-83bf-36d7b9bf7f46", "resource_type": null}, {"cache_last_updated": null, "package_id": "46902a96-7d5c-4eb9-9cd6-efeb5515f2c0", "webstore_last_updated": null, "id": "d12fa710-e656-4dc1-8546-2c79b8721a56", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:06.168004", "url": "https://data.illinois.gov/api/views/a22h-ivbt/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "20a77fea-e6fd-4b43-83bf-36d7b9bf7f46", "resource_type": null}, {"cache_last_updated": null, "package_id": "46902a96-7d5c-4eb9-9cd6-efeb5515f2c0", "webstore_last_updated": null, "id": "6e38982e-06bd-4eaf-9fea-55e228e4e06f", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:06.168011", "url": "https://data.illinois.gov/api/views/a22h-ivbt/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "20a77fea-e6fd-4b43-83bf-36d7b9bf7f46", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 4, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "belleville-businesses-by-sector-612bc", "isopen": false, "url": null, "notes": "Belleville Businesses by Sector", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2013-02-04"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2013-02-04"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/a22h-ivbt"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/a22h-ivbt"}, {"key": "harvest_object_id", "value": "a58babaa-fd57-4eb2-92cd-38e959ec2df6"}, {"key": "source_hash", "value": "ed273b5a851c6eaf4224e5a2d04e2696f981abdb"}, {"key": "harvest_object_id", "value": "a58babaa-fd57-4eb2-92cd-38e959ec2df6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "Belleville Businesses by Sector", "revision_id": "3057bc0c-72e0-4fd5-8f81-8ff11e09d5b4"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "3b421e20-f071-49cc-8d25-14bc481c2823", "metadata_created": "2015-01-30T21:44:51.471473", "metadata_modified": "2016-06-11T01:52:58.619786", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "3b421e20-f071-49cc-8d25-14bc481c2823", "webstore_last_updated": null, "id": "789404b1-300c-4891-8b37-002d96b894a9", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 2, "recent": 2}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:44:51.581834", "url": "https://data.illinois.gov/api/views/9gzm-cv4e/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "a1c65d54-f88e-4285-8ede-841eda9d00d3", "resource_type": null}, {"cache_last_updated": null, "package_id": "3b421e20-f071-49cc-8d25-14bc481c2823", "webstore_last_updated": null, "id": "64c8ba46-ce1e-4155-b40f-b89de491ffad", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 2, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:44:51.581854", "url": "https://data.illinois.gov/api/views/9gzm-cv4e/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "1a230a1b-4d8c-4890-a05d-f05c1330fbdc", "resource_type": null}, {"cache_last_updated": null, "package_id": "3b421e20-f071-49cc-8d25-14bc481c2823", "webstore_last_updated": null, "id": "1bda0931-7015-4fa0-8203-a4194c33108f", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:44:51.581862", "url": "https://data.illinois.gov/api/views/9gzm-cv4e/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "1a230a1b-4d8c-4890-a05d-f05c1330fbdc", "resource_type": null}, {"cache_last_updated": null, "package_id": "3b421e20-f071-49cc-8d25-14bc481c2823", "webstore_last_updated": null, "id": "730460e4-c8c8-46c5-a313-1d88b4b3c018", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:44:51.581868", "url": "https://data.illinois.gov/api/views/9gzm-cv4e/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "1a230a1b-4d8c-4890-a05d-f05c1330fbdc", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 12, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-multi-year-programming-2012-2017-roadway-improvements-19a15", "isopen": false, "url": null, "notes": "The Multi-Year Publication is a proposed program of road and structure projects that are planned for the listed timeframe. The last several MYP publications have been for a six year program. There are three layer files that make up the program. They are roadway, spot, and structure layer files. There are many projects that are not mapped, including those with only Engineering and Utility Improvement Types. The Roadway Layer File is populated by selecting project records containing a Roadway Improvement Type. Those selected are considered \u201chigh level construction\u201d, (Resurfacing, Additional Lanes, etc.), as opposed to \u201clow level construction\u201d, (Patching, Skidproofing, etc.).", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-01-26"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-30"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/9gzm-cv4e"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/9gzm-cv4e"}, {"key": "harvest_object_id", "value": "53b6b4ba-b50b-4459-b496-4f2eb11073a6"}, {"key": "source_hash", "value": "1ff45c3caed826c00f2298ed4ea6f08786b8a7ef"}, {"key": "harvest_object_id", "value": "53b6b4ba-b50b-4459-b496-4f2eb11073a6"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT Multi-year Programming 2012-2017 - Roadway Improvements", "revision_id": "6413b233-ca46-4667-a19f-8792716c7fec"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "", "num_tags": 0, "id": "8c733200-4b52-4f34-8e1e-4f1b48bd594d", "metadata_created": "2015-01-30T21:45:30.385726", "metadata_modified": "2016-08-20T05:36:00.807830", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "8c733200-4b52-4f34-8e1e-4f1b48bd594d", "webstore_last_updated": null, "id": "3e8f6c0e-858a-41df-acb8-2854e9bd383d", "size": null, "state": "active", "hash": "", "description": "", "format": "CSV", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "text/csv", "cache_url": null, "name": "Comma Separated Values File", "created": "2015-01-30T16:45:30.464452", "url": "https://data.illinois.gov/api/views/ih4y-hreu/rows.csv?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "972f5790-5797-49ee-b7ac-cee4d28fc6b7", "resource_type": null}, {"cache_last_updated": null, "package_id": "8c733200-4b52-4f34-8e1e-4f1b48bd594d", "webstore_last_updated": null, "id": "401bf516-c54e-48bd-bd18-d62a74064368", "size": null, "state": "active", "hash": "", "description": "", "format": "RDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/rdf+xml", "cache_url": null, "name": "RDF File", "created": "2015-01-30T16:45:30.464473", "url": "https://data.illinois.gov/api/views/ih4y-hreu/rows.rdf?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 1, "revision_id": "0c91a0ba-3ac8-4f3b-b96b-97066fa5f4d1", "resource_type": null}, {"cache_last_updated": null, "package_id": "8c733200-4b52-4f34-8e1e-4f1b48bd594d", "webstore_last_updated": null, "id": "c8f754e3-a7e2-4b7c-885e-fc064bcaaf9e", "size": null, "state": "active", "hash": "", "description": "", "format": "JSON", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/json", "cache_url": null, "name": "JSON File", "created": "2015-01-30T16:45:30.464480", "url": "https://data.illinois.gov/api/views/ih4y-hreu/rows.json?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 2, "revision_id": "0c91a0ba-3ac8-4f3b-b96b-97066fa5f4d1", "resource_type": null}, {"cache_last_updated": null, "package_id": "8c733200-4b52-4f34-8e1e-4f1b48bd594d", "webstore_last_updated": null, "id": "4e388b50-2512-417f-bf8d-a7cf76caa24e", "size": null, "state": "active", "hash": "", "description": "", "format": "XML", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/xml", "cache_url": null, "name": "XML File", "created": "2015-01-30T16:45:30.464487", "url": "https://data.illinois.gov/api/views/ih4y-hreu/rows.xml?accessType=DOWNLOAD", "webstore_url": null, "mimetype_inner": null, "position": 3, "revision_id": "0c91a0ba-3ac8-4f3b-b96b-97066fa5f4d1", "resource_type": null}], "num_resources": 4, "tags": [], "tracking_summary": {"total": 5, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "idot-published-annual-program-2011-engineering-improvements-bf33d", "isopen": false, "url": null, "notes": "The Annual Publication is a proposed program of road and structure projects that are planned for current fiscal year. They are the roadway, spot, structure, engineering, and land acquisition files. The Engineering Layer File is populated by selecting project records containing an Engineering Improvement Type.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2011-06-16"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-10-31"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Transportation"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/ih4y-hreu"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/ih4y-hreu"}, {"key": "harvest_object_id", "value": "a1a08742-5845-4565-9913-e8e1b12776ca"}, {"key": "source_hash", "value": "08837724a171e5bb3d74c98e461a5c1210c76f24"}, {"key": "harvest_object_id", "value": "a1a08742-5845-4565-9913-e8e1b12776ca"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDOT - Published Annual Program 2011 - Engineering Improvements", "revision_id": "7d741ef9-e2b8-46cc-93c6-a9448d733ff9"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": null, "num_tags": 0, "id": "8c242750-7207-4e2c-b4ce-3f8a615ba442", "metadata_created": "2016-01-22T13:48:41.168181", "metadata_modified": "2016-01-22T13:48:41.168181", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "8c242750-7207-4e2c-b4ce-3f8a615ba442", "webstore_last_updated": null, "id": "a2e2a3f9-2306-48a1-91aa-a0af363b4634", "size": null, "state": "active", "hash": "", "description": "", "format": "DOC", "tracking_summary": {"total": 3, "recent": 1}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/msword", "cache_url": null, "name": "Microsoft Word File", "created": "2016-01-22T08:48:41.270788", "url": "https://data.illinois.gov/download/agpw-r3z5/application/msword", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "0afc8c8f-82f1-430a-b972-86b7d2f1b58d", "resource_type": null}], "num_resources": 1, "tags": [], "tracking_summary": {"total": 3, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "doi-insurance-company-types-descriptions-f3f01", "isopen": false, "url": null, "notes": "Company Type Descriptions", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2014-11-14"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2014-11-14"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Social/Healthcare"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/agpw-r3z5"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/agpw-r3z5"}, {"key": "harvest_object_id", "value": "4d239aaa-b1d1-4c64-b01e-d5d965218e13"}, {"key": "source_hash", "value": "19fb7b44993e0c66cc2761188d99e0c8bad315ec"}, {"key": "harvest_object_id", "value": "4d239aaa-b1d1-4c64-b01e-d5d965218e13"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "DOI Insurance Company Types Descriptions", "revision_id": "0afc8c8f-82f1-430a-b972-86b7d2f1b58d"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": "[email protected]", "num_tags": 2, "id": "928a0f7d-8a59-4431-a819-128aacdf8521", "metadata_created": "2015-08-28T08:14:21.104723", "metadata_modified": "2016-01-22T13:49:13.931099", "author": null, "author_email": null, "state": "active", "version": null, "creator_user_id": "47303a9e-1187-4290-85a3-1fc02dc49e4a", "type": "dataset", "resources": [{"cache_last_updated": null, "package_id": "928a0f7d-8a59-4431-a819-128aacdf8521", "webstore_last_updated": null, "id": "04ef1302-fed4-4b03-892d-5aafb809e138", "size": null, "state": "active", "hash": "", "description": "", "format": "PDF", "tracking_summary": {"total": 0, "recent": 0}, "last_modified": null, "url_type": null, "no_real_name": "True", "mimetype": "application/pdf", "cache_url": null, "name": "PDF File", "created": "2015-08-28T04:14:21.446423", "url": "https://data.illinois.gov/download/e74b-b8e5/application/pdf", "webstore_url": null, "mimetype_inner": null, "position": 0, "revision_id": "0df43bf6-01b1-431a-9f37-d0efb43cc6b7", "resource_type": null}], "num_resources": 1, "tags": [{"vocabulary_id": null, "state": "active", "display_name": "employment", "id": "2b37f0ac-ef84-4308-9003-7bcb69474471", "name": "employment"}, {"vocabulary_id": null, "state": "active", "display_name": "unemployment", "id": "247f49b3-a1e8-4b6e-8e48-05a6db500421", "name": "unemployment"}], "tracking_summary": {"total": 2, "recent": 0}, "groups": [{"display_name": "Local Government", "description": "Local Government Topic - for all datasets with state, local, county organizations", "image_display_url": "", "title": "Local Government", "id": "ccc6c266-eee8-44bd-89aa-7cd8c4c6bf46", "name": "local"}], "license_id": "notspecified", "relationships_as_subject": [], "organization": {"description": "", "created": "2014-04-16T13:38:52.626643", "title": "State of Illinois", "name": "state-of-illinois", "is_organization": true, "state": "active", "image_url": "", "revision_id": "1e14dc94-2ebf-4d7f-80fd-bc5c63912d1b", "type": "organization", "id": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "approval_status": "approved"}, "name": "ides-claimants-for-regular-non-federal-unemployment-insurance-benefits-legislative-distric", "isopen": false, "url": null, "notes": "The Dashboard contains information on Illinois claimants for regular (non-Federal) unemployment insurance benefits. The reports are organized by legislative district and feature claimant information by education, age, and military status. Explanations of definitions and methodology are included in the technical notes.", "owner_org": "cfbafb8b-c2e4-4261-8791-f5a4ce87f4fd", "extras": [{"key": "publisher", "value": "data.illinois.gov"}, {"key": "accessLevel", "value": "public"}, {"key": "catalog_describedBy", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.json"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "catalog_@context", "value": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld"}, {"key": "issued", "value": "2012-11-02"}, {"key": "resource-type", "value": "Dataset"}, {"key": "modified", "value": "2012-11-09"}, {"key": "harvest_source_title", "value": "illinois json"}, {"key": "source_schema_version", "value": "1.1"}, {"key": "source_datajson_identifier", "value": true}, {"key": "theme", "value": ["Economics"]}, {"key": "catalog_@id", "value": "https://data.illinois.gov/data.json"}, {"key": "catalog_conformsTo", "value": "https://project-open-data.cio.gov/v1.1/schema"}, {"key": "identifier", "value": "https://data.illinois.gov/api/views/e74b-b8e5"}, {"key": "landingPage", "value": "https://data.illinois.gov/d/e74b-b8e5"}, {"key": "harvest_object_id", "value": "b5062aa0-4b28-4007-b35f-9a5737b11ef0"}, {"key": "source_hash", "value": "6d8c483c9119af29c163b5c1c272cbedc969450a"}, {"key": "harvest_object_id", "value": "b5062aa0-4b28-4007-b35f-9a5737b11ef0"}, {"key": "harvest_source_id", "value": "0b62f640-250f-4fc0-a5c4-434d0ae188d4"}, {"key": "harvest_source_title", "value": "illinois json"}], "title": "IDES - Claimants for regular (non-Federal) unemployment insurance benefits, Legislative Districts", "revision_id": "01853ee8-609d-4d32-8a2a-264c8322ce82"}, {"license_title": "License not specified", "maintainer": "<Nobody>", "relationships_as_object": [], "private": false, "maintainer_email": " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment