VocabConcept (JSON)

A data type that supports hypermedia controls (i.e. links).

URI:VocabConcept
Extends:HypermediaEnabledData

Properties

Name Type Description
description string Get the vocabulary concept description.
note string Get the vocabulary concept note.
gedcomxUri string Get the Gedcomx URI associated with this vocabulary concept.
vocabTerms array of VocabTerm Get the vocabulary terms associated with this vocabulary concept.
attributes array of VocabConceptAttribute Get the attributes associated with this vocabulary concept.
definitions array of TextValue Get the definitions associated with this vocabulary concept.
Properties inherited from HypermediaEnabledData
links map of Link The list of hypermedia links. Links are not specified by GEDCOM X core, but as extension elements by GEDCOM X RS.
Properties inherited from ExtensibleData
id string A local, context-specific id for the data.

Example

{
  "description" : "...",
  "note" : "...",
  "gedcomxUri" : "...",
  "vocabTerms" : [ {
    "typeUri" : "...",
    "vocabConcept" : "...",
    "sublistUri" : "...",
    "sublistPosition" : 12345,
    "values" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  }, {
    "typeUri" : "...",
    "vocabConcept" : "...",
    "sublistUri" : "...",
    "sublistPosition" : 12345,
    "values" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "links" : {
      "property1" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      },
      "property2" : {
        "href" : "...",
        "template" : "...",
        "title" : "...",
        "type" : "...",
        "accept" : "...",
        "allow" : "...",
        "hreflang" : "...",
        "count" : 12345,
        "offset" : 12345,
        "results" : 12345
      }
    },
    "id" : "..."
  } ],
  "attributes" : [ {
    "id" : "...",
    "name" : "...",
    "value" : "..."
  }, {
    "id" : "...",
    "name" : "...",
    "value" : "..."
  } ],
  "definitions" : [ {
    "lang" : "...",
    "value" : "..."
  }, {
    "lang" : "...",
    "value" : "..."
  } ],
  "links" : {
    "property1" : {
      "href" : "...",
      "template" : "...",
      "title" : "...",
      "type" : "...",
      "accept" : "...",
      "allow" : "...",
      "hreflang" : "...",
      "count" : 12345,
      "offset" : 12345,
      "results" : 12345
    },
    "property2" : {
      "href" : "...",
      "template" : "...",
      "title" : "...",
      "type" : "...",
      "accept" : "...",
      "allow" : "...",
      "hreflang" : "...",
      "count" : 12345,
      "offset" : 12345,
      "results" : 12345
    }
  },
  "id" : "..."
}

Change Language

Feedback

Sending...

Feedback was sent.

Can't send feedback. Retry in 5 seconds.