VocabElement (JSON)

Representation of a vocabulary element

URI:VocabElement

Properties

Name Type Description
id string
uri string
subclass string
type string
sortName string
labels array of TextValue
descriptions array of TextValue
sublist string
position number

Example

{
  "id" : "...",
  "uri" : "...",
  "subclass" : "...",
  "type" : "...",
  "sortName" : "...",
  "labels" : [ {
    "lang" : "...",
    "value" : "..."
  }, {
    "lang" : "...",
    "value" : "..."
  } ],
  "descriptions" : [ {
    "lang" : "...",
    "value" : "..."
  }, {
    "lang" : "...",
    "value" : "..."
  } ],
  "sublist" : "...",
  "position" : 12345
}

變更語言

意見回饋

傳送中……

意見回饋已傳送。

無法傳送意見回饋。5秒鐘後重試。