Skip to content
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

Make observation-uri configurable - allow guid hashes #125

Open
Robsteranium opened this issue May 5, 2020 · 0 comments
Open

Make observation-uri configurable - allow guid hashes #125

Robsteranium opened this issue May 5, 2020 · 0 comments

Comments

@Robsteranium
Copy link
Contributor

Following from the discussion in #69, we might look to make the observation-uri template configurable.

This would allow us to coin observation URIs with hashes (instead of a long collation of dimension & value slugs).

We could do this within table2qb (e.g. deriving a observation-guid field from the dimension-properties and dimension-values). If the hashing operation is expensive, we might only want to do that lazily. Alternatively we could allow users to provide this in a non-component/ non-value column (with #124).

Customisable observation-uris would also allow us to recreate linked-data following other conventions (e.g. extending the kubus luchtemisses example to cover observation-uris). Writing templates by hand will be tricky (you'd need to guarantee uniqueness) so might want to support users with some means of validating uniqueness.

Robsteranium added a commit that referenced this issue May 5, 2020
This will be useful when we come to implement #125.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant