Hello everybody!
I noticed that snaks in Wikimedia Commons' Structured Data may have not the "datatype" attribute.
Example in Wikidata that has the "datatype" attribute:
https://www.wikidata.org/w/api.php?action=wbgetentities&ids=Q1&props=claims
"mainsnak": { "snaktype": "value", "property": "P793", "hash": "46559e43804873b0d843230010c6e9942593b8af", "datavalue": { "value": { "entity-type": "item", "numeric-id": 323, "id": "Q323" }, "type": "wikibase-entityid" }, "datatype": "wikibase-item" },
Then an example in Wikimedia Commons where the "datatype" is not provided:
https://commons.wikimedia.org/w/api.php?action=wbgetentities&ids=M70758296&props=claims
"mainsnak": { "snaktype": "value", "property": "P180", "hash": "6f6cd82613d00eb32e7c17e71d116637dbc2635a", "datavalue": { "value": { "entity-type": "item", "numeric-id": 55170514, "id": "Q55170514" }, "type": "wikibase-entityid" } }
I know that everything is in alpha, but I don't understand if this an undocumented inconsistency between these two Wikibase instances or if this is a transition for a removal of this attribute. Are there some public thoughts about this?
Thank you!
This is somehow related to other inconsistencies found, like this: