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