Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 2.72 KB

facts.md

File metadata and controls

45 lines (25 loc) · 2.72 KB

Facts

Territorial entities, actors and events are presented on the map as facts; they are all interactive. All facts are backed by sources links that can be checked and voted upon. As for the first version all facts are taken from crowdsourced database Wikidata.

Facts are currently taken from wikidata by queries that can be found here. The absence of certain fact can be the result of:

  • intentional absence in the request (which can be discussed in Discord or Github issues)
  • incomplete WIkidata info. To add facts please do it through WIkidata engine.

In the near future we plan on adding more open data online resources and implementing the weighting system for it.

Territorial Entities

Chron team uses the concept of Territorial Entities and SpaceTime Volumes.

TE - A territorial entity that covers a part of the surface of the Earth with specified borders. TEs contain Wikidata id, political relations and color. TE also has Admin level.

STV (SpaceTime Volume) is a territory with start-end dates. The start and end dates linked to the same territory cannot overlap. Therefore, put together, the Territories show the evolution in time of this Entity. For example a kingdom may see its borders changing with a series of Territories.

Political Relations

Political Relations represent political responsibilities between TE. For example Colorado State TE is in direct relation with USA TE. To see the full list of Political Relations, please refer to the database architecture at the end of the page or to PR Wiki page.

People

Request to WIkidata
https://github.com/chronhq/microservices/blob/master/fetch_actors.py

Cities

https://github.com/chronhq/microservices/blob/master/fetch_cities.py

Battles and peace treaties

https://github.com/chronhq/microservices/blob/master/fetch_battles.py https://github.com/chronhq/microservices/blob/master/fetch_treaties.py

Other ideas

Monuments, buildings etc, could all possibly be added in the future as entities.

Technical Implementation

Here is a the database architecture