rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core

Home Page:https://rawgraphs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a timeline visualisation of items based on their genealogical properties

pmartinolli opened this issue · comments

In which part of the interface would this feature applies?
[ ] 1. Load your data
[x] 2. Choose a chart
[x] 3. Mapping
[ ] 4. Customize
[ ] 5. Export

Is your feature request related to a problem? Please describe.
No online tool can fulfill this function.

Describe the solution you'd like

  • With a query on Wikidata, the data retrieved contains 2 objects : citing_item / cited_item
    • Each object has a publication date.
    • Some objects are linked to other ones with one properties (for example : cites works but can be other one : based on, influenced by, student of, etc.).
  • Mapping on a timeline the items with a link between them. Figure

Describe alternatives you've considered

Additional context

  • Can help visualize better items in Wikidata.
  • Can serve as exploration tool.
  • Interesting for digital humanities (family trees, history of ideas, historical networks of citations, etc.)

Advanced version

  • Each object is linked to another one with one or more properties (based on, cited by, influenced by, part of, ...) the more properties linking the two (one way), the stronger the link is. Example : 3 properties = 3 points.
  • Mapping on a timeline the items with a more or less strong link between them.

Thank for your great tool and your work!
Pascal Martinolli