Wikidata
11–20 of 69 posts
Re: Wikidata
#12This is a Hacker News thread from March 2012 titled "Wikidata: The first new project from Wikimedia Foundation since 2006" that is interesting to revisit:
Re: Wikidata
#13We are using in my company. We imported the whole database into a graph db and we are running queries/marking entities in order to enable things like contextual/semantic search. It is a pretty good database. This is what enables you to search for things and not strings (as Google does).
https://blog.google/products/search/introducing-knowledge-gr...
Re: Wikidata
#14Re: Wikidata
#15We are using in my company. We imported the whole database into a graph db and we are running queries/marking entities in order to enable things like contextual/semantic search. It is a pretty good database. This is what enables you to search for things and not strings (as Google does).
"Introducing the Knowledge Graph: things, not strings" https://blog.google/products/search/introducing-knowledge-gr...
Re: Wikidata
#16Just a Speaker's Corner to say whatever one wants regarding Wikidata?
Re: Wikidata
#17How do you find datasets on wikidata? Their search is hard to use
There is a SPARQL query page, with useful examples included. In general, Wikidata is not made up of discrete "datasets". Rather, each identifiable real-world entity, event or concept has a unique Q-identifier and a listing of "properties" that apply to that entity. So, to construct a dataset, you'd query for entities that participate in some set of properties you might care about.
understanding which tags from the ontology to use and then building the query.
Re: Wikidata
#18Re: Wikidata
#19Wiki data is awesome. I’ve been considering using it for some projects, but the main thing that’s keeping me away is the concern that some moderator will decide that my data doesn’t fit and remove it. Can anyone speak to this concern? On WP for example notability is a big thing, how does this work in Wikidata?
Re: Wikidata
#20Perhaps some kind of synchronization would be feasible, where with standardized infoboxes relations between known items could be extracted when specified on Wikipedia, and plopped into Wikidata.
For myself, I looked around for a service that could present infobox-data from pages in a category as a table, with filters and sorting. But ended up just firing API requests and parsing the boxes.