Hacker News new | ask | show | jobs
by lifeisstillgood 1858 days ago
A bit off topic but I am wondering if there are open knowledge graphs in public?

Ignoring AI etc, my kids play a couple of games where there is clearly some backend that "knows" Taylor Swift is a Singer, is Female, and has acted in this movie X

You can go a long way in a Turing test with that and I was wondering if folks knew where those graphs were built ?

2 comments

Wikidata [1]! They also offer a SPARQL endpoint [2], which you can use to programmatically answer those kind of questions. As an example, the page for Taylor Swift is [3].

[1] https://www.wikidata.org/wiki/Wikidata:Main_Page

[2] https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/...

[3] https://www.wikidata.org/wiki/Q26876

I think http://conceptnet.io/ is what you're looking for!