-
Notifications
You must be signed in to change notification settings - Fork 0
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
add connected_from uri column to the export #367
Comments
@ddelpiano here's the new export template: export template Let me know if you have questions? In this export, only rows that have data should be exported. Items that are free text (alerts, statement preview) will have an Object text, but not an object URI since they are annotations. |
Please use column labels as provided in Export template above, I filled in a mock-population to show the values that could be exported...i hope that makes sense. |
Hi @stappan few notes:
Thanks. |
@ddelpiano @gidili how many hours will it take to actually get what i want here? |
@ddelpiano the predicate, composerGenLabel, is to support the export of the statement preview. see #312 which was also in this sprint. |
@ddelpiano Direct Experimental Evidence, Expert Inference, Expert Knowledge, Indirect Experimental Evidence, Laterality Difference, Not relevant - Could you please tell us what these columns should give you? Again, we can open a separate ticket for this. |
@ddelpiano for the first column , it's simply |
#312 refers to a new column not a new row. Thanks |
I would assume these are coming from the tags then, for the order at the moment it depends by the order these have been created. If what provided is the same of what was before there should be no changes required, otherwise we need to extend the mapping to the tags, I don't have clear estimate for this since I need to look into what can be done to manipulate the order of something that is dynamically created through the admin interface (and so the backend does not know about its existence). |
it needs to be stored from neurondm since it's not always consistent in the number of strings at the end of the URI that are making the id, e.g. http://uri.interlex.org/tgbugs/uris/readable/neuron-type-bolew-unbranched-2 it's only the last one where http://uri.interlex.org/tgbugs/uris/readable/femrep/60 are the last 2 strings of the uri. |
Ah, yes, those are tags that have the checkbox to be included in export. The order doesn't matter at this time. I've opened a ticket for the backlog about improving visibility in the admin interface: #375 |
Wouldn't this just be able to be done by parsing anything past /readable/ and any / after "readable/" is a dash? |
It's the statement preview (see column H). In the current export, there was a mismash of columns that would just continue to expand willy-nilly as the software expanded it's functionality. This organization of making a row for each triple ensures the number of columns is more stable from release to release. Does this make sense? |
I created a new ticket for the predicate URIs here: #373 |
If you prefer yes but we cannot guarantee then on the integrity of the id since the translation from slash to dash could be changed or could use different rules in certain cases. If you are ok with that we can generate this from the url. |
@ddelpiano yep you're totally right. thanks! - i discussed with @tgbugs - you should import the rdfs:label from neurondm for the neuron populations |
acceptance criteria:
The text was updated successfully, but these errors were encountered: