Linkage strategy for data source CDQ.POOL and country JP
DataSource:CDQ.POOL/Linkage/JP
| Property | Value |
|---|---|
| A technical identifier, unique in a certain context. Technical key | CDQ.POOL_JP
|
| A concept managed by another concept, e.g., an identifer managed by a registration authority. Manages | CDQ.POOL (data source) |
| The country a linked concept is active or generally relevant for. Country scope | JP (Japan) |
| nonetheless, we continue to offer the most recent available data., The release status in terms of development progress or maturity.<br/><code>EMPTY</code> (0): No feature considered yet, just a rough idea.<br/><code>IDEA</code> (1): Just an idea, not yet designed in detail.<br/><code>DESIGN</code> (2): Software design ready, development not yet started.<br/><code>DEVELOPMENT</code> (3): Software development in progress.<br/><code>ALPHA</code> (4): First functional release, in terms of a Minimal Viable Product (MVP).<br/><code>BETA</code> (5): Tested by selected users.<br/><code>RC</code> (6): Release candidate, fully tested, not yet used in production by many customers.<br/><code>LIVE</code> (7): Used in production by customers, fully monitored and supported.<br/><code>DEPRECATED</code> (-1): End of life planned, but still available.<br/><code>EOL</code> (-2): End of life, historic service, no longer available.<br/><code>BROKEN</code> (-3): Service was used in production but is currently not available. However, CDQ tries to repair or reactivate it.<br/><code>DISCONTINUED</code> (-4): The data source has ceased providing updates Release status | 7 |
Linkage configuration
{
"matchingAttributes": [
{
"comparator": "EXACT",
"contentSelector": "businessPartner.identifiers[type.technicalKey=CN_JP].value",
"high": "1.0",
"low": "0.5"
},
{
"comparator": "EXACT",
"contentSelector": "businessPartner.identifiers[type.technicalKey=JP_JCT].value",
"high": "1.0",
"low": "0.5"
}
]
}
Fuzzy matching configuration
{
"matchingAttributes": [
{
"cleaner": [
{
"technicalKey": "no.priv.garshol.duke.cleaners.LowerCaseNormalizeCleaner"
},
{
"technicalKey": "cdq.cdl.matching.cleaners.LegalFormCleaner"
}
],
"comparator": "QGRAM",
"contentSelector": "$.names[type.technicalKey=LOCAL].value",
"high": "0.8",
"low": "0.3",
"q": "3",
"similarity": "DICE"
},
{
"comparator": "EXACT",
"contentSelector": "$.types[0].technicalKey",
"high": "0.5",
"low": "0.0"
},
{
"cleaner": [
{
"technicalKey": "no.priv.garshol.duke.cleaners.LowerCaseNormalizeCleaner"
}
],
"comparator": "LEVENSHTEIN",
"contentSelector": "$.addresses[0].localities[type.technicalKey=CITY].value",
"high": "0.6",
"low": "0.2"
},
{
"cleaner": [
{
"technicalKey": "no.priv.garshol.duke.cleaners.LowerCaseNormalizeCleaner"
}
],
"comparator": "LEVENSHTEIN",
"contentSelector": "$.addresses[0].thoroughfares[type.technicalKey=STREET].value",
"high": "0.7",
"low": "0.3"
},
{
"comparator": "EXACT",
"contentSelector": "$.addresses[0].postCodes[type.technicalKey=REGULAR].value",
"high": "0.6",
"low": "0.3"
},
{
"comparator": "EXACT",
"contentSelector": "$.addresses[0].country.shortName",
"high": "0.5",
"low": "0.0"
}
]
}
Threshold full match: 0.9
Threshold maybe match: 0.7