mirror of
https://github.com/foo-dogsquared/wiki.git
synced 2025-01-31 01:57:54 +00:00
59c2bb4cb1
Some additional notes on some tools I seem to use more frequently. Nothing unusual here.
739 B
739 B
Wikidata
- A universal database with semi-structured data allowing for natural queries.
- Each item in the database contains statements which in turn contain properties.
- Querying tools are available (e.g., https://query.wikidata.org/, wikibase-cli).
- item + statement + property
- The item itself and its part are assigned a unique ID — e.g., the item "GNU Guix" is assigned to "Q18968627" and it has a logo image statement is which assigned at "P154".
- Wikidata-related SDKs and APIs are available for interacting with the data without using the website.
- API sandbox