Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AngryLoki/wikidata-graph-builder
Visualize Wikidata items using d3.js
https://github.com/AngryLoki/wikidata-graph-builder
angularjs d3 visualisation wikidata
Last synced: about 1 month ago
JSON representation
Visualize Wikidata items using d3.js
- Host: GitHub
- URL: https://github.com/AngryLoki/wikidata-graph-builder
- Owner: AngryLoki
- License: mit
- Created: 2016-01-24T10:36:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T11:52:43.000Z (5 months ago)
- Last Synced: 2024-08-01T12:19:49.897Z (4 months ago)
- Topics: angularjs, d3, visualisation, wikidata
- Language: TypeScript
- Homepage: https://angryloki.github.io/wikidata-graph-builder/
- Size: 2.25 MB
- Stars: 187
- Watchers: 10
- Forks: 24
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - AngryLoki/wikidata-graph-builder - Visualize Wikidata items using d3.js (others)
- awesome-technostructure - AngryLoki/wikidata-graph-builder
- awesome-technostructure - AngryLoki/wikidata-graph-builder
README
# [Wikidata Graph Builder](https://angryloki.github.io/wikidata-graph-builder/)
Visualize [Wikidata](https://www.wikidata.org) items using [d3.js](http://d3js.org/).## Main features
* Forward and backward graph traversal using [RDF GAS API](https://wiki.blazegraph.com/wiki/index.php/RDF_GAS_API)
* Support for various languages for item labels
* Limits for number of iterations and number of items in graph
* SPARQL query generation for [Wikidata Query Service](https://query.wikidata.org/) and links to [Wikidata generic tree](https://tools.wmflabs.org/wikidata-todo/tree.html)## Developing
Once you've created a project and installed dependencies with `pnpm install`, start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.