Web Service Method: Request Outgoing Label Relations of SKOS-XL Label
Abstract
Web Service Method: Request Outgoing Label Relations of SKOS-XL Label
Description |
---|
Retrieves all outgoing skosxl:labelRelation assertions of an existing SKOS-XL label. |
URL: /api/
thesaurus/{project}/labelRelations
Request
Supported Methods |
---|
GET |
Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
labelUri | String | true | Source label |
Content-Type
application/x-www-form-urlencoded
Response
This method returns execution results in JSON format.
Response Values
SKOS-XL Label
Attribute | Type | Comment |
---|---|---|
literalForm | Literal | Label text |
uri | String | URI of the label |
Example Response
{ "literalForm" : { "language" : "fr", "label" : "Label 9232" }, "uri" : "https://semantic-web.com/api/uri#26904" }