From 7392b1a740065512f2fed2415f2374431689b99b Mon Sep 17 00:00:00 2001
From: Fabian Steeg Structure of a Reconciliation Query
is defined are determined by the service.
required
false
;
matchQuantifier
v
to match. MUST be any
(equivalent to boolean OR), all
(equivalent to boolean AND), or none
(equivalent to boolean NOT);v
to match. MUST be any
(equivalent to boolean OR), all
(equivalent to boolean AND), or none
(equivalent to boolean NOT). If omitted, the service SHOULD assume the requested value to be any
;matchQualifier
v
.
This can be used for general matching relations like "skos:exactMatch", "skos:closeMatch", etc. or for specific features like spatial matching with geo data
(e.g. containment search with "schema:containsPlace" etc.) or custom matching on date fields (e.g. services supporting the [[EDTF]] specification could use "EDTF:Level-0" etc.
To allow discovery of supported qualifiers by clients, services that support matchQualifier
MUST return the supported matchQualifiers
for each property
- in their property suggest responses.
A reconciliation query batch is an array of reconciliation queries.
From 94956780e3082b8130b61212830a3e372f148699 Mon Sep 17 00:00:00 2001
From: Fabian Steeg Structure of a Reconciliation Query
This can be used for general matching relations like "skos:exactMatch", "skos:closeMatch", etc. or for specific features like spatial matching with geo data
(e.g. containment search with "schema:containsPlace" etc.) or custom matching on date fields (e.g. services supporting the [[EDTF]] specification could use "EDTF:Level-0" etc.
To allow discovery of supported qualifiers by clients, services that support matchQualifier
MUST return the supported matchQualifiers
for each property
- in their property suggest responses. If omitted, the exact matching behavior is up to the service.