hub
hub copied to clipboard
Make it work on any wikibase
I would like to use it for the Wikibase.cloud installation I'm working on
Agree
- the Hub was very useful yesterday when I used Open Refine for reconciliation of Swedish PM data and used
{
"origin": {
"id": "P8433:G8095",
"value": "G8095",
"properties": [
"P8433"
],
"qid": "Q98490206"
},
"destination": {
"langs": [
"en"
],
"sites": [
"wiki"
],
"bestFallbackSitelink": {
"site": "wikidatawiki",
"title": "Q98490206",
"score": 0.5
},
"url": "https://www.wikidata.org/wiki/Q98490206"
}
}
- Open refine function parse JSON with
value.parseJson()['origin']["qid"]
- I also use the HUB as a way of accessing information with Persistent identifiers i.e. it is an excellent concept for archive solutions and still get access of the data with the original identifiers
Example Nobelprize.org - 2 years ago we did a major change of linking model T248939/T251055 --> now every Nobel prize winner has an unique id that is WD Property P8024 and today 2022 all Nobelprize winners has metadata same as Wikidata link
--> with the HUB we can easy retrieve all Nobelprize winners using the persistent identifier of Nobelprize.org examples
- P8024:1011 first winner 2022
It seems doable, but that would require having another hub server running with a customized config: would that work for you?
It seems doable, but that would require having another hub server running with a customized config: would that work for you?
I would like to see something working with Wikibase.cloud and maybe the "config" in the url?
Mentioned this on Telegram
It seems doable, but that would require having another hub server running with a customized config: would that work for you?
I would like to see something working with Wikibase.cloud and maybe the "config" in the url?
Mentioned this on Telegram
![]()
I really like the idea of a Config in the URL 😀
Do all wikibase.cloud instances have a SPARQL endpoint and/or use the WikibaseCirrusSearch extension? One of those would be required to find entities by claim property/value. Could you provide a link to a public instance with already some data to play with?
@maxlath You ask the wrong person but I guess SPARQL endpoint is always there but they have problems with WikibaseCirrusSearch
Instances to play with
- OSWALD
- SPARQL endpoint: https://oswald.wikibase.cloud/query/
- All properties
- e.g. P32 is GITHUB username
- SWEOPENDATA
- SPARQL https://sweopendata.wikibase.cloud/query
- All properties
@maxlath
they have problems with WikibaseCirrusSearch
See https://phabricator.wikimedia.org/T310990