SourceCitation (JSON)

Represents a source citation.

URI:SourceCitation
Extends:HypermediaEnabledData

Properties

Name Type Description
lang string The language of the citation. See http://www.w3.org/International/articles/language-tags/
value string A rendering (as a string) of a source citation. This rendering should be the most complete rendering available.
citationTemplate ResourceReference A reference to the citation template for this citation. FTU
fields array of CitationField The list of citation fields. FTU
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

{
  "lang" : "...",
  "value" : "...",
  "citationTemplate" : {
    "resourceId" : "...",
    "resource" : "..."
  },
  "fields" : [ {
    "name" : "...",
    "value" : "..."
  }, {
    "name" : "...",
    "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초 후에 다시 시도하십시오.