-
-
Save sfsheath/4df03a0ebdae9fd197a7 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/", | |
| "gn":"http://www.geonames.org/ontology#", | |
| "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"}, | |
| "location":{"@id":"gn:locatedIn","@type":"@id"}, | |
| "wikipedia":{"@id":"http://www.wikipedia.org/"}, | |
| "unittype":{"@id" : "http://www.cidoc-crm.org/cidoc-crm/P2_has_type", "@type" : "@id" } | |
| } | |
| , | |
| "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", | |
| "size": "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 for site": "http://www.trismegistos.org/place/2950", | |
| "size": 3 | |
| }, | |
| "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 for site": "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 for site": "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 for site": "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 for site": "http://en.wikipedia.org/wiki/Asyut", | |
| "size": 3 | |
| }, | |
| "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", | |
| "wikipedia for site": "http://en.wikipedia.org/wiki/Asyut", | |
| "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", | |
| "wikipedia for site": "http://en.wikipedia.org/wiki/Asyut", | |
| "size": 3 | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 31.5279, | |
| 26.7950, | |
| 61 | |
| ] | |
| } | |
| }, | |
| {"type": "Feature", | |
| "id": "Psinaula", | |
| "properties": { | |
| "name": "Psinaula", | |
| "unittype": "Ala", | |
| "location": "http://pleiades.stoa.org/places/756628", | |
| "diocese": "Aegypti", | |
| "province": "Thebais", | |
| "size": 3 | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 31.5279, | |
| 26.7950, | |
| 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", | |
| "size": 3 | |
| }, | |
| "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", | |
| "size": 3 | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 32.7698680, | |
| 25.9561810, | |
| 135 | |
| ] | |
| } | |
| }, | |
| {"type": "Feature", | |
| "id": "Coptos", | |
| "properties": { | |
| "name": "Coptos", | |
| "unittype": "Legio", | |
| "location": "http://pleiades.stoa.org/places/786010", | |
| "diocese": "Aegypti", | |
| "province": "Thebais", | |
| "size": 3 | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 32.7698680, | |
| 25.9561810, | |
| 135 | |
| ] | |
| } | |
| }, | |
| {"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", | |
| "size": 3 | |
| }, | |
| "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.5370, | |
| 31.2604, | |
| 0 | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment