The aim is to generate a data structure according to the following scheme:
{
"total": ... , # number of total results
"time_histogram": [
{
"year": ...
"val": ...
}
],
"top_places": [
{
"identifier":"http://pleiades.stoa.org/places/423025",
"title":"Roma",
"object_type":"Place",
"description":"The capital of the Roman Republic and Empire",
"names":[
"Rome",
"Roma/Rome",
"Roma",
"Rom"
],
"matches":[
"http://dare.ht.lu.se/places/1438",
"http://www.trismegistos.org/place/2058",
"http://vici.org/vici/1692",
"http://gazetteer.dainst.org/place/2323295",
"http://nomisma.org/id/rome"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":12.4843,
"max_lon":12.4843,
"min_lat":41.8926,
"max_lat":41.8926
},
"geometry":{
"type":"Point",
"coordinates":[
12.4843,
41.8926
]
},
"result_count":112788
}
],
"items": [
{
"identifier":"http://pleiades.stoa.org/places/540997",
"title":"Pagasaeus/Demetriacus Sinus",
"description":"An ancient place, cited: BAtlas 55 D2 Pagasaeus/Demetriacus Sinus",
"object_type":"Place",
"geo_bounds":{
"min_lon":22.5,
"max_lon":23.0,
"min_lat":39.0,
"max_lat":39.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
23,
39
],
[
23,
39.5
],
[
22.5,
39.5
],
[
22.5,
39
],
[
23,
39
]
]
]
},
"names":[
"Demetriacus Sinus",
"Pagasaeus",
"Pagasetikos Kolpos",
"Pelasgikos Kolpos",
"Barrington Atlas grid 55 D2"
]
}
],
"took_ms": ... # query time in ms
}
Full example from original Peripleo:
{
"total":478677,
"limit":20,
"items":[
{
"identifier":"http://pleiades.stoa.org/places/540997",
"title":"Pagasaeus/Demetriacus Sinus",
"description":"An ancient place, cited: BAtlas 55 D2 Pagasaeus/Demetriacus Sinus",
"object_type":"Place",
"geo_bounds":{
"min_lon":22.5,
"max_lon":23.0,
"min_lat":39.0,
"max_lat":39.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
23,
39
],
[
23,
39.5
],
[
22.5,
39.5
],
[
22.5,
39
],
[
23,
39
]
]
]
},
"names":[
"Demetriacus Sinus",
"Pagasaeus",
"Pagasetikos Kolpos",
"Pelasgikos Kolpos",
"Barrington Atlas grid 55 D2"
]
},
{
"identifier":"http://pleiades.stoa.org/places/963101033",
"title":"Tower in R. Nestos Valley",
"description":"One of many towers or forts",
"object_type":"Place",
"geo_bounds":{
"min_lon":24.6305,
"max_lon":24.6305,
"min_lat":41.2652,
"max_lat":41.2652
},
"geometry":{
"type":"Point",
"coordinates":[
24.6305,
41.2652
]
},
"names":[
"many forts in middle R. Nestos valley"
]
},
{
"identifier":"http://pleiades.stoa.org/places/59908",
"title":"Mālavas",
"description":"An ancient place, cited: BAtlas 6 C4 Mālavas",
"object_type":"Place",
"geo_bounds":{
"min_lon":70.0,
"max_lon":75.0,
"min_lat":25.0,
"max_lat":30.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
75,
25
],
[
75,
30
],
[
70,
30
],
[
70,
25
],
[
75,
25
]
]
]
},
"names":[
"Mālavas",
"tribal oligarchy in Jaipur-Udaipur"
]
},
{
"identifier":"http://pleiades.stoa.org/places/210707",
"title":"Untitled",
"description":"Serdica → Sparata → Map 49",
"object_type":"Place",
"geo_bounds":{
"min_lon":18.0,
"max_lon":25.0,
"min_lat":42.0,
"max_lat":49.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
25,
42
],
[
25,
49
],
[
18,
49
],
[
18,
42
],
[
25,
42
]
]
]
},
"names":[
"Serdica ↔ Sparata ↔ Map 49"
]
},
{
"identifier":"http://atlantides.org/capgrids/19",
"title":"[unnamed]",
"object_type":"Place",
"geo_bounds":{
"min_lon":11.0,
"max_lon":12.0,
"min_lat":46.0,
"max_lat":47.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
12,
46
],
[
12,
47
],
[
11,
47
],
[
11,
46
],
[
12,
46
]
]
]
}
},
{
"identifier":"http://pleiades.stoa.org/places/604012",
"title":"Untitled",
"description":"Unnamed route or road",
"object_type":"Place",
"geo_bounds":{
"min_lon":25.0,
"max_lon":29.0,
"min_lat":36.0,
"max_lat":38.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
29,
36
],
[
29,
38.5
],
[
25,
38.5
],
[
25,
36
],
[
29,
36
]
]
]
},
"names":[
"Miletus ↔ Iasos"
]
},
{
"identifier":"http://pleiades.stoa.org/places/638786",
"title":"Axon fl.",
"description":"An ancient place, cited: BAtlas 65 A4 Axon fl.",
"object_type":"Place",
"geo_bounds":{
"min_lon":28.5,
"max_lon":29.0,
"min_lat":36.5,
"max_lat":37.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
29,
36.5
],
[
29,
37
],
[
28.5,
37
],
[
28.5,
36.5
],
[
29,
36.5
]
]
]
},
"names":[
"Axon",
"Kargın Çay"
]
},
{
"identifier":"http://pleiades.stoa.org/places/570214",
"title":"Elaphos fl.",
"description":"An ancient place, cited: BAtlas 58 C3 Elaphos fl.",
"object_type":"Place",
"geo_bounds":{
"min_lon":22.0,
"max_lon":22.5,
"min_lat":37.0,
"max_lat":37.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
22.5,
37
],
[
22.5,
37.5
],
[
22,
37.5
],
[
22,
37
],
[
22.5,
37
]
]
]
},
"names":[
"Elaphos",
"Pourligkorrema/Potamolakka"
]
},
{
"identifier":"http://pleiades.stoa.org/places/393373",
"title":"Ager Gallicus",
"description":"An ancient place, cited: BAtlas 40 D4 Ager Gallicus",
"object_type":"Place",
"geo_bounds":{
"min_lon":12.5,
"max_lon":13.0,
"min_lat":44.0,
"max_lat":44.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
13,
44
],
[
13,
44.5
],
[
12.5,
44.5
],
[
12.5,
44
],
[
13,
44
]
]
]
},
"names":[
"Ager Gallicus",
"Barrington Atlas grid 40 D4"
]
},
{
"identifier":"http://atlantides.org/capgrids/27",
"title":"[unnamed]",
"object_type":"Place",
"geo_bounds":{
"min_lon":-5.0,
"max_lon":3.0,
"min_lat":36.0,
"max_lat":41.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
3,
36
],
[
3,
41
],
[
-5,
41
],
[
-5,
36
],
[
3,
36
]
]
]
}
},
{
"identifier":"http://pleiades.stoa.org/places/967060398",
"title":"Turret 39B (Steelrigg)",
"description":"A turret situated on Hadrian's Wall.",
"object_type":"Place",
"geo_bounds":{
"min_lon":-2.3915,
"max_lon":-2.3915,
"min_lat":55.0022,
"max_lat":55.0022
},
"geometry":{
"type":"Point",
"coordinates":[
-2.3915,
55.0022
]
}
},
{
"identifier":"http://pleiades.stoa.org/places/982262",
"title":"Lycaonia",
"description":"An ancient place, cited: BAtlas 100 N4 no. 6 (Lycaonia)",
"object_type":"Place",
"geo_bounds":{
"min_lon":30.0,
"max_lon":35.0,
"min_lat":35.0,
"max_lat":40.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
35,
35
],
[
35,
40
],
[
30,
40
],
[
30,
35
],
[
35,
35
]
]
]
},
"names":[
"Lycaonia",
"province"
]
},
{
"identifier":"http://pleiades.stoa.org/places/462821",
"title":"Untitled",
"description":"An ancient place, cited: BAtlas 47 G4 unnamed aqueduct group (Syracusae)",
"object_type":"Place",
"geo_bounds":{
"min_lon":15.0,
"max_lon":15.5,
"min_lat":37.0,
"max_lat":37.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
15.5,
37
],
[
15.5,
37.5
],
[
15,
37.5
],
[
15,
37
],
[
15.5,
37
]
]
]
},
"names":[
"Syracusae"
]
},
{
"identifier":"http://pleiades.stoa.org/places/589788",
"title":"Exokhi",
"description":"An ancient place, cited: BAtlas 60 G3 Exokhi",
"object_type":"Place",
"geo_bounds":{
"min_lon":26.5,
"max_lon":27.0,
"min_lat":34.5,
"max_lat":35.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
27,
34.5
],
[
27,
35
],
[
26.5,
35
],
[
26.5,
34.5
],
[
27,
34.5
]
]
]
},
"names":[
"Exokhi",
"on Rhodos"
]
},
{
"identifier":"http://atlantides.org/capgrids/24",
"title":"[unnamed]",
"object_type":"Place",
"geo_bounds":{
"min_lon":-10.0,
"max_lon":-9.0,
"min_lat":42.0,
"max_lat":43.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
-9,
42
],
[
-9,
43
],
[
-10,
43
],
[
-10,
42
],
[
-9,
42
]
]
]
}
},
{
"identifier":"http://pleiades.stoa.org/places/59818",
"title":"Gandaris",
"description":"An ancient place, cited: BAtlas 6 C3 Gandaris",
"object_type":"Place",
"geo_bounds":{
"min_lon":70.0,
"max_lon":75.0,
"min_lat":30.0,
"max_lat":35.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
75,
30
],
[
75,
35
],
[
70,
35
],
[
70,
30
],
[
75,
30
]
]
]
},
"names":[
"Gandaris",
"Gandaritis",
"area N R. Kabul",
"between Kunar and R. Indus AFG/PAK Skt.: Gandhāra"
]
},
{
"identifier":"http://pleiades.stoa.org/places/727138",
"title":"Kanobikos fl.",
"description":"An ancient place, cited: BAtlas 74 C2 Kanobikos fl.",
"object_type":"Place",
"geo_bounds":{
"min_lon":30.0,
"max_lon":30.5,
"min_lat":31.0,
"max_lat":31.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
30.5,
31
],
[
30.5,
31.5
],
[
30,
31.5
],
[
30,
31
],
[
30.5,
31
]
]
]
},
"names":[
"Kanobikos",
"river"
]
},
{
"identifier":"http://pleiades.stoa.org/places/689323",
"title":"Untitled",
"description":"An ancient place, cited: BAtlas 70 G2 unnamed bridge (near Hierichous, at Jisr Wadi el Qelt across Wadi Qelt)",
"object_type":"Place",
"geo_bounds":{
"min_lon":35.0,
"max_lon":35.5,
"min_lat":31.5,
"max_lat":32.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
35.5,
31.5
],
[
35.5,
32
],
[
35,
32
],
[
35,
31.5
],
[
35.5,
31.5
]
]
]
},
"names":[
"near Hierichous",
"at Jisr Wadi el Qelt across Wadi Qelt"
]
},
{
"identifier":"http://pleiades.stoa.org/places/661405",
"title":"Untitled",
"description":"Samosata → Edessa",
"object_type":"Place",
"geo_bounds":{
"min_lon":35.0,
"max_lon":39.0,
"min_lat":36.0,
"max_lat":38.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
39,
36
],
[
39,
38
],
[
35,
38
],
[
35,
36
],
[
39,
36
]
]
]
},
"names":[
"Samosata ↔ Edessa"
]
},
{
"identifier":"http://pleiades.stoa.org/places/39356",
"title":"Karbai",
"description":"An ancient place, cited: BAtlas 4 B2 Karbai",
"object_type":"Place",
"geo_bounds":{
"min_lon":40.0,
"max_lon":45.0,
"min_lat":15.0,
"max_lat":20.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
45,
15
],
[
45,
20
],
[
40,
20
],
[
40,
15
],
[
45,
15
]
]
]
},
"names":[
"Carphati",
"Karbai",
"on coast",
"S Jizan SAU"
]
}
],
"facets":[
{
"dimension":"type",
"top_children":[
{
"value":"Item",
"count":287686
},
{
"value":"Place",
"count":190991
}
]
},
{
"dimension":"lang",
"top_children":[
{
"value":"eng",
"count":76235,
"label":"English"
},
{
"value":"zho",
"count":73606,
"label":"zho"
},
{
"value":"lat",
"count":11666,
"label":"Latin"
},
{
"value":"tur",
"count":6556,
"label":"Turkish"
},
{
"value":"rus",
"count":3409,
"label":"Russian"
},
{
"value":"fra",
"count":2289,
"label":"fra"
},
{
"value":"ita",
"count":2263,
"label":"Italian"
},
{
"value":"deu",
"count":2176,
"label":"deu"
},
{
"value":"pol",
"count":1953,
"label":"Polish"
},
{
"value":"ara",
"count":1934,
"label":"Arabic"
}
]
},
{
"dimension":"place_uri",
"top_children":[
{
"value":"http://atlantides.org/capgrids/8",
"count":35
},
{
"value":"http://atlantides.org/capgrids/39",
"count":33
},
{
"value":"http://atlantides.org/capgrids/101",
"count":32
},
{
"value":"http://atlantides.org/capgrids/100",
"count":31
},
{
"value":"http://atlantides.org/capgrids/11",
"count":31
},
{
"value":"http://atlantides.org/capgrids/17",
"count":31
},
{
"value":"http://atlantides.org/capgrids/58",
"count":30
},
{
"value":"http://atlantides.org/capgrids/20",
"count":30
},
{
"value":"http://atlantides.org/capgrids/6",
"count":30
},
{
"value":"http://atlantides.org/capgrids/9",
"count":30
}
]
},
{
"dimension":"source_dataset",
"top_children":[
{
"value":"American Numismatic Society#dd1698f0a50440d1ac1e77fc5f303c8001db5929cc6435c30b8b29e6ba15a1e5",
"count":133906,
"label":"American Numismatic Society"
},
{
"value":"gazetteer:iDAI",
"count":74272,
"label":"iDAI"
},
{
"value":"gazetteer:CHGIS",
"count":71641,
"label":"CHGIS"
},
{
"value":"finds.org.uk#bacf05728143af944e671120959bcc1ee8869e1e010a7371e3268a9e9d2be358",
"count":70292,
"label":"finds.org.uk"
},
{
"value":"Epigraphic Database Heidelberg#21b2d56d90bd192834aea9d8ad9d61b21a94d85f15f7cab1c458d4eebf599b73",
"count":44708,
"label":"Epigraphic Database Heidelberg"
},
{
"value":"gazetteer:Pleiades",
"count":28736,
"label":"Pleiades"
},
{
"value":"gazetteer:DARE",
"count":26459,
"label":"DARE"
},
{
"value":"Online Coins of the Roman Empire#4fc2e17602e7b35813ba6829cca3cfbb0fbe93345d5a568f988810e122f8d06c",
"count":22819,
"label":"Online Coins of the Roman Empire"
},
{
"value":"gazetteer:Vici",
"count":18640,
"label":"Vici"
},
{
"value":"gazetteer:Trismegistos",
"count":6967,
"label":"Trismegistos"
}
]
}
],
"time_histogram":[
{
"year":-4502,
"val":1
},
{
"year":-4287,
"val":1
},
{
"year":-4072,
"val":1
},
{
"year":-3857,
"val":1
},
{
"year":-3642,
"val":0
},
{
"year":-3427,
"val":0
},
{
"year":-3212,
"val":0
},
{
"year":-2997,
"val":2
},
{
"year":-2782,
"val":3
},
{
"year":-2567,
"val":4
},
{
"year":-2352,
"val":5
},
{
"year":-2137,
"val":4
},
{
"year":-1922,
"val":4
},
{
"year":-1707,
"val":4
},
{
"year":-1492,
"val":6
},
{
"year":-1277,
"val":6
},
{
"year":-1062,
"val":1
},
{
"year":-847,
"val":11331
},
{
"year":-632,
"val":21948
},
{
"year":-417,
"val":25966
},
{
"year":-202,
"val":28683
},
{
"year":13,
"val":43442
},
{
"year":228,
"val":35116
},
{
"year":443,
"val":27339
},
{
"year":658,
"val":1957
},
{
"year":873,
"val":1874
},
{
"year":1088,
"val":1808
},
{
"year":1303,
"val":1621
},
{
"year":1518,
"val":1652
},
{
"year":1733,
"val":1710
},
{
"year":1948,
"val":58
},
{
"year":2163,
"val":0
},
{
"year":2378,
"val":0
},
{
"year":2593,
"val":0
},
{
"year":2808,
"val":0
}
],
"top_places":[
{
"identifier":"http://pleiades.stoa.org/places/423025",
"title":"Roma",
"object_type":"Place",
"description":"The capital of the Roman Republic and Empire",
"names":[
"Rome",
"Roma/Rome",
"Roma",
"Rom",
"Ῥώμη",
"Hrmȝ Hrme",
"Ρώμη",
"Urbs",
"Rzym",
"روما",
"Рим",
"Romë",
"罗马市"
],
"matches":[
"http://dare.ht.lu.se/places/1438",
"http://www.trismegistos.org/place/2058",
"http://vici.org/vici/1692",
"http://gazetteer.dainst.org/place/2323295",
"http://nomisma.org/id/rome"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":12.4843,
"max_lon":12.4843,
"min_lat":41.8926,
"max_lat":41.8926
},
"geometry":{
"type":"Point",
"coordinates":[
12.4843,
41.8926
]
},
"result_count":112788
},
{
"identifier":"http://pleiades.stoa.org/places/452346",
"title":"Italia",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 46 D5 Italia",
"names":[
"Italia",
"Barrington Atlas grid 46 D5"
],
"matches":[
],
"geo_bounds":{
"min_lon":16.0,
"max_lon":16.5,
"min_lat":38.0,
"max_lat":38.5
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
16.5,
38
],
[
16.5,
38.5
],
[
16,
38.5
],
[
16,
38
],
[
16.5,
38
]
]
]
},
"result_count":52229
},
{
"identifier":"http://pleiades.stoa.org/places/109390",
"title":"Treveri",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 11 G3 Treveri",
"names":[
"Treveri",
"GER/LUX"
],
"matches":[
"http://www.trismegistos.org/place/20737",
"http://nomisma.org/id/treveri"
],
"geo_bounds":{
"min_lon":6.0,
"max_lon":7.0,
"min_lat":49.0,
"max_lat":50.0
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
7,
49
],
[
7,
50
],
[
6,
50
],
[
6,
49
],
[
7,
49
]
]
]
},
"result_count":39918
},
{
"identifier":"http://pleiades.stoa.org/places/727070",
"title":"Alexandria",
"object_type":"Place",
"description":"The ancient port city in Egypt's Nile Delta, founded by Alexander the Great in 332/331 BCE (BAtlas 74 B2 Alexandria).",
"names":[
"Alexandria",
"Iskandariya",
"Alexandrie",
"الإسكندرية",
"Ἀλεξάνδρεια",
"Alexandrea",
"Rʿ-qd Rʿ-qt",
"Pȝ-ʿ.wy-n-ȝlgsȝntrs",
"Pȝ-sbt-n-Ỉrgsndrs",
"ⲣⲁⲕⲟⲧⲉ",
"Al Iskandarīyah",
"El Iskandarīya",
"Alessandria",
"Iskindirîya",
"Alejandría",
"الإسكندرية",
"Alessandria d'Egitto",
"Alexandria Magna",
"Aleksandria",
"Александрия",
"İskenderiye",
"亞歷山卓",
"亚历山大港",
"Αλεξάνδρεια"
],
"matches":[
"http://dare.ht.lu.se/places/15898",
"http://www.trismegistos.org/place/100",
"http://vici.org/vici/3473",
"http://gazetteer.dainst.org/place/2042806",
"http://nomisma.org/id/alexandreia_egypt"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":29.9041,
"max_lon":29.9041,
"min_lat":31.1954,
"max_lat":31.1954
},
"geometry":{
"type":"Point",
"coordinates":[
29.9041,
31.1954
]
},
"result_count":36723
},
{
"identifier":"http://pleiades.stoa.org/places/167717",
"title":"Col. Lugdunum",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 17 D2 Col. Lugdunum",
"names":[
"Col. Copia Claudia Augusta Lugdunum",
"Col. Lugdunum",
"Lyon",
"Lugdunum",
"Lyons",
"ليون",
"Lione",
"Лион",
"Λυών",
"Lion",
"里昂"
],
"matches":[
"http://dare.ht.lu.se/places/105",
"http://www.trismegistos.org/place/3272",
"http://vici.org/vici/2662",
"http://gazetteer.dainst.org/place/2080762",
"http://nomisma.org/id/lugdunum"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":4.8198,
"max_lon":4.8198,
"min_lat":45.7597,
"max_lat":45.7597
},
"geometry":{
"type":"Point",
"coordinates":[
4.8198,
45.7597
]
},
"result_count":20541
},
{
"identifier":"http://pleiades.stoa.org/places/520985",
"title":"Byzantium",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 53 A2 Byzantium",
"names":[
"Byzantium",
"Istanbul",
"Constantinopolis",
"Constantinople",
"Konstantinopel",
"Βυζάντιον",
"Κωνσταντίνου Πόλις",
"Κωνσταντινόπολις",
"Ῥώμη",
"Byzanz",
"στην Πόλι [stimˈboli]",
"اسطنبول",
"Constantinoble",
"Costantinopoli",
"Ισταμπουλ",
"Κωνσταντινουπολη",
"Βυζαντιο",
"Estambul",
"Constantinopla",
"Istamboul",
"Byzantion",
"Stamboul",
"Istambul",
"Stambul",
"İstanbul",
"Byzance",
"Βυζάντιο",
"Stambuł",
"Istambuł",
"Κωνσταντινούπολη",
"Ισταμπούλ",
"Стамбул"
],
"matches":[
"http://pleiades.stoa.org/places/520998",
"http://dare.ht.lu.se/places/5472",
"http://www.trismegistos.org/place/478",
"http://vici.org/vici/2232",
"http://gazetteer.dainst.org/place/2285315",
"http://nomisma.org/id/istanbul"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":28.75,
"max_lon":29.0,
"min_lat":41.0,
"max_lat":41.25
},
"geometry":{
"type":"Polygon",
"coordinates":[
[
[
29,
41
],
[
29,
41.25
],
[
28.75,
41.25
],
[
28.75,
41
],
[
29,
41
]
]
]
},
"result_count":17130
},
{
"identifier":"http://pleiades.stoa.org/places/658381",
"title":"Antiochia/Theoupolis",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 67 C4 Antiochia/Theoupolis",
"names":[
"Antiochia",
"Iopolis",
"Theoupolis",
"Antakya",
"Antioch",
"Ἀντιόχεια"
],
"matches":[
"http://dare.ht.lu.se/places/21094",
"http://www.trismegistos.org/place/205",
"http://vici.org/vici/2341",
"http://nomisma.org/id/antiocheia_syria"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":36.1653,
"max_lon":36.1653,
"min_lat":36.2007,
"max_lat":36.2007
},
"geometry":{
"type":"Point",
"coordinates":[
36.1653,
36.2007
]
},
"result_count":16037
},
{
"identifier":"http://pleiades.stoa.org/places/79574",
"title":"Londinium/Augusta",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 8 G3 Londinium/Augusta",
"names":[
"Augusta",
"Londinium",
"London",
"Λονδίνιον",
"Landini",
"Londres",
"Londra",
"لندن",
"Λονδίνο",
"Londyn",
"Лондон",
"Luân Đôn",
"London City",
"City of London",
"The City",
"伦敦"
],
"matches":[
"http://dare.ht.lu.se/places/1888",
"http://www.trismegistos.org/place/11298",
"http://vici.org/vici/1484",
"http://gazetteer.dainst.org/place/2090478",
"http://nomisma.org/id/londinium"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":-0.0992,
"max_lon":-0.0992,
"min_lat":51.5125,
"max_lat":51.5125
},
"geometry":{
"type":"Point",
"coordinates":[
-0.0992,
51.5125
]
},
"result_count":15243
},
{
"identifier":"http://pleiades.stoa.org/places/148217",
"title":"Theline/Col. Arelate/Constantina",
"object_type":"Place",
"description":"An ancient settlement located at modern Arles in France.",
"names":[
"Arles",
"Col. Arelate",
"Col. Iulia Paterna Sextanorum Arelate",
"Constantina",
"Theline",
"Arelate",
"Arelatum",
"Arles-sur-Rhône",
"Arles-Trinquetaille",
"Арль",
"Αρλ",
"阿爾勒"
],
"matches":[
"http://dare.ht.lu.se/places/173",
"http://www.trismegistos.org/place/3339",
"http://vici.org/vici/2707",
"http://gazetteer.dainst.org/place/2080502",
"http://nomisma.org/id/arelate"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":4.6227,
"max_lon":4.6227,
"min_lat":43.6759,
"max_lat":43.6759
},
"geometry":{
"type":"Point",
"coordinates":[
4.6227,
43.6759
]
},
"result_count":13422
},
{
"identifier":"http://pleiades.stoa.org/places/579885",
"title":"Athenae",
"object_type":"Place",
"description":"A major Greek city-state",
"names":[
"Athens",
"Athenae",
"Athina/Athens",
"Athína",
"Ἀθῆναι",
"Athènes",
"Athen",
"Αθήνα",
"ȝthȝnys",
"Ateny",
"Atenas",
"Афины",
"Athēnai",
"Αθήναι",
"Athina",
"雅典",
"Atina",
"Afini",
"Athēna",
"Atene",
"Athínai",
"أثينا"
],
"matches":[
"http://dare.ht.lu.se/places/10975",
"http://www.trismegistos.org/place/364",
"http://vici.org/vici/2124",
"http://gazetteer.dainst.org/place/2070134",
"http://nomisma.org/id/athens"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":23.7265,
"max_lon":23.7265,
"min_lat":37.9717,
"max_lat":37.9717
},
"geometry":{
"type":"Point",
"coordinates":[
23.7265,
37.9717
]
},
"result_count":6370
},
{
"identifier":"http://pleiades.stoa.org/places/197504",
"title":"Segestica/Siscia",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 20 D4 Segestica/Siscia",
"names":[
"Segestica",
"Sisak",
"Siscia",
"Sisak CRO",
"Σεγεστική"
],
"matches":[
"http://dare.ht.lu.se/places/10771",
"http://www.trismegistos.org/place/29115",
"http://vici.org/vici/1986",
"http://nomisma.org/id/siscia"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":16.3726,
"max_lon":16.3726,
"min_lat":45.4843,
"max_lat":45.4843
},
"geometry":{
"type":"Point",
"coordinates":[
16.3726,
45.4843
]
},
"result_count":6175
},
{
"identifier":"http://pleiades.stoa.org/places/501347",
"title":"Amphipolis",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 51 B3 Amphipolis",
"names":[
"Amphipolis",
"Amfipolis",
"Ἀμφίπολις",
"Ennea Hodoi",
"2 miles N Amphipolis",
"Nea Mesolakkia",
"Neokhori",
"Amfípolis",
"Αμφίπολις",
"Αμφίπολη",
"Neokhórion",
"Amfípoli"
],
"matches":[
"http://dare.ht.lu.se/places/21889",
"http://www.trismegistos.org/place/161",
"http://vici.org/vici/2211",
"http://pleiades.stoa.org/places/501412",
"http://dare.ht.lu.se/places/32323",
"http://gazetteer.dainst.org/place/2293923",
"http://nomisma.org/id/macedonia_1st_region"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":23.8404,
"max_lon":23.8404,
"min_lat":40.8189,
"max_lat":40.8189
},
"geometry":{
"type":"Point",
"coordinates":[
23.8404,
40.8189
]
},
"result_count":6031
},
{
"identifier":"http://pleiades.stoa.org/places/511218",
"title":"Cyzicus",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 52 B4 Cyzicus",
"names":[
"Cyzicus",
"Belkiz Kale",
"Κύζικος",
"Belkis"
],
"matches":[
"http://dare.ht.lu.se/places/21425",
"http://www.trismegistos.org/place/1208",
"http://vici.org/vici/10972",
"http://gazetteer.dainst.org/place/2275482",
"http://nomisma.org/id/cyzicus"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":27.8741,
"max_lon":27.8741,
"min_lat":40.3898,
"max_lat":40.3898
},
"geometry":{
"type":"Point",
"coordinates":[
27.8741,
40.3898
]
},
"result_count":5740
},
{
"identifier":"http://pleiades.stoa.org/places/462503",
"title":"Syracusae/Syrakousai",
"object_type":"Place",
"description":"An important ancient city on the island of Sicily (BAtlas 47 G4 Syracusae)",
"names":[
"Siracusa",
"Syracuse",
"Syrakus",
"Syracusae",
"Syrakousai",
"Siracusa/Syracuse",
"Συράκουσαι",
"Συράκουσαι",
"Siracusae",
"Συρακοῦσαι"
],
"matches":[
"http://dare.ht.lu.se/places/16570",
"http://www.trismegistos.org/place/2210",
"http://vici.org/vici/1913",
"http://gazetteer.dainst.org/place/2345156",
"http://nomisma.org/id/syracuse"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":15.2938,
"max_lon":15.2938,
"min_lat":37.0596,
"max_lat":37.0596
},
"geometry":{
"type":"Point",
"coordinates":[
15.2938,
37.0596
]
},
"result_count":3736
},
{
"identifier":"http://pleiades.stoa.org/places/383706",
"title":"Mediolan(i)um",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 39 E3 Mediolan(i)um",
"names":[
"Milan",
"Mediolanium",
"Mediolanum",
"Milano",
"Mailand",
"Μεδιόλανον",
"Μεδιολάνιον",
"Milán",
"ميلانو",
"Mediolan",
"Milão",
"Милан"
],
"matches":[
"http://dare.ht.lu.se/places/1445",
"http://www.trismegistos.org/place/3308",
"http://vici.org/vici/1589",
"http://gazetteer.dainst.org/place/2091266",
"http://nomisma.org/id/mediolanum"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":9.1881,
"max_lon":9.1881,
"min_lat":45.4637,
"max_lat":45.4637
},
"geometry":{
"type":"Point",
"coordinates":[
9.1881,
45.4637
]
},
"result_count":3391
},
{
"identifier":"http://pleiades.stoa.org/places/79393",
"title":"Col. Camulodunum",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 8 H3 Col. Camulodunum",
"names":[
"Colchester",
"Col. Camulodunum",
"Καμουλόδουνον",
"Camulodunum",
"كولشيستر",
"Колчестер",
"科尔切斯特"
],
"matches":[
"http://dare.ht.lu.se/places/20678",
"http://www.trismegistos.org/place/14577",
"http://vici.org/vici/4382",
"http://gazetteer.dainst.org/place/2088431",
"http://nomisma.org/id/camulodunum"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":0.9007,
"max_lon":0.9007,
"min_lat":51.8908,
"max_lat":51.8908
},
"geometry":{
"type":"Point",
"coordinates":[
0.9007,
51.8908
]
},
"result_count":3326
},
{
"identifier":"http://pleiades.stoa.org/places/629035",
"title":"Mazaka/Eusebeia/Caesarea",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 64 A3 Mazaka/Eusebeia/Caesarea",
"names":[
"Caesarea",
"Eusebeia",
"Mazaka",
"Kayseri",
"Μάζα",
"Καισάρεια",
"Mazaca Cesarea",
"Qaisariye",
"Casarea",
"Kaisarije",
"Mazaca",
"Césarée",
"Kaisaria",
"Céarée",
"Cesarea in Cappadocia",
"Кайсери",
"Καισάρεια",
"قيصرية",
"Caesarea in Cappadocia",
"開塞利"
],
"matches":[
"http://dare.ht.lu.se/places/21242",
"http://www.trismegistos.org/place/11904",
"http://vici.org/vici/2303",
"http://gazetteer.dainst.org/place/2285308",
"http://nomisma.org/id/caesareia_cappadocia"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":35.4835,
"max_lon":35.4835,
"min_lat":38.7333,
"max_lat":38.7333
},
"geometry":{
"type":"Point",
"coordinates":[
35.4835,
38.7333
]
},
"result_count":3319
},
{
"identifier":"http://pleiades.stoa.org/places/197488",
"title":"Salona",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 20 D6 Salona",
"names":[
"Salona",
"Solin",
"Solin CRO",
"Σάλων",
"Σαλῶναι",
"Солин",
"索林"
],
"matches":[
"http://dare.ht.lu.se/places/10939",
"http://www.trismegistos.org/place/7043",
"http://vici.org/vici/2037",
"http://gazetteer.dainst.org/place/2053882",
"http://nomisma.org/id/salona"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":16.4837,
"max_lon":16.4837,
"min_lat":43.5381,
"max_lat":43.5381
},
"geometry":{
"type":"Point",
"coordinates":[
16.4837,
43.5381
]
},
"result_count":3303
},
{
"identifier":"http://pleiades.stoa.org/places/570182",
"title":"Corinthus/Korinthos",
"object_type":"Place",
"description":"The ancient Greek and Roman city of Corinth, located in the Peloponnese, Greece. Also known today as Archaia Korinthos and not to be confused with the nearby modern town.",
"names":[
"Corinth",
"Κόρινθος",
"Aigiales",
"Aigialos",
"Corinthus",
"Sicyonia",
"Archaia Korinthos",
"Korinthos",
"Κόρινθος",
"ⲕⲟⲣⲓⲛⲑⲓⲟⲥ"
],
"matches":[
"http://dare.ht.lu.se/places/17070",
"http://www.trismegistos.org/place/1163",
"http://vici.org/vici/2127",
"http://gazetteer.dainst.org/place/2299324",
"http://nomisma.org/id/philadelpheia_lydia"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":22.8787,
"max_lon":22.8787,
"min_lat":37.906,
"max_lat":37.906
},
"geometry":{
"type":"Point",
"coordinates":[
22.8787,
37.906
]
},
"result_count":3053
},
{
"identifier":"http://pleiades.stoa.org/places/678437",
"title":"Tyrus/Col. Septimia Severa",
"object_type":"Place",
"description":"An ancient place, cited: BAtlas 69 B3 Tyrus/Col. Septimia Severa",
"names":[
"Col. Septimia Severa",
"Tyrus",
"es-Sur LEB",
"Tyre (Tyrus)",
"Τύρος"
],
"matches":[
"http://dare.ht.lu.se/places/21116",
"http://www.trismegistos.org/place/2491",
"http://vici.org/vici/2508",
"http://nomisma.org/id/tyre"
],
"place_category":"SETTLEMENT",
"geo_bounds":{
"min_lon":35.2094,
"max_lon":35.2094,
"min_lat":33.2681,
"max_lat":33.2681
},
"geometry":{
"type":"Point",
"coordinates":[
35.2094,
33.2681
]
},
"result_count":3049
}
],
"took_ms":1257
}