File size: 1,977 Bytes
bb69064
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "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" }
        ]
      }
    }
  ]
}