Coverage (JSON)

A description of the coverage of a resource.

URI:Coverage
Extends:HypermediaEnabledData

Properties

Name Type Description
spatial PlaceReference Spatial coverage.
temporal Date Temporal coverage.
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

{
  "spatial" : {
    "original" : "...",
    "normalized" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "description" : "...",
    "confidence" : "...",
    "id" : "..."
  },
  "temporal" : {
    "original" : "...",
    "formal" : "...",
    "normalized" : [ {
      "lang" : "...",
      "value" : "..."
    }, {
      "lang" : "...",
      "value" : "..."
    } ],
    "confidence" : "...",
    "id" : "..."
  },
  "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.