Description |
---|
Returns all created SKOS-XL labels. |
URL: /api
/thesaurus/{project}/allskosxllabels
Supported Methods |
---|
GET |
Attribute | Type | Comment |
---|---|---|
labelRelations | Array of IRI | |
literalForm | Literal | |
state | ReviewState | DRAFT | APPROVED | DRAFTSKOSXL |
uri | IRI |
*/*
This method returns execution results in JSON format.
{
"literalForm" : {
"language" : "en-gb",
"label" : "Label 26468"
},
"labelRelations" : [ {
"uri" : "https://semantic-web.com/api/labelRelations#2072"
}, {
"uri" : "https://semantic-web.com/api/labelRelations#16680"
}, {
"uri" : "https://semantic-web.com/api/labelRelations#28563"
} ],
"state" : "APPROVED",
"uri" : {
"uri" : "https://semantic-web.com/api/uri#17159"
}
}