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

Each GAF line should have a unique and deterministic URI #120

Open
dougli1sqrd opened this issue Nov 10, 2017 · 0 comments
Open

Each GAF line should have a unique and deterministic URI #120

dougli1sqrd opened this issue Nov 10, 2017 · 0 comments

Comments

@dougli1sqrd
Copy link
Contributor

dougli1sqrd commented Nov 10, 2017

A gaf file should produce a graph URI based on the group name.
So for Gaf group 'goa' and dataset 'chicken_complex', produce a URI http://www.ebi.ac.uk/GOA/chicken_complex/.

For a GAF line, we can produce a unique id with a hash function on that line, after any "piped" columns are sorted (alphanumerically?). Then for an instance of a term in a column of the gaf line, we use the id of the final identifier: {graphUri}/{lineHash}/{termId}.
For example, for goa chicken_complex:
http://www.ebi.ac.uk/GOA/chicken_complex/123abc/GO:0016021

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