Skip to content

Commit

Permalink
Update match_qualifier requirements as discussed in #131
Browse files Browse the repository at this point in the history
Supported match qualifiers MUST be included in property suggestions, see
#131 (comment)
  • Loading branch information
fsteeg committed Dec 18, 2023
1 parent ab4a752 commit 1812f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ <h3>Structure of a Reconciliation Query</h3>
<dd>A string to indicate how to match the values in <code>v</code>.
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 <code>match_qualifier</code> SHOULD return the supported <code>match_qualifiers</code> for each property
To allow discovery of supported qualifiers by clients, services that support <code>match_qualifier</code> MUST return the supported <code>match_qualifiers</code> for each property
in their property <a href='#suggest-responses'>suggest responses</a>.</p></dd>
</dl>
</dd>
Expand Down

0 comments on commit 1812f84

Please sign in to comment.