In T144248: No RDF builder defined for data type globe-coordinate nor for value type bad in DispatchingValueSnakRdfBuilder::getValueBuilder it appears as though some invalid globe-coordinate data found its way into the database. While this may be due to some older issues with validation, in order to ensure that this does not happen in the future we should investigate whether there are problems with globe-coordinate validation that would result in the following malformed data:
{ "value": { "latitude": -90, "longitude": 0, "altitude": null, "precision": 146706019195900, "globe": "http://www.wikidata.org/entity/Q308" }, "type": "globecoordinate", "error": "$precision needs to be between -360 and 360" }
Acceptance Criteria
- If any issues with validation are found, either create a ticket or fix the issue.