| { | |
| "name": "ted_2025_08", | |
| "title": "EU Public Procurement — August 2025", | |
| "description": "Procurement notices from TED (Tenders Electronic Daily) for August 2025, parsed from XML and enriched with CPV 2008 labels.", | |
| "version": "1.0.0", | |
| "licenses": [ | |
| { | |
| "name": "eu-open-data", | |
| "title": "European Union Open Data Licence (Decision 2011/833/EU)", | |
| "path": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0833" | |
| }, | |
| { | |
| "name": "cc0-1.0", | |
| "title": "Creative Commons Zero v1.0 Universal", | |
| "path": "https://creativecommons.org/publicdomain/zero/1.0/" | |
| } | |
| ], | |
| "resources": [ | |
| { | |
| "path": "ted_2025_08_enriched.csv", | |
| "profile": "tabular-data-resource", | |
| "schema": { | |
| "fields": [ | |
| { "name": "notice_id", "type": "string", "description": "Unique identifier of the notice" }, | |
| { "name": "publication_date", "type": "string", "description": "Publication date (ISO 8601, may include timezone offset)" }, | |
| { "name": "buyer_id", "type": "string", "description": "Anonymized buyer/organization ID" }, | |
| { "name": "cpv_code", "type": "string", "description": "CPV 2008 code (8-digit)" }, | |
| { "name": "lot_id", "type": "string", "description": "Identifier for the procurement lot" }, | |
| { "name": "lot_name", "type": "string", "description": "Contract title in the local language" }, | |
| { "name": "lot_description", "type": "string", "description": "Contract description in the local language" }, | |
| { "name": "award_value", "type": "number", "description": "Award value in euros" }, | |
| { "name": "currency", "type": "string", "description": "Contract currency" }, | |
| { "name": "source_file", "type": "string", "description": "Original TED XML file" }, | |
| { "name": "cpv_label", "type": "string", "description": "CPV English description" } | |
| ] | |
| } | |
| } | |
| ] | |
| } |