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초 후에 다시 시도하십시오.