Last active
December 2, 2015 19:11
-
-
Save JeroenDeDauw/fc17f9fdd2e4567a17ff to your computer and use it in GitHub Desktop.
QueryR item response format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data: { | |
"sister city": { | |
"type": "string", | |
"value": "Berlin", | |
"values": [ | |
"Berlin", | |
"Brussels" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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