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
}

Cambiar idioma

Sugerencias

Enviando…

Se enviaron los comentarios.

No se pueden enviar los comentarios. Vuelve a intentarlo en 5 segundos.