Delete datapackage.json
Browse files- datapackage.json +0 -39
datapackage.json
DELETED
|
@@ -1,39 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "ted_2025_08",
|
| 3 |
-
"title": "EU Public Procurement — August 2025",
|
| 4 |
-
"description": "Procurement notices from TED (Tenders Electronic Daily) for August 2025, parsed from XML and enriched with CPV 2008 labels.",
|
| 5 |
-
"version": "1.0.0",
|
| 6 |
-
"licenses": [
|
| 7 |
-
{
|
| 8 |
-
"name": "eu-open-data",
|
| 9 |
-
"title": "European Union Open Data Licence (Decision 2011/833/EU)",
|
| 10 |
-
"path": "https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX%3A32011D0833"
|
| 11 |
-
},
|
| 12 |
-
{
|
| 13 |
-
"name": "cc0-1.0",
|
| 14 |
-
"title": "Creative Commons Zero v1.0 Universal",
|
| 15 |
-
"path": "https://creativecommons.org/publicdomain/zero/1.0/"
|
| 16 |
-
}
|
| 17 |
-
],
|
| 18 |
-
"resources": [
|
| 19 |
-
{
|
| 20 |
-
"path": "ted_2025_08_enriched.csv",
|
| 21 |
-
"profile": "tabular-data-resource",
|
| 22 |
-
"schema": {
|
| 23 |
-
"fields": [
|
| 24 |
-
{ "name": "notice_id", "type": "string", "description": "Unique identifier of the notice" },
|
| 25 |
-
{ "name": "publication_date", "type": "string", "description": "Publication date (ISO 8601, may include timezone offset)" },
|
| 26 |
-
{ "name": "buyer_id", "type": "string", "description": "Anonymized buyer/organization ID" },
|
| 27 |
-
{ "name": "cpv_code", "type": "string", "description": "CPV 2008 code (8-digit)" },
|
| 28 |
-
{ "name": "lot_id", "type": "string", "description": "Identifier for the procurement lot" },
|
| 29 |
-
{ "name": "lot_name", "type": "string", "description": "Contract title in the local language" },
|
| 30 |
-
{ "name": "lot_description", "type": "string", "description": "Contract description in the local language" },
|
| 31 |
-
{ "name": "award_value", "type": "number", "description": "Award value in euros" },
|
| 32 |
-
{ "name": "currency", "type": "string", "description": "Contract currency" },
|
| 33 |
-
{ "name": "source_file", "type": "string", "description": "Original TED XML file" },
|
| 34 |
-
{ "name": "cpv_label", "type": "string", "description": "CPV English description" }
|
| 35 |
-
]
|
| 36 |
-
}
|
| 37 |
-
}
|
| 38 |
-
]
|
| 39 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|