In the following examples, you can modify sparql query and execute it.
- Retrieve information on KEGG GENES entry T01001:5621
- Related STANZA:
- Entry
- Retrieve link data of KEGG GENES entry T01001:5621
Show results of above SPARQL query in LinkDB API form.
- Related STANZA:
- Link From An Entry
- DBLABEL
Some abbreviated name and group of databases are defined by dblabel predicate.
Search canonical name of KEGG GENES hsa
Show all dblabels defined to KEGG GENES T01001
- Related STANZA:
- Search Database
- dblabel List
- Retrieve equivalent link information between two databases (from compound to 3dmet)
- Related STANZA:
- DB2DB Equivalent Link
- DB2DB Link
- Retrieve indirect link of KEGG GENES entry hsa:5621
- Related STANZA:
- Indirect Link From An Entry
API
Using LinkDB SPARQL Endpoint API, you can directly download results of your SPARQL query.
URL
https://www.genome.jp/sparql/linkdb
Parameter
paramter |
content |
value |
default-graph-uri |
Default graph name |
https://linkdb |
query |
SPARQL query |
URL encoded text |
format | Results format. |
text/html (HTML)
text/plain (NTriples)
text/csv (CSV)
text/tab-separated-valuescs (TSV)
application/vnd.ms-excel (Spreadsheet)
application/sparql-results%2Bxml (XML)
application/sparql-results%2Bjson (JSON)
application/javascript (Javascript)
application/rdf%2Bxml (RDF/XML)
|
timeout |
Execution timeout in milliseconds |
integer (values less than 1000 are ignored) |
Example
Last updated: June 18, 2014