Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Register Partnerov Verejného Sektora ID scheme to org-id and revise ID mappings to use correct prefix/ID number #7

Open
StephenAbbott opened this issue Feb 2, 2023 · 2 comments

Comments

@StephenAbbott
Copy link
Member

The ID scheme for entities and individuals listed on Slovakia's Register Partnerov Verejného Sektora (RPVS) is not listed on org-id.

This means that the Open Ownership Register code looks to be generating temporary IDs for people when data is ingested from the RPVS. Entity IDs are pulled in from RPVS but are being stored without an org-id prefix.

Here is an example: https://register.openownership.org/entities/59c2263f67e4ebf340344201

The BODS JSON contains:

    "identifiers": [
      {
        "schemeName": "SK Register Partnerov Verejného Sektora",
        "id": "201232"
      },
      {
        "scheme": "MISC-Slovakia PSP Register",
        "schemeName": "Not a valid Org-Id scheme, provided for backwards compatibility",
        "id": "201232"
      },
 

for Thomas Michael Amend.

And here is the entity ID for Körber Supply Chain Logistics GmbH:

  {
    "statementID": "openownership-register-5837167456734863248",
    "statementType": "entityStatement",
    "entityType": "registeredEntity",
    "name": "Körber Supply Chain Logistics GmbH",
    "incorporatedInJurisdiction": {
      "name": "Germany",
      "code": "DE"
    },
    "identifiers": [
      {
        "schemeName": "SK Register Partnerov Verejného Sektora",
        "id": "hrb711189"
      },

This ticket would be for Open Ownership and Open Data Services to consider adding RPVS to org-id and then making the necessary updates to the ID mappings for our Slovakia RPVS data source.

@StephenAbbott
Copy link
Member Author

Would appreciate a double check on this by @Blueskies00 or @kd-ods

@kd-ods
Copy link

kd-ods commented Feb 6, 2023

The RPVS search URL is: https://www.justice.gov.sk/sluzby/register-partnerov-verejneho-sektora/

Looking up Körber Supply Chain Logistics GmbH we get this info, including BO info for Thomas Michael Amend: https://rpvs.gov.sk/rpvs/Partner/Partner/Detail/18972. This is a German registered company. I'd like to know what IDs show up in the source data for a SK registered company (and how those are currently mapped to BODS).

@StephenAbbott - it doesn't look like the indvidual's ID (201232 in this case) is from the RPVS, and you say that the OO Register code "looks to be generating temporary IDs for people". I think we need to be certain where the '201232' is coming from .. esp since it is being provided under the schemename 'SK Register Partnerov Verejného Sektora'. Is this something to check with @spacesnottabs?

Other than that: yes - we should definitely add the RPVS to org-id.

@Blueskies00 - is that something that you could pick up? (I can support you since it's the first time you've worked with org-id.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants