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
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.