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

ReproLake #8

Open
dnkennedy opened this issue May 25, 2022 · 1 comment
Open

ReproLake #8

dnkennedy opened this issue May 25, 2022 · 1 comment

Comments

@dnkennedy
Copy link
Contributor

Still working on the ReproLake details for this course. Will be using a StarDog instance. the students will push (well, curl) their results to a specific database and 'named graph', and then we will eventually figure out what to do with all these graphs, to support a mega and meta analysis across the students.

@jgrethe is working on the appropriate 'curl's, and the specific volume queries we'd want

@dnkennedy
Copy link
Contributor Author

dnkennedy commented Jun 7, 2022

@jgrethe gave me the following 'curl' example:

For the CURL here is the command you can try:

curl --location --request POST 'https://stardog.scicrunch.io:5821/Repronim_Dev?default'
--header 'Content-Type: text/turtle'
--header 'Authorization: XXXXXXXX'
--data-binary '@/Users/jgrethe/Documents/Development/ReproNim/RDF_tests/nidm_test.ttl'

Within CURL you should be able to replace the header authorization with the username and password.
curl -u username:password ...

Cheers,
Jeff

This operated without error, but I've yet to be given a way to query what I've done to actually see a result...

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