Page MenuHomePhabricator

Add a SPARQL layer around existing live SQL databases
Closed, DeclinedPublic

Description

Per James Heald on WIkidata:

https://www.wikidata.org/w/index.php?title=Wikidata%3ASPARQL_federation_input&type=revision&diff=455650279&oldid=455645384

Software exists that can act as a wrapper, to add a SPARQL layer around an existing live SQL database (W3C: RDF and SQL). At its simplest, each row in each SQL table becomes an item, each column a relation, the contents of each cell a value.
It would be very nice to expose the existing Mediawiki databases to WDQS, so that one could eg sort or filter query returns by the number of hits; or identify what categories an item is contained in on different wikis; or filter output to return only pages of at least a given length; or marked as stubs, etc. etc.

Event Timeline

Pigsonthewing renamed this task from Add a SPARQL layer around an existing live SQL databases to Add a SPARQL layer around existing live SQL databases.Feb 24 2017, 11:18 AM

See also T157676 "Provide access to category information from WDQS SPARQL"

and T148245 "Explore making WDQS access mediawiki API"