Created
June 28, 2014 22:27
-
-
Save irenin/f342f73400b534dc55cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": { | |
"@base": "http://example.org/notitia/", | |
"id": "@id", | |
"rdfs": "http://www.w3.org/2000/01/rdf-schema#", | |
"properties": { | |
"@id": "rdfs:isDefinedBy" | |
}, | |
"name": "http://purl.org/dc/terms/title", | |
"features": "@graph", | |
"province": { | |
"@id": "http://example.org/notitia/vocab/hasProvince" | |
}, | |
"diocese": { | |
"@id": "http://en.wikipedia.org/wiki/Roman_diocese" | |
}, | |
"wikipedia": { | |
"@id": "http://www.wikipedia.org/" | |
}, | |
"unittype": { | |
"@id": "http://www.cidoc-crm.org/cidoc-crm/P2_has_type", | |
"@type": "@id" | |
}, | |
"bibliographicresource": { | |
"@id": "http://purl.org/dc/terms/BibliographicResource" | |
} | |
}, | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"id": "HermopolisMagna", | |
"properties": { | |
"name": "Hermopolis Magna", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/756574", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http: //en.wikipedia.org/wiki/Hermopolis", | |
"bibliographicresource": "3" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.8034, | |
27.7816, | |
151 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "SpeosArtemidos", | |
"properties": { | |
"name": "Speos Artemidos", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756647", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://en.wikipedia.org/wiki/Speos_Artemidos", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.8226, | |
27.9752, | |
159 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Prektis", | |
"properties": { | |
"name": "Prektis", | |
"unittype": "Ala", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.9182, | |
27.7749, | |
148 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Pesla", | |
"properties": { | |
"name": "Pesla", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756621/pescla-ano", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://www.trismegistos.org/place/2950", | |
"bibliographicresource": "http://papyri.info/biblio/58842?q=Pesla" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.8797, | |
27.6263, | |
60 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Cysae", | |
"properties": { | |
"name": "Cysae", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/756588/cusas", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://en.wikipedia.org/wiki/Cusae", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.8797, | |
27.6263, | |
60 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Hierakon", | |
"properties": { | |
"name": "Hierakon", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/786037", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://en.wikipedia.org/wiki/Hieracon", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.1002, | |
27.3278, | |
55 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Isiu", | |
"properties": { | |
"name": "Isiu", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756583", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://en.wikipedia.org/wiki/Notitia_Dignitatum", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.1534, | |
27.2787, | |
68 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Lycopolis", | |
"properties": { | |
"name": "Lycopolis", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/756593", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://en.wikipedia.org/wiki/Asyut", | |
"bibliographicresource": "http://papyri.info/biblio/71060?q=lycopolis" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.0932, | |
27.1727, | |
91 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Muthis", | |
"properties": { | |
"name": "Muthis", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756593", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.360332, | |
27.0265, | |
55 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Selino", | |
"properties": { | |
"name": "Selino", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/756593", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.5279, | |
26.795, | |
61 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Psinaula", | |
"properties": { | |
"name": "Psinaula", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756628", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://www.ifao.egnet.net/bifao/Bifao066_art_02.pdf" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.5279, | |
26.795, | |
61 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Abydos", | |
"properties": { | |
"name": "Abydos", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756512", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.9183, | |
26.1845, | |
197 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Thmou", | |
"properties": { | |
"name": "Thmou", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756641", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://papyri.info/biblio/49864?q=Thmou" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.846296, | |
26.529421, | |
82 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "PtolemaisHermon", | |
"properties": { | |
"name": "Ptolemais Hermon", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/756641", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.995014, | |
26.559346, | |
274 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Chenoboskion", | |
"properties": { | |
"name": "Chenoboskion", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/756545", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.2915, | |
26.11799, | |
107 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Pampane", | |
"properties": { | |
"name": "Pampane", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/789754", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.23945, | |
25.989847, | |
105 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "DiospolisParva", | |
"properties": { | |
"name": "Diospolis Parva", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/756566/diospolis-mikra", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.239452, | |
25.989847, | |
135 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Tentyra", | |
"properties": { | |
"name": "Tentyra (Dendera)", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/786127", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.670097, | |
26.141774, | |
135 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Maximianopolis", | |
"properties": { | |
"name": "Maximianopolis", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/786047", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.70187, | |
26.14988, | |
135 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Coptos", | |
"properties": { | |
"name": "Coptos", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/786010", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://papyri.info/biblio/57854?q=coptos+camp" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.769868, | |
25.956181, | |
135 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Hermonthis", | |
"properties": { | |
"name": "Hermonthis", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/786036", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.503662, | |
25.657482, | |
131 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Thebae", | |
"properties": { | |
"name": "Thebae", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/786017", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.647007, | |
25.704587, | |
82 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Contra Latopolis", | |
"properties": { | |
"name": "Contra Latopolis", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/786007", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.582981, | |
25.292802, | |
89 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Latopolis", | |
"properties": { | |
"name": "Latopolis", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/786059", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://papyri.info/ddbdp/sb;14;11699" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.555958, | |
25.292228, | |
82 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Apollonopolis Magna", | |
"properties": { | |
"name": "Apollonopolis Magna", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/785974", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.555958, | |
25.292228, | |
82 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Praesentia", | |
"properties": { | |
"name": "Praesentia", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/785974", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://papyri.info/ddbdp/stud.pal;20;84" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.762251, | |
24.503589, | |
132 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Omboi", | |
"properties": { | |
"name": "Omboi", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/786079", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://papyri.info/biblio/63592?q=kom+ombo" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.928303, | |
24.452929, | |
118 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Syene", | |
"properties": { | |
"name": "Syene", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/786123", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.928303, | |
24.452929, | |
118 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Contra Syenem", | |
"properties": { | |
"name": "Contra Syenem", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/786009", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.889251, | |
24.108414, | |
142 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Elephantine", | |
"properties": { | |
"name": "Elephantine", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/786021", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"wikipedia": "http://en.wikipedia.org/wiki/Elephantine", | |
"bibliographicresource": "http://papyri.info/biblio/71512?q=elephantine+troops" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.889, | |
24.09, | |
91 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Philae", | |
"properties": { | |
"name": "Philae", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/786089", | |
"diocese": "Aegypti", | |
"province": "Thebais", | |
"bibliographicresource": "http://papyri.info/ddbdp/p.col;7;183" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.884129, | |
24.02442, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Memphis", | |
"properties": { | |
"name": "Memphis", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/736963", | |
"diocese": "Aegypti", | |
"province": "Arcadia", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.255061, | |
29.849491, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Babylon", | |
"properties": { | |
"name": "Babylon", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/727082", | |
"diocese": "Aegypti", | |
"province": "Arcadia", | |
"bibliographicresource": "http://papyri.info/biblio/64922?q=late+roman+babylon" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.229959, | |
30.00543, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Scenae Veteranorum", | |
"properties": { | |
"name": "Scenae Veteranorum", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/730155", | |
"diocese": "Aegypti", | |
"province": "Arcadia", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.229959, | |
30.00543, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Parembole", | |
"properties": { | |
"name": "Parembole", | |
"unittype": "Legio", | |
"location": "http://pleiades.stoa.org/places/736993", | |
"diocese": "Aegypti", | |
"province": "Arcadia", | |
"bibliographicresource": "http://papyri.info/biblio/61930?q=parembole" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.238111, | |
29.311375, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Thenete", | |
"properties": { | |
"name": "Thenete", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/776232", | |
"diocese": "Aegypti", | |
"province": "Arcadia", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.238111, | |
29.311375, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Hipponon", | |
"properties": { | |
"name": "Hipponon", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/736924", | |
"diocese": "Aegypti", | |
"province": "Arcadia", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.8668, | |
28.64975, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Busiris", | |
"properties": { | |
"name": "Busiris", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/727090", | |
"diocese": "Aegypti", | |
"province": "Augustamnica", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.244266, | |
30.910895, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Aphrodito", | |
"properties": { | |
"name": "Aphrodito", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/756532", | |
"diocese": "Aegypti", | |
"province": "Augustamnica", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
31.41662, | |
26.83314, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Hibis", | |
"properties": { | |
"name": "Hibis", | |
"unittype": "Ala", | |
"location": "http://pleiades.stoa.org/places/776171", | |
"diocese": "Aegypti", | |
"province": "Thebaid", | |
"bibliographicresource": "http://papyri.info/biblio/16439" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.25, | |
25.25, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Narmouthis", | |
"properties": { | |
"name": "Narmouthis", | |
"unittype": "Cohors", | |
"location": "http://pleiades.stoa.org/places/736972", | |
"diocese": "Aegypti", | |
"province": "Augustamnica", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
30.64146, | |
29.1917, | |
128 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Acadama", | |
"properties": { | |
"name": "Acadama", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/668177", | |
"diocese": "Oriens", | |
"province": "Syriae", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
38.42046, | |
35.0495, | |
274 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Pelusium", | |
"properties": { | |
"name": "Pelusium", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/727192", | |
"diocese": "Aegypti", | |
"province": "Augustamnica", | |
"bibliographicresource": "http://papyri.info/biblio/69721?q=late+antique+army" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
32.500193, | |
31.003661, | |
0 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"id": "Birsama", | |
"properties": { | |
"name": "Birsama", | |
"unittype": "Equites", | |
"location": "http://pleiades.stoa.org/places/687864", | |
"diocese": "Oriens", | |
"province": "Palaestinae", | |
"size": 3 | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
34.537, | |
31.2604, | |
0 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment