We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From @cmungall on November 2, 2016 23:42
This queries for contributor and creator:
http://sparql.hegroup.org/sparql?default-graph-uri=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E+prefix+owl%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23%3E%0D%0A%0D%0A%0D%0ASELECT+DISTINCT+%3Fc+WHERE+%7B%0D%0A%7B+%3Font+dc%3Acontributor+%3Fc+%7D%0D%0AUNION%0D%0A%7B+%3Font+dc%3Acreator+%3Fc+%7D%0D%0A%7D&format=text%2Fhtml&debug=on&timeout=
Some interesting entries there.
We also have this way of querying our metadata:
https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/sparql/ontology-contact.sparql
Copied from original issue: OBOFoundry/OBOFoundry.github.io#329
The text was updated successfully, but these errors were encountered:
From @mcourtot on November 3, 2016 9:44
which sparql endpoint do you use for the second query?
Sorry, something went wrong.
From @cmungall on January 4, 2017 20:14
@mcourtot - no endpoint, these queries are executed directly over the generated ttl using jena/arq https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/Makefile#L117-L118
@zhengj2007 should we close this in favour of #60
@matentzn Fine with me.
No branches or pull requests
From @cmungall on November 2, 2016 23:42
This queries for contributor and creator:
http://sparql.hegroup.org/sparql?default-graph-uri=&query=prefix+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E+prefix+owl%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F2002%2F07%2Fowl%23%3E%0D%0A%0D%0A%0D%0ASELECT+DISTINCT+%3Fc+WHERE+%7B%0D%0A%7B+%3Font+dc%3Acontributor+%3Fc+%7D%0D%0AUNION%0D%0A%7B+%3Font+dc%3Acreator+%3Fc+%7D%0D%0A%7D&format=text%2Fhtml&debug=on&timeout=
Some interesting entries there.
We also have this way of querying our metadata:
https://github.com/OBOFoundry/OBOFoundry.github.io/blob/master/sparql/ontology-contact.sparql
Copied from original issue: OBOFoundry/OBOFoundry.github.io#329
The text was updated successfully, but these errors were encountered: