-
Notifications
You must be signed in to change notification settings - Fork 18
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 an interactive SPARQL tutorial #721
Comments
I'm interested in contributing to this tutorial. I have a semantic model on academy awards that includes about 700 films, over 3000 people and industry organization, along with some reference data on locations. That could be utilized as well. I could also look into converting the MailMan.org messages - do you have a link for where that data lives? |
I wouldn't think of converting the MarkMail messages (my bad, typo earlier); rather, I'd think about an ontology to supplement them. That way, we'll have docs and triples together. With the right content, we could run some interesting docs only queries (as in the XQuery tutorial), some SPARQL-only queries, and some mixed. |
Hmm, I seem to be missing something. When I go to interactive XQuery tutorial, I don't see a way to log on to the machine. |
@scottrhenninger are you talking about logging in to make a new tutorial? That would be on a different server. I'll send you a link and set up an account for you. If you're talking about viewing the tutorial, no log on should be needed -- please let me know if that's what you mean. |
I guess I have two questions:
|
It's not intended for Query Console -- each block of code is in a text box with a "Run" button. You click Run, and the code gets sent to a separate MarkLogic server where it gets executed. The results are then displayed on the tutorial page. Are the Run buttons not showing up for you? Are you able to run them? |
OK, I am able to run them. I guess I just didn't anticipate that's how it would work :) |
We have an interactive XQuery tutorial that is pretty popular: it lets people try out MarkLogic without having to download and install. Create a similar one for SPARQL.
The data and responsibility for executing the queries will be on the
try
server; the tutorial itself will be on developer.marklogic.com. Queries must be read-only and will be subject to a timeout.The text was updated successfully, but these errors were encountered: