Wikidata:Property proposal/EIK

BG EIK edit

Originally proposed at Wikidata:Property proposal/Authority control

   Done: BG EIK (P8894) (Talk and documentation)
DescriptionBG Unified Identification Code for companies, BULSTAT code for non-commercial orgs. 9-digit for organisations, 13-digit for branches
RepresentsUnified Identification code (Q24574607)
Data typeExternal identifier
Domainorganization (Q43229)
Allowed values\d{9}|\d{13}
Example 1Fantastico (Q61140834)127624992
Example 2EPay.bg (Q12270635)131409398
Example 3Teximbank (Q7708347)040534040
Example 4Central Cooperative Bank (Q2944755)831447150
Example 5BULATSA (Q25476246)000697179 : a government trader org
Example 6Ministry of Economy (Q6866930) → 000695406 : no online page for BULSTAT of government non-trade orgs :-(
SourceXML dumps: of BG Trade Register at http://data.egov.bg: one XML per day of messages received into the Trade Register
Planned useImport BG Media companies with their EIK number
Number of IDs in source631k to 1.1M, see https://papagal.bg/
Expected completenessalways incomplete (Q21873886)
Formatter URLhttps://portal.registryagency.bg/CR/Reports/ActiveConditionTabResult?uic=$1
See alsoEU VAT number (P3608), Companies House company ID (P2622), OpenCorporates ID (P1320)

Motivation edit

  Notified participants of WikiProject Companies

All Bulgarian commercial companies have EIK, and non-commercial organizations have BULSTAT; in the same identifier space.

--Georgi Godev (talk) 16:54, 6 November 2020 (UTC)[reply]

Discussion:

Extra Info edit

Здравейте! Благодаря за чудесния сайт за фирми от търговския регистър!

Бихте ли ми казали как се формира последната част на УРЛа, напр "958f" в https://papagal.bg/eik/127624992/958f ? Искаме да включим линкове към вашия като "third party formatter URL" в https://www.wikidata.org/wiki/Wikidata:Property_proposal/EIK. Там сме включили линк към Търговския регистър, но вашите страници са по-добри и дават допълнителна информация. Викидата е енциклопедична база данни в която вече има много данни за България.

Поздрави! Владимир Алексиев, главен архитект за данни, Ontotext.com
Благодаря за чудесния сайт за фирми от търговския регистър! Искаме да включим линкове към вашия сайт като "third party formatter URL" във Викиданни, вижте https://www.wikidata.org/wiki/Wikidata:Property_proposal/EIK. Там сме включили линк към Търговския регистър, но вашите страници са по-добри и дават допълнителна информация.
select ?x ?xLabel ?eik {
  ?x wdt:P3608|wdt:P1320 ?id
  filter not exists {?x wdt:P8894 []}
  filter(regex(?id,"^bg","i"))
  bind(replace(?id,"^bg/?","","i") as ?eik)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "bg,en". }
}

Try it!