Wolframalpha.com - Suchmaschine des Wissens unter https://www.wolframalpha.com/ - mittels Wolframalpha kann man diverse Informationen zu einem Wissensgebiet auf Englisch abrufen. Diese Daten sind also Open Data.

Da Wolframalpha auch eine API zur Verfügung stellt, kann das Wissen in andere Anwendungen implentiert werden. Dazu eignet sich z.B. die Programmiersprache Python. Eine entsprechende Dokumentation der API findet man unter https://wolframalpha.readthedocs.io/en/latest/?badge=latest und die Umsetzung mittels Python als Beispiel unter https://www.geeksforgeeks.org/python-create-a-simple-assistant-using-wolfram-alpha-api/ oder unter https://www.programcreek.com/python/example/89716/wolframalpha.Client