-
Notifications
You must be signed in to change notification settings - Fork 2
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
Define the CubiQL ontology #40
Comments
One area where this would be useful is in annotating codelists with cubiql behaviours for observation/dimension filters. e.g.
Point is that both RDF and graphql have additive (growing) schema models, and we should design our behaviours so they always grow. As we never want to be in a situation where by adding data we break graphql clients. In our current cubiql implementation refperiod/refarea don't support enum types (e.g. #55), but all other dimensions do. None currently support search by URI string. By adding triples for 1,2,3|4 to a given dimension you should be able to choose which dimensions support which styles of query. |
This sounds promising - can we work up an example of the RDF that would be needed to make this work? |
We need to define an ontology which lets users annotate their data with extra hints to guide our schema generation. This should include featuers to let people specify graphql schema names/id's on codelists/dimensions etc...
The text was updated successfully, but these errors were encountered: