User:Mzeinstra/sandbox/QS: Difference between revisions

no edit summary
(Added example)
No edit summary
Line 83: Line 83:
Also, you will *not* be able to store batches for working on them later.
Also, you will *not* be able to store batches for working on them later.


=== Moving data from statement to statement ===
== Moving data from statement to statement ==
It is possible to move data from one field to another using quick statement. For example copying all 'en-gb' labels to 'en' labels:
It is possible to move data from one field to another using quick statement. For example copying all 'en-gb' labels to 'en' labels:


Line 100: Line 100:
* Test the commands and verify that the right labels and descriptions get ingested.
* Test the commands and verify that the right labels and descriptions get ingested.
* Run the entire set commands
* Run the entire set commands
== Creating a spreadsheet based ingest==
Creating a QuickStatements CSV
For example we want to import this information for new records:
* Label (in english)
* Gender
* Resided at
With the qualifiers to the resided at statement
* Street address free text
* Start time
We would create a spreadsheet with the following header (row):
* qid
* Len
* P3
* P29
* qal1
* P29
* qal31
Where qid remains an empty column (indicating a new record needs to be created. A good help section on how to create these spreadsheets can be found on quickstatements/#/batch under the ‘import CSV’ button. Fill in the spreadsheet, export it as a CSV and use QuickStatement to add multiple statements at once.


== More information ==
== More information ==
https://www.wikidata.org/wiki/Help:QuickStatements
https://www.wikidata.org/wiki/Help:QuickStatements
2,187

edits