Reconciliation API modules: recon
From CODECS Dev
- Main
- Configuration
- Local file settings
- JSON profiles
- Modules
- recon
- recon-suggest-entity
- recon-suggest-entity (MW)
- recon-suggest-property
- recon-suggest-type
- recon-suggest-propvalue
- Other
- Additional usage guide
- Implementation notes
- Implementation notes: SMW
- Implementation notes: MW and types
- Redirect service
- TypeaheadSearch
- Future
Service manifest and reconciliation query service for the Reconciliation Service API (https://www.w3.org/community/reports/reconciliation/CG-FINAL-specs-0.2-20230410/). The query service becomes operational when a request is made through queries
. Without this request, it returns the manifest.
Parameters
source
mw
(for MediaWiki core) or smw
(for Semantic MediaWiki).substrpattern
Substring pattern... May be used to override the pattern set in the profile page
displaytitle
1 or 0. Whether to match on the display title of the page and use this as the visible label. Defaults to the pagename if no display title was found.
profile
Page ID of the configuration profile in the
Recon
namespace.queries
JSON string representing a reconciliation query batch, i.e. 'a set of reconciliation queries indexed by string identifiers' (q0, q1, etc.).
extend
JSON string representing data extension metadata.
Examples
From CODECS: