|
16 | 16 |
|
17 | 17 | <body> |
18 | 18 | <div> |
19 | | - <!-- <sparql-editor endpoint="https://sparql.uniprot.org/sparql/"></sparql-editor> --> |
20 | | - |
21 | | - <!-- <sparql-editor |
22 | | - endpoint="https://sparql.uniprot.org/sparql/" |
23 | | - describeLinks='["https://sparql.uniprot.org/sparql",""]' |
24 | | - style="--btn-color: white; --btn-bg-color: #e30613;" |
25 | | - > |
26 | | - <p>About</p> |
27 | | - </sparql-editor> --> |
28 | 19 | <!-- <sparql-editor endpoint="https://sparql.uniprot.org/sparql/" style="--btn-bg-color: #00709b; --btn-color: white;"></sparql-editor> --> |
29 | 20 |
|
| 21 | + <!-- UNIPROT --> |
| 22 | + <!-- <sparql-editor endpoint="https://sparql.uniprot.org/sparql/"> |
| 23 | + <h4>About</h4> |
| 24 | + <p> |
| 25 | + This SPARQL endpoint contains all UniProt data. It is free to access and supports the |
| 26 | + <a href="http://www.w3.org/TR/sparql11-query/">SPARQL 1.1 Standard</a>. |
| 27 | + </p> |
| 28 | + <p> |
| 29 | + There are 0 triples in this release (2024_04). The query timeout is 45 minutes. All triples are available in |
| 30 | + the default graph. There are 21 named graphs. |
| 31 | + </p> |
| 32 | + <h4>Documentation</h4> |
| 33 | + <ol> |
| 34 | + <li><a href="http://purl.uniprot.org/core/">Classes and predicates defined by the UniProt consortium</a></li> |
| 35 | + <li> |
| 36 | + <a href="https://github.com/sib-swiss/sparql-training/tree/master/uniprot" |
| 37 | + >Tutorial on using SPARQL with UniProt</a |
| 38 | + > |
| 39 | + </li> |
| 40 | + <li><a href="/.well-known/void">Statistics and diagrams</a></li> |
| 41 | + </ol> |
| 42 | + </sparql-editor> --> |
| 43 | + |
| 44 | + <!-- BGEE --> |
30 | 45 | <sparql-editor endpoint="https://www.bgee.org/sparql/"> |
31 | | - <h1>About</h1> |
32 | | - <p>Checkout <a href="">Ontology and infos...</a></p> |
| 46 | + <h3 style="text-align: center">About</h3> |
| 47 | + <p> |
| 48 | + Tutorial and documentation: |
| 49 | + <a href="https://purl.org/sib-rdf/bgee-tutorial">Querying the Bgee knowledge graph</a> |
| 50 | + </p> |
| 51 | + <p> |
| 52 | + Ontology (data schema): <a href="https://purl.org/genex/documentation">GenEx semantic model specification</a> |
| 53 | + </p> |
| 54 | + <p>Support: <a href="https://github.com/BgeeDB/bgee_pipeline/issues">open an issue here</a></p> |
33 | 55 | </sparql-editor> |
34 | | - <!-- <sparql-editor endpoint="https://sparql.omabrowser.org/sparql/"></sparql-editor> --> |
| 56 | + |
| 57 | + <!-- OMA --> |
| 58 | + <!-- <sparql-editor endpoint="https://sparql.omabrowser.org/sparql/"> |
| 59 | + <h3 class="space-margin space-top">About OMA SPARQL Endpoint</h3> |
| 60 | + <p class="query-text space-margin"> |
| 61 | + The OMA SPARQL endpoint is reachable by using your preferable programming language or SPARQL interface through |
| 62 | + the following URL address: |
| 63 | + <a href="https://sparql.omabrowser.org/sparql">https://sparql.omabrowser.org/sparql</a>. |
| 64 | + </p> |
| 65 | + <p class="query-text space-margin"> |
| 66 | + The OMA SPARQL endpoint is updated in sync with the <a href="https://omabrowser.org">OMA Browser</a>. The data |
| 67 | + of the current release as well of the previous releases |
| 68 | + <a href="https://omabrowser.org/oma/current">can be downloaded</a> from the download section of the OMA |
| 69 | + Browser as turtle files (look out for <em>OMA Browser in RDF</em>). |
| 70 | + </p> |
| 71 | + <p></p> |
| 72 | + <h3 class="space-margin">RDF Serialisation and Ontologies</h3> |
| 73 | + <p class="query-text space-margin"> |
| 74 | + The RDF serialisation of the OMA Hierarchical Orthologous Groups is based on the |
| 75 | + <a href="https://qfo.github.io/OrthologyOntology/">ORTH ontology specification</a> in the context of the Quest |
| 76 | + for Orthologs (QfO) consortium (see GitHub repository |
| 77 | + <a href="https://github.com/qfo/OrthologyOntology">here</a>). |
| 78 | + </p> |
| 79 | + <p></p> |
| 80 | + <p class="query-text space-margin space-bottom"> |
| 81 | + To cross-reference other resources, this SPARQL endpoint contains annotation property assertions defined by a |
| 82 | + first draft of the life-sciences cross-reference (LSCR) ontology that is available to download at the Quest |
| 83 | + for Orthologs github repository <a href="https://github.com/qfo/OrthologyOntology">here</a> - |
| 84 | + <a href="https://github.com/qfo/OrthologyOntology/blob/master/lscr.ttl">lscr.ttl</a> file. |
| 85 | + </p> |
| 86 | + </sparql-editor> --> |
| 87 | + |
35 | 88 | <!-- <sparql-editor endpoint="https://beta.sparql.swisslipids.org/sparql/"></sparql-editor> --> |
36 | 89 | </div> |
37 | 90 |
|
|
0 commit comments