-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtax-db
31 lines (24 loc) · 980 Bytes
/
tax-db
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
welche DB nehmen wir?
JSON → CouchDB
Michael V's
klassische Relationale DB
requirements for tax-db
ev. versioning - oder via snapshots?
export in JSON-Form
übersetzungen
mapping zwischen verschiedenen taxonomien
schema requirements
transformap-ID of this taxonomy
label
description
grouping of taxonomies
label (different langs)
long descriptions (d. langs)
transformap-key
mapping to other taxonomies
beide richtungen möglich, wobei diese nicht ident sein müssen!
in unserer DB legen wir für jede Taxonomie eine eigene DB/Tabelle an, und die Verknüpfungen werden für jede Taxonomie in AUSGEHENDER Richtung eingetragen.
Verknüpfungen:
Beispiele
TM[Needs:direct:food] → OSM[amenity=restaurant],[amenity=fast_food],...
TM[idenity=commons] → OSM[amenity=drinking_water][access!=private],[leisure=park][access!=private],...