VocabElementList (JSON)

Representation of a list of VocabElement objects

URI:VocabElementList

Properties

Name Type Description
id string
title string
description string
uri string
elements array of VocabElement

Example

{
  "id" : "...",
  "title" : "...",
  "description" : "...",
  "uri" : "...",
  "elements" : [ {
    "id" : "...",
    "uri" : "...",
    "subclass" : "...",
    "type" : "...",
    "sortName" : "...",
    "labels" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "descriptions" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "sublist" : "...",
    "position" : 12345
  }, {
    "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.