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

reference container URI in uploaded data #119

Open
bwmcbride opened this issue Nov 14, 2019 · 1 comment
Open

reference container URI in uploaded data #119

bwmcbride opened this issue Nov 14, 2019 · 1 comment

Comments

@bwmcbride
Copy link

The use case where this issue emerged was uploading data for a hierarchical register for a training course. For the course, each student had there own register in which to place the registers they were working on.

The idea was to provide data that could be uploaded into any of the student's work areas by using relative URIs in CSV files to be uploaded.

For a hierarchical register there is a need to have topConceptOf properties that refer to the URI of the register into which the concepts are being loaded.. This is not possible.

A relative URI of <> is expanded to the URI of the register with a '/' appended, as is a relative URI of <.>. A relative URI of <..> is expanded to the URI of the register containing the register, with a '/' appended.

@der
Copy link
Contributor

der commented Nov 14, 2019

Batch upload as a bulk type so that you can upload the register plus it's contents at the same time.

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

2 participants