Page MenuHomePhabricator

WDQS can not process https:// concept URI
Closed, ResolvedPublic

Description

Updater code has concept URI hardcoded as starting with http://. This means that if Wikibase instance has https:// concept URIs, Updater can not process it properly. While concept URI does not have to be same as HTTP URL, there is no reason to not support https:// concept URIs properly.
Note that --wikibaseSchema works for Wikibase access URLs (i.e. URLs used to access actual data on Wikibase) - but those are different URLs from concept URLs in the RDF and could have different schema. So we need some better options here.

Event Timeline

Change 425226 had a related patch set uploaded (by Smalyshev; owner: Smalyshev):
[wikidata/query/rdf@master] Allow URI customization for Wikibase

https://gerrit.wikimedia.org/r/425226

Change 425226 merged by jenkins-bot:
[wikidata/query/rdf@master] Allow URI customization for Wikibase

https://gerrit.wikimedia.org/r/425226

Smalyshev claimed this task.

New options --wikibaseUrl and --conceptUri take care of this now.