Skip to content

Instantly share code, notes, and snippets.

@JeroenDeDauw
Last active December 2, 2015 19:11
Show Gist options
  • Save JeroenDeDauw/fc17f9fdd2e4567a17ff to your computer and use it in GitHub Desktop.
Save JeroenDeDauw/fc17f9fdd2e4567a17ff to your computer and use it in GitHub Desktop.
QueryR item response format
data: {
"sister city": {
"type": "string",
"value": "Berlin",
"values": [
"Berlin",
"Brussels"
]
}
}
data: {
"P123": {
"type": "wikibase-item",
"value": {
"label": "Berlin",
"id": "Q64",
"url": "http://queryr.wmflabs.org/api/items/Q64"
},
"values": [
{
"label": "Berlin",
"id": "Q64",
"url": "http://queryr.wmflabs.org/api/items/Q64"
},
{
"label": "Brussels",
"id": "Q42",
"url": "http://queryr.wmflabs.org/api/items/Q42"
}
],
"property": {
"label": "sister city",
"id": "P123",
"url": "http://queryr.wmflabs.org/api/properties/P123"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment