Feature #16
closedUtilize an RDF store
Description
Status Quo: At the moment the semantic data of our MediaWiki instance is MediaWiki instance is stored in the same entity relationship database as the rest of the data (Postgres). This means that we can query it with SQL, but we can't query using SPARQL.
Problem: While SQL is fine to query tables of a relationship database it's not designed to be used to query a web of linked data. For instance we can't easily run a combined query with open knowledge databases like Wikidata. With the help of RDF we could run a query against wikidata, e.g. to get a list of services that had a new version recently.
Solution: We'd need to setup an RDF Store in order to use SPARQL. I have no experience whatsoever when it comes to RDF stores. There's a list of RDF Stores in the W3C wiki. But I can't decide which one would make most sense for our use case.
Updated by cpp zombi over 4 years ago
- Tracker changed from Bug to Feature
- Status changed from Feedback to Resolved
Steffen WouldYouLikeToKnow, lod lod and me spent a little time reading into this topic and finally set up blazegraph as a triplestore.
Updated by Paul S. over 3 years ago
- Status changed from Resolved to Closed
Seems to work, but i can't SPARQL.