v3

latestOpenAPI 3.1.02026-08-03124249.6 KB
Reconciliation

Reconciliation manifest

Reconciliation API, emulates Google Refine API. This endpoint can be used to bulk match entities against the system using an end-user application like OpenRefine. The reconciliation API uses the same search and matching functions as the matching API and will also produce scores that reflect additional properties like country or date of birth, if specified.

Tutorial: Using OpenRefine to match entities in a spreadsheet.

get/reconcile/{dataset}

Path parameters

datasetstring required

Data source or collection name to scope the query to.

Example:default

Data source or collection name to scope the query to.

Response

Successful Response

versionsstring[] required
namestring required
identifierSpacestring uri required
schemaSpacestring uri required
documentationstring uri required
batchSizeinteger required

Example response

{
  "versions": [
    "0.2"
  ],
  "name": "yente",
  "defaultTypes": [
    {
      "id": "Person",
      "name": "People"
    }
  ]
}