Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _articles/visualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ toc:
order: 6
image: /assets/images/articles/iconfinder_Makeup_379450.svg
---

There are different ways to visualize Wikibase data. The most common are:
- ...
-

# Visualize wikidata data with Neo4j

[Neo4j](https://neo4j.com/) is a powerful tool which can be used to visualize graph data. Its [neosemantics plugin](https://neo4j.com/labs/neosemantics/) is helpfull for our need because it can map RDF data to Neo4j model. So it's possible to connect the wikibase SparQL endpoint to a Neo4j instance thanks to this plugin.

This article is very helpfull because it shows how to configure neosemantics to import a knowledge graph of monuments located in Spain into your local neo4j instance:
https://towardsdatascience.com/traveling-tourist-part-1-import-wikidata-to-neo4j-with-neosemantics-library-f80235f40dc5

Here is an example of the final result:
![image](https://user-images.githubusercontent.com/328244/116110957-74df9300-a6b6-11eb-8e46-29c22f16c630.png)