Project

General

Profile

Actions

Feature #16

closed

Utilize an RDF store

Added by cpp zombi over 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Start date:
05/29/2020
Due date:
% Done:

0%

Estimated time:
Spent time:

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.

Actions #1

Updated by cpp zombi over 4 years ago

  • Status changed from New to Feedback
Actions #2

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.

Actions #3

Updated by Paul S. over 3 years ago

  • Status changed from Resolved to Closed

Seems to work, but i can't SPARQL.

Actions

Also available in: Atom PDF