You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/sparql.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This SPARQL Endpoint is implemented using Sesame openRDF platform. SPARQL query
21
21
The source code for this can be found at <https://github.com/identifiers-org/sparql-identifiers>. Special thanks to [Jerven Bolleman](https://orcid.org/0000-0002-7449-1266) for the contributions to this service.
22
22
23
23
## SPARQL query examples
24
-
Run the examples marked with [1] directly on our endpoint via <https://yasgui.org/>.
24
+
Run the examples marked with [1] directly on our endpoint via some SPARQL client (example <https://yasgui.org/>).
25
25
26
26
Run the examples marked with [2] on the Uniprot SPARQL endpoint at <https://sparql.uniprot.org/sparql>. Beware that these may take a while to respond.
27
27
@@ -47,7 +47,18 @@ SELECT * WHERE {
47
47
}
48
48
```
49
49
50
+
#### List active rhea URLs using the `id:active` named graph [1].
0 commit comments