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

dataset_id is ambiguous #30

Open
dgarijo opened this issue Jul 22, 2020 · 0 comments
Open

dataset_id is ambiguous #30

dgarijo opened this issue Jul 22, 2020 · 0 comments

Comments

@dgarijo
Copy link
Collaborator

dgarijo commented Jul 22, 2020

At the moment dataset_id is used for 2 things:
Identify the id of a dataset:
dataset -dataset_id->id

Identify the dataset which a variable belongs to:
variable-dataset_id->id

This is ambiguous, because the same property is used to link something to a dataset id, and the meaning is different. In the first case, we are describing that a dataset has an id; in the second one we are saying that a variable belongs to a dataset.

We had agreed we would use P2006020004 (dataset) instead in the second case. But I see it's not been done in the code.

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