Довідка:QuickStatements

This page is a translated version of the page Help:QuickStatements and the translation is 60% complete.

Іконка, яка використовується у Вікісховищі шаблонами, які експортують дані у Вікідані за допомогою QuickStatements
QuickStatements
2019 Coolest Tool Award Winner
in the category
Editor

QuickStatements (QS) — це інструмент, написаний користувачем Magnus Manske, який може редагувати елементи Вікіданих на основі простого набору текстових команд. Інструмент може додавати та видаляти твердження, назви, описи та псевдоніми; а також додавати твердження з додатковими кваліфікаторами та джерелами. Послідовність команд можна ввести у вікні імпорту або створити в електронній таблиці, текстовому редакторі та вставити. Вона також може бути створена за допомогою зовнішнього коду, такого як Lua, викликана з шаблону і передана як URL. Дані, що відредаговані в OpenRefine, також можна експортувати у формат QuickStatements.

Інструменти

Інструмент QuickStatements пройшов декілька ітерацій та перезаписів. Завжди використовуйте поточну версію цього інструменту, коли це можливо. Доступно кілька версій QuickStatements:

Синтаксис між версіями може дещо відрізнятися. Решта документа описуватиме синтаксис поточної версії, але буде позначено частини, які не підтримувались у попередніх версіях.

Синтаксис послідовності команд

Цей розділ описує синтаксис, що використовується з версії V1 інструменту, яку іноді називають V1 команди [1].

Додавання єдиного твердження

Ви можете вказати твердження, додавши їх до тестового вікна додатку. Різні частини твердження розділяються символами TAB або "|"[2]. Кожна команда починається з нового рядка, або відділена символами "||"[2]. Порада: Ви також можете використовувати програмне забезпечення для електронних таблиць, наприклад Microsoft Excel або LibreOffice Calc; копіювання/вставляння комірок повинно автоматично вставляти символи TAB. Текстові редактори, такі як Notepad++, також дозволяють замінити будь-який символ символом TAB (\t).

Кожне твердження повинно складатися з сутності, властивості і значення. Сутність entity може бути елементом, властивістю, лексемою[2], a формою[2], або сенсом[2]. Значення може бути іншою сутністю, рядком, часом, місцем або кількістю, залежно від типу властивості, або одним із спеціальних значень somevalue або novalue (див. Невідоме або не задане значення).

Форматування кожної частини:

  • Елементи у Вікіданих завжди мають форму Qxx. На Commons вони завжди у формі Mxx. У версії QuickStatements 1 замість q-коду можна використовувати назву статті, якщо вона заповнила значення xxwiki у полі введення над текстовою областю; правильний номер елемента (за наявності) було отримано автоматично.
    Приклад: Q4115189 TAB P31 TAB Q1
    Означає: додати до Wikidata Sandbox (Q4115189)instance of (P31)Universe (Q1)
  • Властивості у формі Pxx.
  • Лексеми у формі Lxxx.
  • Форми у вигляді Lxxx-Fyy.
  • Смисли у формі Lxxx-Syy.
  • Strings (including URLs, and numerical values of text fields, for example external-ID property values) must be in "double quotes". Many statements take values in string format, including external identifiers (like VIAF ID (P214)), filenames (like image (P18)) or other page names (like Commons category (P373)).
    Приклад: Q41576278 TAB P373 TAB "Antoni Ignacy Mietelski"
    Означає: додати до Antoni Ignacy Mietelski (Q41576278)Commons category (P373)Antoni Ignacy Mietelski
    Caution: Some characters in the string seem to confuse the tool. Those include: "_" (underscore), " (double quote), " " (spaces), "=", and possibly more. Adding URLs with those characters, like this one or this might fail. String and URLs with those characters might work when interacting with the tool through the interface but fail when interacting through URL.
  • Monolingual text prefix text in "double quotes" with the language and a colon, e.g. en:"Some text"
    Приклад: Q1214098 TAB P1476 TAB pl:"Krzyżacy"
    Означає: додати до The Knights of the Cross (Q1214098)title (P1476)"Krzyżacy" (Polish)
  • Time values must be in format eg +1967-01-17T00:00:00Z/11, where /11 designates the precision. The precision is: 0 - billion years, 1 - hundred million years, ..., 6 - millennium, 7 - century, 8 - decade, 9 - year (default), 10 - month, 11 - day, 12 - hour, 13 - minute, 14 - second.
    Приклад: Q41576483 TAB P569 TAB +1839-00-00T00:00:00Z/9
    Означає: додати до Bronisław Podbielski (Q41576483)date of birth (P569)+1839
    Use "-" for dates BC; and use at least 4 digits.
    Set an additional "/J" if you want to set the date in Julian Calendar (see this list to understand where this should be done).
    If submitting to the API, use "%09" instead of the TAB symbol, "%2B" instead of the "+" symbol, "%3A" instead of the ":" symbol, and "%2F" instead of the "/" symbol.
  • Location coordinates in the form of @LAT/LON, with LAT and LON as decimal numbers.
    Приклад: Q3669835 TAB P625 TAB @43.26193/10.92708
    Означає: додати місце до San Dalmazio (Q3669835)
  • Quantity in the form of amount~toleranceUxx[2], with amount and tolerance being a rational numbers and Uxx being the item number of a unit (Qxx). Unit and tolerance values are optional. Don't leave any spaces in the quantity definition.
    QuickStatements version 1 used different syntax for Quantity: amount[lower,upper]Uxx, with amount, lower and upper being a rational numbers.
    lower, upper are optional and must be either both present or both absent. When present, they should be enclosed in square brackets and separated by ,
    amount, lower and upper must use . as decimal separator, must not use any thousands separator and may be prefixed by "+" or "-".
    10, 10U11573, -10[-12.5,-7.5], 0[-5,5]U11573 are all valid quantities (where U11573 indicates metre (Q11573))
    Quantities with tolerance may be entered as 1.2~0.3 in QuickStatements version 2, which is the same as 1.2[0.9,1.5] in QuickStatements version 1 and means 1.2±0.3. [3]
  • somevalue для unknown value Help
  • novalue для no value Help. І novalue, і somevalue треба використовувати без подвійних лапок навколо них. Обидва ці твердження працюють як частина тверджень для створення елементів за допомогою ключових слів CREATE і LAST.


Додавання твердження з кваліфікаторами

За кожним "триплетом" твердження може бути необмежена кількість "пар кваліфікаторів" властивість TAB значення.

Приклад: Q41577083 TAB P570 TAB +1600-00-00T00:00:00Z/7 TAB P1319 TAB +1586-00-00T00:00:00Z/9
Означає: додати до Gian Federigo Bonzagna (Q41577083)date of death (P570)16. centuryearliest date (P1319)+1586

Додавання твердження з джерелами

Кожне твердження може супроводжуватися необмеженою кількістю "пар джерел" властивість джерела TAB значення. Властивість джерела позначається аналогічно до "нормальної" властивості, але використовується форма Sxx замість Pxx.

Приклад: Q22124656 TAB P21 TAB Q6581097 TAB S143 TAB Q24731821 TAB S813 TAB +2017-10-04T00:00:00Z/11
Означає: додати до Gotō Ichijō (Q22124656)sex or gender (P21)male (Q6581097) посилання imported from Wikimedia project (P143)Commons Creator page (Q24731821)retrieved (P813)

By default, all sources will go into the same "reference group" (a block of property/value pairs). If you want to create more than one reference group in a single command row, simply prefix the first source property of the new group with an exclamation mark: "!Sxx" instead of "Sxx". (In the first reference group, the "!" is optional and will not influence the outcome.)

Примітки:

  • Existing statements with an exact match (property and value) will not be added again; however additional references might be added to the statement.
  • You can mix qualifiers and references in the same statement. Just use Sxx instead of Pxx when using sources.
  • In QuickStatements version 1 each source claim represented an individual reference, i.e. they were not grouped within one reference; it works properly now in QuickStatements version 2.


Додавання назв, синонімів, описів і посилань на сайти

As with adding simple text statements, each command must consist of an item, a command, and a string in double quotes.

  • To add a label in a specific language to an item, use "Lxx" instead of a property, with "xx" as the language code.
    Приклад: Q340122 TAB Lpl TAB "Cyprian Kamil Norwid"
    Означає: додати польську назву (label) "Cyprian Kamil Norwid" до Cyprian Norwid (Q340122)
  • To add an alias in a specific language to an item, use "Axx" instead of a property, with "xx" as the language code.
    Приклад: Q340122 TAB Aen TAB "Cyprjan Kamil Norwid"
    Означає: додати англійський псевдонім "Cyprjan Kamil Norwid" до Cyprian Norwid (Q340122)
    Tip: Multiple aliases can be added at the same time by separating them with the pipe character ("|").
    Приклад: Q340122 TAB Aen TAB "Cyprian Kamil Norwid|Cypryan Kamil Norvid"
  • Щоб додати опис певною мовою для елемента, використовуйте "Dxx" замість властивості, з кодом мови "xx".
    Приклад: Q340122 TAB Dde TAB "polnischer Dichter"
    Означає: додати опис німецькою "polnischer Dichter" до Cyprian Norwid (Q340122)
  • Щоб додати посилання на сайт (sitelink) на вказану сторінку на сайті до елемента, використовуйте "Sxxx" замість властивості, з "xxx" як сайтом (наприклад, enwiki, commonswiki).
    Приклад: Q340122 TAB Szhwiki TAB "塞浦路斯·諾爾維特"
    Означає: додати посилання на сайт (sitelink) на китайську Вікіпедію (塞浦路斯·諾爾維特) дo Cyprian Norwid (Q340122)

Якщо ви хочете видалити назву/опис/посилання на сайт, значення повинно бути порожнім рядком, а решта команди буде такою ж.

Створення Елемента

Нові Елементи можна створювати за допомогою рядка із єдиної команди "CREATE". Для додавання тверджень до щойно створеного Елемента використовуйте команду "LAST" замість Q-номера. Твердження будуть додані до останнього створеного Елемента.

An example for creating a new item, adding a sitelink, and setting a label:

CREATE
LAST TAB Sfrwiki TAB "Le croissant magnifique!"
LAST TAB Lfr TAB "Le croissant magnifique!"
Meaning: create a new item with a link to French Wikipedia w:fr:Le croissant magnifique! and with French label "Le croissant magnifique!"

Properties may be created in the same way with "CREATE_PROPERTY" followed by a TAB or | and the entity type, e.g. one of:

commonsMedia, globe-coordinate, wikibase-item, wikibase-property, string, monolingualtext, external-id, quantity, time, url, math, geo-shape, musical-notation, tabular-data, wikibase-lexeme, wikibase-form, wikibase-sense.

This is mostly of use on third-party Wikibase instances, as property creation is restricted on Wikidata.

Злиття Елементів

You can merge two items. The first item will be merged and (if successful) redirected into the second item.

MERGE TAB Qsource TAB Qdestination

Видалення тверджень

Видалення тверджень можливе вказанням "-"[2] на початку рядка.

Приклад: -Q4115189 TAB P31 TAB Q1
Означає: видалити із Wikidata Sandbox (Q4115189)instance of (P31)Universe (Q1)

Dates with precision>9 can be removed via their specific date:

-Q98426308	P585	+1988-05-11T00:00:00Z/11

Dates with precision≤9 may use either 00-00 or 01-01 as their month-date value, so it may be necessary to attempt to remove both:

-Q98426308	P585	+1988-01-01T00:00:00Z/9
-Q98426308	P585	+1988-00-00T00:00:00Z/9

In addition you may remove statements with a specific statement ID using the following syntax:

-STATEMENT TAB Q1$00000000-0000-0000-0000-000000000000

The statement ID can be received by:

  • The source code of any entity page, where the ID may be found in the <div> elements with "wikibase-statementview" class
  • API
  • name of statement node in RDF which may be queried by query service (you need to replace the - after entity ID with $)

Коментарі

Every command can have a comment at its end, which will be inserted into the edit summary for the command[2]. Use the /* ... */ syntax. Before this a TAB may be inserted. Spaces around the comment will be removed before processing. The tool splits adding of a claim and its reference in two edits. When using the "version 1 format" import it seems not to be possible to add a comment for the edit adding the reference. The comment is added to the edit adding the claim (if the claim does not exist yet and is added at all).

Приклад: Q4115189 TAB P31 TAB Q1 /* Це — коментар. */
Означає: додати до Wikidata Sandbox (Q4115189)instance of (P31)Universe (Q1) із "Це —коментар." в описі редагування.


Синтаксис CSV-файлів

Команди

У версії 2 можна також вирізати та вставити правильно структурований файл CSV як альтернативу синтаксису, введеному у версії QuickStatements 1. Файл CSV задає команди для виконання. Перший рядок - це заголовок, що описує як інтерпретуються стовпці.

qid
Always the first column: the item or entity to edit. If left empty, a new item will be created. See item creation sample below.

Інші стовпці можуть вказувати такі команди:

P1234
A property ID (uppercase) begins a new statement. The column value specifies the main value of the statement, in QuickStatements version 1 syntax.
qal1234
A lowercase "qal" followed by a property number (without "P") adds a qualifier to the current statement. The column value specifies the value of the qualifier, in QuickStatements version 1 syntax. There must be some "P" column before a "qal" column to specify which statement the qualifier is added to.
S1234
An uppercase "S" followed by a property number (without "P") begins a new source for the current statement. The column value specifies the value of the source, in QuickStatements version 1 syntax. There must be some "P" column before an "S" column to specify which statement the source is added to.
s1234
A lowercase "s" followed by a property number (without "P") adds another property-value pair to the current source. The column value specifies the value of the source, in QuickStatements version 1 syntax. There must be some "S" column before an "s" column to specify which source the property-value pair is added to.
Len
An uppercase "L" followed by a language code sets the label in that language.
Dfr
An uppercase "D" followed by a language code sets the description in that language.
Ade
An uppercase "A" followed by a language code adds an alias in that language.
Senwiki
An uppercase "S" followed by a site ID adds a sitelink to that site.
#

A number sign character sets the edit summary (comment) of the preceding command. The tool splits adding of a claim and its reference in two edits. A comment can be added to the edit summary of each of them. For the claim by putting a "#" column between the columns for the claim and its reference, for the reference by putting a "#" column behind its columns. For example:

qid,P21,#,S143,s813,#
Q22124656,Q6581097,comment to claim adding edit,Q24731821,+2017-10-04T00:00:00Z/11,comment to reference adding edit

Створення Елемента

To create a new item, the first element of the row needs to be empty, so the line starts with a ,.

Наприклад
qid,Len,Den,P31
,Regina Phalange,fictional character,Q95074


For example

creates a new item. Suitable for LibreOffice (paste in cell A1)

filenamelabeldescriptionqid,P31,Len,Den,P18
Mona Lisa - the Louvre.jpgMona Lisaoil painting by Leonardo da Vinci=",Q3305213,"""&B2&""","""&C2&""","""""""&A2&""""""""
Mona Lisa - the Louvre.jpgMona Lisaoil painting by Leonardo da Vinci,Q3305213,"Mona Lisa","oil painting by Leonardo da Vinci","""Mona Lisa - the Louvre.jpg"""

Команди видалення Твердження

Statement column headers may also begin with "-" to remove the statement. (Note that this is only valid in the header for the whole column, not in individual values.) Removing other column types is not yet supported and will result in an error when the command is run; however, sitelinks and labels can be removed by setting them to the empty string (without "-" in the column header).

qid,P31,-P31
Q4115189,Q5,Q5

Adds to the sandbox item a P31 value of human (Q5) and then removes that same statement again.

Коми та подвійні лапки

Labels, descriptions, aliases and sitelinks do not need to be in double quotes unless they themselves contain commas (,) or double quotes (").

In this case, replace all double quotes with two double quotes (e.g. Toys "R" UsToys ""R"" Us) and then wrap the string in a pair of double quotes (e.g. "Toys ""R"" Us").

qid,Len
Q4115189,"Toys ""R"" Us"
Q4115189,"Patterns, Predictors, and Outcome"

Щоб додати значення рядка, що містить подвійні лапки ("), замініть усі подвійні лапки двома подвійними лапками ("").

As any string value, then wrap it in three double quotes ("""), e.g. """Toys ""R"" Us""".

Samples for Q4115189#P370, notably Toys "R" Us

qid,P370
Q4115189,"""Toys ""R"" Us"""
Q4115189,"""Patterns, Predictors, and Outcome"""
Q4115189,"""Wikidata sandbox item 1"""

Комбінований приклад

qid,Len,Den,Aen,P31,-P31,P21,P735,qal1545,S248,s214,S143,Senwiki
Q4115189,Douglas Adams,author,Douglas Noël Adams,Q5,Q36180,Q6581097,Q463035,"""1""",Q54919,"""113230702""",Q328,Douglas Adams
Q4115189,"Toys ""R"" Us",testin sample,Toys R Us,Q5,Q36180,Q6581097,Q463035,"""1""",Q54919,"""113230702""",Q328,"Toys ""R"" Us"

Приклади за типом значення

Samples use the sandbox item (Q4115189) and can be pasted directly into QuickStatements for testing. Should be risk-free.

Назва (label)
qid,Len
Q4115189,Sandbox
Q4115189,"Patterns, Predictors, and Outcome"
Q4115189,"Toys ""R"" Us"
Опис
qid,Den
Q4115189,Wikidata item for tests
Q4115189,"sample for Patterns, Predictors, and Outcome"
Q4115189,"description sample for Toys ""R"" Us"
Псевдоніми
qid,Aen
Q4115189,Wikidata sandbox
Q4115189,"Predictors, Patterns, and Outcome"
Q4115189,"Toys ""4"" You"
Елемент
qid,P369
Q4115189,Q5
Q4115189,somevalue
Q4115189,novalue
L123,Q5
L123-S1,Q5
L123-F1,Q5

somevalue is for unknown value Help, novalue for no value Help. F1 and S1 on Lexeme:L123 would have to exist for it to work.

String or external identifiers (external-id)
qid,P370
Q4115189,"""Sandbox"""
Q4115189,"""Patterns, Predictors, and Outcome"""
Q4115189,"""Toys ""R"" Us"""

Одномовний текст
qid,P1450
Q4115189,en:"Sandbox"
Q4115189,en:"Toys "R" Us"
Q4115189,"en:""Toys ""R"" Us"""
Q4115189,"en:""Patterns, Predictors, and Outcome"""

en is for English

Дата й час
qid,P577
Q4115189,+1856-01-01T00:00:00Z/9
Q4115189,+1856-01-01T00:00:00Z/10
Q4115189,+1856-01-01T00:00:00Z/11

Precisions are 9=year, 10=month, 11=day, so the dates are 1856, January 1856 and 1 January 1856.

Image/Commons media file
qid,P18
Q4115189,"""Frans Breydel - A merry company.jpg"""
Q4115189,"""'Girl Reading' by Mary Colman Wheeler, El Paso Museum of Art.JPG"""
Q4115189,"""Kaubalaeva ""E. Russ"" vrakk.jpg"""
Q4115189,"""''L'empereur Napoleon III'' de Franz-Xaver Winterhalter.jpg"""
URL
qid,P856
Q4115189,"""https://example.com/"""
Q4115189,"""https://example.com/equalsign=test"""
Q4115189,"""https://example.com/underscore_test"""
Quantity
qid,P1114
Q4115189,10
Q4115189,+20
Q4115189,+3.1415926
Q4115189,-40
Q4115189,5.5U11574
Q4115189,+60U11573
Q4115189,+7.5U11574
Q4115189,-80~1.5
Q4115189,2.2~0.3
Q4115189,+1.2~0.3

U11573 is for metre (Q11573), U11574 for second (Q11574). Note the odd result of 1.2~0.3.

Повний приклад

Повний приклад можна знайти на сторінці Help:QuickStatements/examples.

Запуск QuickStatements

Використання QuickStatements версії 2

 
QuickStatements V2 intro screen

Використання QuickStatements (версія 2) у базовому режимі:

  1. Go to https://quickstatements.toolforge.org
  2. Make sure you are logged into OAuth and your name is visible in the upper-right corner. If not, then log in.
  3. Click "New batch".
  4. For working with Wikimedia Commons Structured Data:
    1. Look for the pull-down menu Create new command batch for ... and change project from Wikidata to Commons [Batch mode only!]
    2. You need "M" ids to work on instead of "Q" numbers. Look up the media identifiers for Commons files with the Minefield tool
    3. Use statements in the form of "MXXXX|PXX|QXXX" or use the CSV format option
    4. Initiate the query with the "Run" or "Run in the background" button to run it in the batch mode
  5. Cut and paste your commands. See the syntax in the section above.
  6. When you are done, click "Import V1 commands" or "Import CSV commands".
  7. The tool will convert your commands into human-readable form. Inspect them and click "Run" or "Run in the background" to execute
  8. As your commands are being processed, double-check the results, and press "STOP" if you detect a problem.
  9. The user interface will tell you when all commands have been processed.

Використання QuickStatements версії 1

 
Скріншот використання QuickStatements версії 1

QuickStatements version 1 is still available, but no longer maintained. It has stopped working for some users, but still works fine for others.

  1. Go to https://wikidata-todo.toolforge.org/quick_statements.php
  2. Cut and paste your commands into the window
  3. Click "Do it"
  4. The user interface will tell you when all statements have been processed.

Використання QuickStatements версії 2 у пакетному режимі

Коли використовувати пакетний режим?

 
QuickStatements версії 2 має кнопку "Run in background" ("Запустити у фоновому режимі")

Пакетний режим (також відомий як запуск у фоновому або асинхронному режимі) означає, що ваші оператори виконуються з сервера Вікімедіа, а не з вашого веб-браузера. Це має ряд переваг:

  • Навіть якщо ви закриєте браузер або якщо ваш комп'ютер дасть збій, оператори будуть виконуватися до останнього.
  • Ви можете запускати кілька пакетів паралельно, без уповільнення роботи вашого комп'ютера. (Пакети будуть виконуватися на сервері послідовно)
  • Ви отримуєте унікальну URL-адресу для свого пакета, до якого ви можете звернутися пізніше. Ця сторінка показує певну статистику щодо вашого запуску.
  • Щоб переглянути всі ваші останні пакети, натисніть "Ваша останній пакет". Щоб переглянути останні пакети інших користувачів, натисніть "Останні пакети"
  • Ви або адміністратор може зупинити ваш пакет, перейшовши на цю URL-адресу. Наприклад, якщо хтось зрозуміє, що ваш пакет помилковий, а ви відсутні, адміністратор може негайно зупинити його (перейшовши на сторінку окремого пакета), а не заблокувати вас.
  • Якщо ви виявите, що щось пішло не так, ви можете скасувати весь пакет згодом

But there are also drawbacks:

  • It takes a few more clicks, so as a rule of thumb, if you only have 10 or fewer statements, it's better to run them in normal mode.
  • Depending on how busy the server is it might take time for your batch to start so that checking the results might not be possible immediately.
  • There is a limit on the number of statements in a batch, and batches with more statements do not load properly (showing blank page and revolving circle). For simpler statements, the maximum seems to be around 25 thousand statements per batch, but it is much smaller for more complex statements.
  • Batch mode seems to work well for simple statements without qualifiers or references, but more complex statements (where, for example, the successful addition of a qualifier depends on the base statement being already present), there seems to be a much higher error rate.

Перед запуском пакета може бути корисним запустити декілька команд безпосередньо в ручному режимі, щоб отримати повне уявлення про те, що робиться.

Використання пакетного режиму

  1. Prepare your statement normally as described in the Using QuickStatements version 2 section above
  2. Instead of pressing "Run", press the "Run in background" button.
  3. "Your last batches" will show a list of the most recent batches run by you, with statistics.

The following statistical values are available:

  • DONE: The number of statements that were successfully run
  • ERROR: The number of statements that failed
  • INIT: The number of statements left to run
  • RUN: The number of statements being run right now

Запуск QuickStatements через URL-адресу

 
What you should see if you click on the example link in this section

An alternative way of communicating with QuickStatements is to use a URL instead of cutting and pasting commands into the import window. For example, a command to add to Emile Justin Merlot (Q37887397)VIAF ID (P214)"96480189" with source imported from Wikimedia project (P143)Wikimedia Commons (Q565) is Q37887397 TAB P214 TAB "96480189" TAB S143 TAB Q565. You can also generate a prefilled QuickStatements window with https://quickstatements.toolforge.org/#/v1= Q37887397%7CP214 %7C%2296480189%22%7C S143%7CQ565 or https://quickstatements.toolforge.org/#/v1=Q37887397%7CP214%7C%2296480189%22%7CS143%7CQ565. The steps of converting V1 syntax to URL are:

  1. replace TAB with "|" and newline with "||"
  2. apply URL encoding to the string, which will replace "|" with "%7C", double quote with "%22", space with "%20", slash "/" with "%2F", etc.[4]
  3. put https://quickstatements.toolforge.org/#/v1= in front of it

Many templates on Commons, like c:Template:Creator or c:Template:Artwork use that technique to package information that can be imported to Wikidata into a clickable URL.

Підказки:

  • [[File:Commons to Wikidata QuickStatements.svg|20px|link=https://quickstatements.toolforge.org/#/v1=Q37887397%7CP214%7C%2296480189%22%7CS143%7CQ565]] will encode the URL within a handy clickable icon:   (click it but do not click "run"; pressing it will not work since that item already has that property).
  • Pages with QuickStatements URLs may be located through Special:LinkSearch (see here) or through a database query calling externallinks table (see for example here).

Клієнти

- Python

Обмеження

QuickStatements version 2 currently cannot:

  • create multiple items that are linked to each other
  • set ranks for statements
  • set comments when removing statements
  • specify calendar for a date statement
  • specify precision or globe for a location statement
  • add statements to redirected items
  • add a second statement with the same property and value but with different qualifiers, since additional qualifiers will be added to the first statement
  • remove a qualifier without removing the statement itself
  • remove a reference without removing the statement itself
  • remove an alias
  • update badges
  • create lexemes

Зауважте, що для використання QuickStatements обліковий запис повинен бути автопідтвердженим. Крім того, для користувачів, які використовують облікові записи ботів, немає жодного способу позначити свої редагування як «редагування бота» (але є відкритий квиток для вирішення цього).

ЧаПи

Can QuickStatements add reference statements with more than one claim?
Yes, current QuickStatements can add references that have for example both imported from Wikimedia project (P143) and retrieved (P813) (see here) or both stated in (P248) and page(s) (P304).
How do I experiment with QuickStatements?
Use Wikidata Sandbox (Q4115189).
How do I report issues with the tool?
Check with other users at the talk page or at Wikidata:Project chat. Confirmed bugs should be reported on Phabricator after reading mw:How to report a bug.
Where do I suggest new features?
You can ask at tool's Git page or at User:Magnus Manske/quick statements2, but be aware that we keep Magnus busy!
What is the maximum number of commands I can enter at once?
Not documented. It was already tested with over 11,000 commands. But note that such large batch runs will take several hours to complete.

Найкращий досвід

  • QuickStatements allows edits ranging from single statement to multi-thousand-item batch runs. Very large runs or potentially-controversial runs should go through the approval process described in Wikidata:Bots.
  • Users should avoid creating duplicate items.
  • All statements should have references as per Help:Sources. That might be less important for identifiers, like VIAF ID (P214) or RKDartists ID (P650), etc.
  • Users doing the edits are responsible for fixing or undoing their changes if issues are found. See about statement removal.
  • This tool does not properly honor maxlag. This is generally not a problem, because the actions of the tool are limited by the usual edit limits of the controlling user. This can, however, cause problems if the controlling user is not subject to edit limits (e.g. admins).

Використання API для запуску пакетів

If you are logged in on QuickStatements, you can get a token on your user page. That page also contains information about how to use the token to submit batches programmatically. You need to have submitted at least one server-side batch manually before for this to work!

Групи редагувань

QuickStatements V2 creates edit groups for all individual batches. You may discuss individual edit groups, or rollback the whole edit group.

EditGroups is another external tool, not part of QuickStatements. Currently it works on Wikidata, and there is also an instance for Commons. On other Wikibase instances, it may be unavailable.

Див. також

Інструменти для експорту у QuickStatements

Посилання

  1. https://wikidata-todo.toolforge.org/quick_statements.php
  2. 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 синтаксис працює тільки у версії 2 QuickStatements
  3. Note that due to the way computers operate with floating-point numbers the input format of version 2 may produce undesired results when working with decimal numbers.
  4. https://www.url-encode-decode.com/ is a handy URL encoder/decoder