-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: entityschemas and validation. #470
Comments
You want to have your Entity and automatically validate against an entityschema, something like this : if my_entity.validate_schema('E345'):
print('entity valid!)
else:
print('try again 😬') ? |
Yes, that was my idea. Maybe given the distributed nature of LOD I want to validate against a schema in another wikibase? |
See also SuLab/WikidataIntegrator#200 |
Here is gpl3 python code validating against an entityschema 😀 |
I created a alpha library for the entityshape API https://github.com/dpriskorn/PyEntityshape |
support for entityschemas and validation seems to some degree to be supported in WBI.
A user story could be:
The text was updated successfully, but these errors were encountered: