diff --git a/data/universities.json b/data/universities.json index 0d70d16..e174b51 100644 --- a/data/universities.json +++ b/data/universities.json @@ -134,13 +134,23 @@ }, "locality": { "en": "Al-Hawash" + }, + "centroid": { + "latitude": 34.78034, + "longitude": 36.33102 } }, "externalIds": { + "wikidata": "Q12204421", "website": "http://hpu.edu.sy/" }, - "sourceIds": ["wikipedia-list-universities-syria"], + "sourceIds": ["wikidata", "wikipedia-list-universities-syria"], "sourceReferences": [ + { + "sourceId": "wikidata", + "accessedAt": "2026-07-09T00:00:00.000Z", + "sourceRecordId": "Q12204421" + }, { "sourceId": "wikipedia-list-universities-syria", "accessedAt": "2026-06-29T00:00:00.000Z" diff --git a/docs/COVERAGE_ANALYSIS.md b/docs/COVERAGE_ANALYSIS.md index 6d60e84..c78dff6 100644 --- a/docs/COVERAGE_ANALYSIS.md +++ b/docs/COVERAGE_ANALYSIS.md @@ -18,7 +18,7 @@ pnpm run coverage:data - 57 records include English and Arabic canonical names. - 57 records include governorate and locality values. - 0 records currently have locality/governorate normalization warnings. -- 33 records include Wikidata identifiers. +- 34 records include Wikidata identifiers. - 6 records currently have no official website. - 57 approved CDN logo asset records in `data/assets.json`, covering 57 of 57 canonical universities. diff --git a/docs/DATA_QUALITY.md b/docs/DATA_QUALITY.md index 7e73ac4..6acf1ea 100644 --- a/docs/DATA_QUALITY.md +++ b/docs/DATA_QUALITY.md @@ -28,8 +28,8 @@ Known cleanup gaps: - all 57 records currently keep `operationalStatus: "unknown"`, - 6 records are missing official websites, -- 24 records are missing Wikidata identifiers, -- 31 records are missing source-backed centroids, +- 23 records are missing Wikidata identifiers, +- 30 records are missing source-backed centroids, - 0 records do not yet have approved CDN logo assets, - 13 records are not listed by the approved ranking providers imported so far, - 0 records have locality/governorate conflicts that require source review, diff --git a/docs/post-seed/IDENTITY_CLEANUP_BATCH.md b/docs/post-seed/IDENTITY_CLEANUP_BATCH.md index 570a26f..d18cd3e 100644 --- a/docs/post-seed/IDENTITY_CLEANUP_BATCH.md +++ b/docs/post-seed/IDENTITY_CLEANUP_BATCH.md @@ -9,8 +9,8 @@ Use `pnpm run report:data` and `pnpm run report:production` for current counts. - 57 records have `operationalStatus: "unknown"`. - 6 records have no official website. -- 24 records have no Wikidata identifier. -- 31 records have no source-backed centroid. +- 23 records have no Wikidata identifier. +- 30 records have no source-backed centroid. - 0 records have locality/governorate conflicts that need source review. - 16 records have reviewed comparison-conflict notes. diff --git a/imports/manifests/al-hawash-private-university-wikidata-2026-07-09.json b/imports/manifests/al-hawash-private-university-wikidata-2026-07-09.json new file mode 100644 index 0000000..b528fa6 --- /dev/null +++ b/imports/manifests/al-hawash-private-university-wikidata-2026-07-09.json @@ -0,0 +1,23 @@ +{ + "sourceId": "wikidata", + "sourceTitle": "Wikidata", + "sourceUrl": "https://www.wikidata.org/", + "license": "CC0 1.0", + "licenseUrl": "https://www.wikidata.org/wiki/Wikidata:Licensing", + "accessedAt": "2026-07-09T00:00:00.000Z", + "status": "reviewed", + "rawFiles": [ + { + "name": "https://www.wikidata.org/wiki/Q12204421", + "notes": "Reviewed Wikidata item for Al-Hawash Private University." + } + ], + "importedFields": ["externalIds", "location"], + "targetFiles": ["data/universities.json"], + "transforms": [ + "Matched Q12204421 to sy-al-hawash-private-university by exact English label, Arabic label, and country.", + "Added the Wikidata QID as an external identifier.", + "Added the WGS84 coordinate location as the source-backed centroid." + ], + "reviewNotes": "Single-record identity cleanup for Al-Hawash Private University. Wikidata Q12204421 is already covered by the approved wikidata source and identifies the same institution." +}