User talk:PavelPetkoff

From Wikidata
Jump to navigation Jump to search

improper use of NACE codes

[edit]

Thank you for creating records for some BG companies! However, you are using NACE code rev.2 (P4496) improperly: this should be used on economic activities, not companies.

For example, https://www.wikidata.org/w/index.php?title=Q123458553&oldid=2012019169. Instead of "NACE code" it should have a property "industry" pointing to the appropriate economic activity.

You can find the appropriate item with a query like this:

SELECT ?item ?itemLabel WHERE {
    ?item wdt:P4496 "69.20"
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!

(notice that you wrote "6920" but the correct spelling is "69.20").

Cheers! -- Vladimir Alexiev (talk) 07:15, 23 February 2024 (UTC)[reply]

Fix data that you have entered

[edit]

Please don't enter data that causes constraint violations. These are exclamations and lightning bolts next to fields. Please fix them all, else you risk your contributions to be removed.

Let's take https://www.wikidata.org/wiki/Q123516455 as an example:

  • always add description, eg "a bakery in Bulgaria"
  • enter name in Bulgarian
  • the name should not be in proper case, not all uppercase
  • I bet that the official name (as per the Trade Register) is in Bulgarian not English
  • Enter "official website" as a main property, and enter its language as qualifier
  • Enter "email" as main property
  • The email should be entered with "mailto:" prepended as the field tooltip says. KrBot fixed this problem for you
  • Put the current date as "point in time" qualifier on "employees"
  • Don't use NACE on a company (see previous section). Instead, add the specific economic activity Manufacture of rusks and biscuits; manufacture of preserved pastry goods and cakes (Q29585014) as "industry"
  • The "Legal Entity Identifier" is completely wrong. Is this a VAT number? Then use BG EIK (P8894), and you can also use EU VAT number (P3608)

Thanks in advance! -- Vladimir Alexiev (talk) 07:26, 23 February 2024 (UTC)[reply]