Description Usage Arguments Value Author(s) Examples
Every ontology class has a human readable label associated with it, thhis function will enable you to get that readable label based on the URI (the identifier) for that entity. For instance, the URI http://www.ebi.ac.uk/efo/EFO_0001185 has label HeLa.
1 | getLabel(uri, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
|
uri |
URI of the class for which the label is required. |
endpoint |
The location of the SPARQL endpoint - default value is live Atlas endpoint |
List of labels for the class URI
James Malone, Simon Jupp
1 2 | ###get the label for the class efo:EFO_0001185 (HeLa)
getLabel("efo:EFO_0001185")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.