From 994c768c29f5db2efd590083557fa68671bc0861 Mon Sep 17 00:00:00 2001 From: Andrell Bower Date: Thu, 8 Jan 2026 19:07:25 -0800 Subject: [PATCH 1/3] Testing modified date --- data.json | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/data.json b/data.json index 5d690820a1..184993d199 100644 --- a/data.json +++ b/data.json @@ -753,6 +753,53 @@ "temporal": null, "title": "Development Permits legacy data" }, + { + "@type": "dcat:Dataset", + "accessLevel": "public", + "accrualPeriodicity": "R/P1D", + "contactPoint": { + "@type": "vcard:Contact", + "fn": "Data & Analytics", + "hasEmail": "data@sandiego.gov" + }, + "describedBy": "https://seshat.datasd.org/development_permits_set1/permits_set1_datasd_dict.csv", + "describedByType": "text/csv", + "description": "Approvals for permits, maps, agreements, and other applications processed by Development Services Department legacy permitting system. The legacy system contains applications submitted in paper or through a hybrid process. Approval types began migrating to the current cloud-based system in 2018.", + "distribution": [ + { + "@type": "dcat:Distribution", + "title": "Active approvals", + "downloadURL": "https://seshat.datasd.org/development_permits_set1/permits_set1_active_datasd.csv", + "mediaType": "text/csv", + "format": "csv" + }, + { + "@type": "dcat:Distribution", + "title": "Closed approvals, since 2003", + "downloadURL": "https://seshat.datasd.org/development_permits_set1/permits_set1_closed_datasd.csv", + "mediaType": "text/csv", + "format": "csv" + } + ], + "identifier": "development_permits", + "issued": "2020-03-10", + "keyword": null, + "license": "https://opendefinition.org/licenses/odc-pddl/", + "modified": "2026-01-08T04:39:23-0800", + "publisher": { + "@type": "org:Organization", + "name": "Development Services", + "subOrganizationOf": { + "@type": "org:Organization", + "name": "City of San Diego" + } + }, + "references": null, + "rights": null, + "spatial": null, + "temporal": null, + "title": "Development Permits legacy data" + }, { "@type": "dcat:Dataset", "accessLevel": "public", @@ -1043,7 +1090,7 @@ "issued": "2016-08-01", "keyword": null, "license": "https://opendefinition.org/licenses/odc-pddl/", - "modified": "2023-07-13", + "modified": "2025-07-13", "publisher": { "@type": "org:Organization", "name": "Information Technology", From 973ae99e6b7acf7d050dce161bb70103babc4fc1 Mon Sep 17 00:00:00 2001 From: Andrell Bower Date: Thu, 8 Jan 2026 19:10:31 -0800 Subject: [PATCH 2/3] Another test --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 184993d199..4c5bbd0bca 100644 --- a/data.json +++ b/data.json @@ -1090,7 +1090,7 @@ "issued": "2016-08-01", "keyword": null, "license": "https://opendefinition.org/licenses/odc-pddl/", - "modified": "2025-07-13", + "modified": "2027-07-13", "publisher": { "@type": "org:Organization", "name": "Information Technology", From 1d2a9f56375616b2811932c6b655fe64b1009893 Mon Sep 17 00:00:00 2001 From: Andrell Bower Date: Tue, 20 Jan 2026 15:32:23 -0800 Subject: [PATCH 3/3] Adding links for new datasets --- data.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data.json b/data.json index 4c5bbd0bca..3befab8b16 100644 --- a/data.json +++ b/data.json @@ -768,15 +768,15 @@ "distribution": [ { "@type": "dcat:Distribution", - "title": "Active approvals", - "downloadURL": "https://seshat.datasd.org/development_permits_set1/permits_set1_active_datasd.csv", + "title": "Approved permits", + "downloadURL": "development_permits-nested-milestone~Approved-year-2025.csv", "mediaType": "text/csv", "format": "csv" }, { "@type": "dcat:Distribution", - "title": "Closed approvals, since 2003", - "downloadURL": "https://seshat.datasd.org/development_permits_set1/permits_set1_closed_datasd.csv", + "title": "Issued permits", + "downloadURL": "development_permits-nested-milestone~Issued-year~2025.csv", "mediaType": "text/csv", "format": "csv" }