Returns a list of summary properties for the given resource URI. By default, summary properties are taken from skos:definition, schema:description, dc:abstract, dc:description, dc:summary. rdfs:comment, dcelements:description, obo:UAO_0000115, prov:value, and sio:hasValue. Additional summary properties may be specified by the application configuration.

get/about/{uri}/?view=summary

Path parameters

uristring uri required

Relative URI to be summarized

Response

A list of tuples (p,o) where p is taken from the list of summary properties and o is the corresponding value

string[] required

The zeroth element of this sub-array is the URI of one of the summary properties and the first element is the string literal that is the value of that property for the resource in question.

Changes