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" : "..."
}

언어 변경

피드백

보내는 중…

피드백이 발송되었습니다.

피드백을 발송할 수 없습니다. 5초 후에 다시 시도하십시오.