[16:04:28] Forwarded from dpriskorn: Aaaaand https://github.com/dpriskorn/entityshape is now released. I forked the entityshape repo to avoid the round-trip to toolforge. [16:04:29] [16:04:30] It should now be rather trivial to [16:04:32] 1) get a bunch of items via WikibaseIntegrator [16:04:33] 2) validate them using entityshape [16:04:35] 3) work on the ones which do not validate [16:04:36] [16:04:38] It does NOT yet support batch lookups which means for every item it will download the entityschema again. See https://github.com/dpriskorn/entityshape/issues/4 [16:04:39] [16:04:41] I'm not really into web frontends or frameworks so I how some of you like that kind of stuff enough to whip something nice together. [16:43:21] Code for validating a group of items is here: [16:43:21] https://github.com/dpriskorn/WikibaseIntegrator/blob/d5ed6c3223e50ad9104166b04af4cdacfb3013de/test/test_entityshape.py#L48 [16:43:23] You can fork my WBI and play with it by entering your own query... [17:05:12] Notebook here https://public-paws.wmcloud.org/User:So9q/Validating%20a%20group%20of%20items.ipynb