Logo of Wikidata

Welcome to Wikidata, Julius Tominius!

Wikidata is a free knowledge base that you can edit! It can be read and edited by humans and machines alike and you can go to any item page now and add to this ever-growing database!

Need some help getting started? Here are some pages you can familiarize yourself with:

  • Introduction – An introduction to the project.
  • Wikidata tours – Interactive tutorials to show you how Wikidata works.
  • Community portal – The portal for community members.
  • User options – including the 'Babel' extension, to set your language preferences.
  • Contents – The main help page for editing and using the site.
  • Project chat – Discussions about the project.
  • Tools – A collection of user-developed tools to allow for easier completion of some tasks.

Please remember to sign your messages on talk pages by typing four tildes (~~~~); this will automatically insert your username and the date.

If you have any questions, don't hesitate to ask on Project chat. If you want to try out editing, you can use the sandbox to try. Once again, welcome, and I hope you quickly feel comfortable here, and become an active editor for Wikidata.

Best regards! Liuxinyu970226 (talk) 09:08, 13 January 2016 (UTC)Reply

Wikipedia is getting 15 years - WMF projects - translation of Wikidata labels and descriptions edit

lang=ia : ?lang=ia&props=31,218,219,220,506,1406&q=claim[1800]interlingua

Dear Julius Tominius; There will be a birthday soon: Wikipedia is getting 15 years. I want to let you know that the number of d:Wikidata:Database reports/WMF projects there is also the page Wikipedia versions has increased to more then 409; there are also pages from Wikibook project pages to Wikiversity and Wiktionary project pages in that list. You may be interested in adding Wikidata labels and descriptions in your language. Only a few, maybe five. Please follow also the discussion at d:property talk:P218 and comment there. Best regards Gangleri also aka I18n (talk) 00:57, 14 January 2016 (UTC)Reply

P.S. If this is your first edit at wikidata: First go to Wikipedia_versions?setlang=ia. This will select the interface language for you. Then open the label links you want to translate in a new browser tab for each link. You should see an edit button and you should be able to insert the label in the corresponding field using a click/doubleklick. Same for the description and alias. Save your changes and go to another label link from the main list. Good luck! I18n (talk) 02:25, 14 January 2016 (UTC)Reply
user:Gangleri - thanks a lot. It would be of great help if there would be a tool that inserts the taxon name into the label for interlingua. All taxon articles in Interlingua Wikipedia are named after the scientific name. Julius Tominius (talk) 00:58, 14 January 2016 (UTC)Reply
I would like to learn this too. Maybe Ivan or Jura knows the answer and can help us. Best regards I18n (talk) 02:02, 14 January 2016 (UTC)Reply
@I18n: I found https://tools.wmflabs.org/wikidata-todo/quick_statements.php and downloaded data via SPARQL, e.g.
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX v: <http://www.wikidata.org/prop/statement/>
PREFIX q: <http://www.wikidata.org/prop/qualifier/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <http://schema.org/>

SELECT ?itemLabel ?taxonname WHERE {
   ?item wdt:P31 wd:Q16521 . 
   ?item wdt:P225 ?taxonname .
   ?item wdt:P830 ?eolid.
   ?item wdt:P171* wd:Q10811. #taxons in tree Q...
   FILTER ( !EXISTS{ ?item wdt:P171* wd:Q140 }) #excluding tree Q...
   
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "ia" .
   }
}LIMIT 10
Julius Tominius (talk) 03:41, 19 January 2016 (UTC)Reply
Thanks for the information! I18n (talk) 06:17, 19 January 2016 (UTC)Reply

With filtering for missing labels:

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX v: <http://www.wikidata.org/prop/statement/>
PREFIX q: <http://www.wikidata.org/prop/qualifier/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX schema: <http://schema.org/>

SELECT ?itemLabel ?taxonname WHERE {
   ?item wdt:P31 wd:Q16521 . #instance of class taxon (to do: does not contain the subclasses of taxon)
   ?item wdt:P225 ?taxonname .
   ?item wdt:P830 ?eolid. #has eolid
   ?item wdt:P171* wd:Q756 #taxons in tree Q...
   #FILTER ( !EXISTS{ ?item wdt:P171* wd:Q140 }). #excluding tree Q...
  
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "ia" .
    ?item rdfs:label ?itemLabel . 
  }
  
 FILTER regex(str(?itemLabel),'^[Q][0-9]','i') #
          
          
}LIMIT 100000

Wikidata talk:WikiProject Taxonomy and Interlingua (Q35934) edit

Try it there. --Succu (talk) 22:33, 21 January 2016 (UTC)Reply

Good to know (again). Mr. Banned. --Succu (talk) 23:22, 21 January 2016 (UTC)Reply

Not new? edit

Dear Julius Tominius, you're being discussed at Wikidata:Administrators' noticeboard#User:Julius Tominius. Your editing pattern seems to be the same as a user is blocked from editing on Wikidata. Have you used other accounts in the past to edit Wikidata? Multichill (talk) 17:27, 22 January 2016 (UTC)Reply

Dear Multichill, thanks for the notification. I have not used other accounts in the past to edit Wikidata. Julius Tominius (talk) 22:40, 22 January 2016 (UTC)Reply
XXXD Matlin (talk) 18:13, 9 July 2021 (UTC)Reply