squanchyzx commited on
Commit
31797fb
·
verified ·
1 Parent(s): a4dcf4e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odbl
3
+ language:
4
+ - tr
5
+ - en
6
+ pretty_name: Türkiye Cultural Heritage Atlas (Kahve Tabela)
7
+ size_categories:
8
+ - 10K<n<100K
9
+ tags:
10
+ - turkey
11
+ - cultural-heritage
12
+ - archaeology
13
+ - museums
14
+ - geospatial
15
+ - food
16
+ - geographical-indication
17
+ task_categories:
18
+ - other
19
+ ---
20
+
21
+ # Türkiye Cultural Heritage Atlas — Open Data (Kahve Tabela)
22
+
23
+ Two open datasets compiled from public sources by [Kahve Tabela](https://kahvetabela.com/tr/acik-veri), an independent atlas of Türkiye's cultural heritage:
24
+
25
+ 1. **`heritage-lite-32483-ae184b49.csv`** — 32,483 registered cultural-heritage places
26
+ `id, name, category, city, district, lat, lon, wikidata_id`
27
+ Every record links to a live page: `https://kahvetabela.com/tr/place/{id}`. Wikidata QIDs are entity-audited (wrong-entity links removed programmatically + human-reviewed).
28
+
29
+ 2. **`yore-sofrasi-gi-1679-a82d0c43.csv` / `.json`** — 1,679 geographical-indication (GI) registered regional foods from the public TürkPatent registry
30
+ `slug, name, name_en, provinces, province_tokens, category, gi_type, gi_number, source_urls`
31
+
32
+ ## Canonical source
33
+ https://kahvetabela.com/tr/acik-veri — versioned filenames (record count + sha256 prefix), integrity manifest at `https://kahvetabela.com/dumps/index.json`, plus a free JSON API (`/api/locations`, `/api/nearby`, OpenAPI at `/openapi.json`).
34
+
35
+ ## Attribution and licensing
36
+ - Attribute the compilation as: **"Kahve Tabela — Türkiye Cultural Heritage Atlas, kahvetabela.com"**.
37
+ - Coordinates/coastal data derive partly from OpenStreetMap (**ODbL**, share-alike applies); heritage metadata from Wikidata (**CC0**); GI records from the public TürkPatent registry; photography referenced on the site is Wikimedia Commons CC (per file).
38
+ - When republishing raw data, honour each original source's license. Full source and license table: https://kahvetabela.com/tr/acik-veri
39
+
40
+ ## Intended uses
41
+ Maps and GIS analysis, data journalism (province/district-level heritage density), digital humanities, RAG/grounding corpora for Turkish cultural content, food-culture research (GI registry analysis).