Wikidata:FormWizard/Config/Data import/en

/* Data import form -- create a summary of a dataset */ {

   "create": {
       "config":{
           "post-edit": "Dataset summary created!",
           "new-page": true,
           "namespace": "Wikidata:",
           "portal-page": "Dataset Imports/",
           "page-template": "",
           "infobox": "Template:Dataset category selection",
           "talkpage-template": "",
           "page-home": "Dataset Imports",
           "dialog-title": "Create your dataset summary",
           "error-not-logged-in": "You are not logged in. Please log in before creating a dataset summary.",
           "edit-comment-prefix": "Creating dataset summary ",
           "edit-comment-suffix": " (edited with FormWizard)",
       },
       "step-1":{
        "guidelinesSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "section": "Guidelines for using this page",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Guidelines for using this page",
              "value": "",
              "comment": ""
          },
         "documentingImportSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "parent": "guidelinesSection",
              "section": "Documenting the import",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Documenting the import",

"value": ":

  • Guidelines on how to import a dataset into Wikidata are available at Wikidata:Data Import Guide.
  • Please include notes on all steps of the process.
  • Once a dataset has been imported into Wikidata please edit the page to change the progress status from in progress to complete.
  • It is strongly recommended to use Visual Editor when making changes to this page, particularly for editing any of the tables.

",

              "comment": ""

},

         "wikidataItemSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "parent": "guidelinesSection",
              "section": "Creating a Wikidata item for the dataset",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Creating a Wikidata item for the dataset",

"value": "

  • Please create a Wikidata item for the dataset, this will allow us to improve the coverage of datasets on Wikidata and understand what datasets are available on that topic and which of them have been added to Wikidata.
  • If you are working with very large dataset you can break it into smaller Mix n' Match catalogues, but only create one Wikidata item.
  • Link the dataset Wikidata item to this page using Wikidata Dataset Imports URL (P5195)

",

              "comment": ""
          },
         "gettingHelpSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "parent": "guidelinesSection",
              "section": "Getting help",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Getting help",

"value": "

  • If your dataset import runs into issues please edit the page to change the progress status from in progress to help needed.
  • You can ask for help on Wikidata:Project chat.

",

              "comment": ""
          },
           "overviewSection": {
               "type": "largeTextBox",
               "placeholder": "leave this blank!",
               "title": "leave this blank!",
               "characterLength":1000,
               "section": "Overview",
               "mandatory": false,
               "add-to": "section",
               "visibility": "hidden",
               "section-header": "Overview",
           },
        "datasetNameTextbox": {
               "type": "largeTextBox",
               "placeholder": "e.g. Museums of São Paulo",
               "title": "Dataset name",
               "text-1": "The name of the dataset",
               "error-notFilled": "Mandatory field",
               "characterLength":150,
               "mandatory": true,
               "validate": "doesNotExists",
               "add-to": "section",
               "section-header": "Dataset name",
               "parent" : "overviewSection",
               "page-title":true,
           },
           "sourceTextbox": {
               "type": "largeTextBox",
               "title": "Source",
               "placeholder": "e.g. Sao Paulo State Secretariat of Culture",
               "text-1": "The name of the organisation who produces the dataset",
               "characterLength":200,
               "mandatory": true,
               "add-to": "section",
               "section-header": "Source",
               "parent" : "overviewSection",
           },
           "linkTextbox":{
               "type": "largeTextBox",
               "title": "Link",
               "text-1": "A link to the dataset. If the dataset has an information page, please link with the full URL to that.",
               "characterLength":400,
               "mandatory": false,
               "placeholder": "e.g. http://www.wikidata.org",
               "add-to": "section",
               "section-header": "Link",
               "parent" : "overviewSection",
           },
           "descriptionTextbox":{
               "type": "largeTextBox",
               "title": "Dataset description",
               "text-1": "A description of the dataset, e.g what information is held within it",
               "characterLength":400,
               "mandatory": true,
               "placeholder": "e.g. List of 485 museums of São Paulo, the state of Brazil with the biggest number of museums",
               "add-to": "section",
               "section-header": "Dataset description",
               "parent" : "overviewSection",
           },
           "nextButton":{
               "type":"nextButton",
               "title":"Next"
           },
           "cancelButton":{
               "type": "cancelButton",
               "title":"Cancel"
           }
       },
       "step-2":{
          "datasetFormatDropdown": {
              "type": "dropdownList",
              "title": "Dataset format",
              "text-1": "The format of the dataset, if it is a list on a website, a speadsheet a pdf, etc.",
              "characterLength":100,
              "mandatory": true,
              "add-to": "infobox",
              "infobox-param":"format_type",
              "values": ["...", "spreadsheet", "webpage", "PDF", "text document", "data dump", "API", "other"]
               },
          "datasetTopicDropdown": {
              "type": "dropdownList",
              "title": "Dataset topic",
              "text-1": "The topic that most closely fits this dataset, if there is no clear match please chose General or Unknown",
              "characterLength":100,
              "mandatory": true,
              "add-to": "infobox",
              "infobox-param":"dataset_topic",
              "values": ["...", "archives", "art", "biography", "biology","education", "encyclopedia", "entertainment", "food", "general", "geography", "heritage infrastructure", "language", "location", "media", "medical", "organisation", "religion", "science", "sport", "unknown"]
               },
          "updatesDropdown": {
              "type": "dropdownList",
              "title": "Updates",
              "text-1": "Is the dataset likely to be updated? Either the same dataset is revised and changed, or new versions are created e.g statistics on a subject published each year",
              "characterLength":100,
              "mandatory": true,
              "add-to": "infobox",
              "infobox-param":"update_type",
              "values": ["...", "static", "updated", "editions", "unknown"]
               },
           "additionalInfoTextbox":{
               "type": "largeTextBox",
               "title": "Additional information",
               "text-1": "Is there any additional information that can help describe the dataset?",
               "characterLength":500,
               "mandatory": false,
               "placeholder": "",
               "add-to": "section",
               "section-header": "Additional information",
               "parent" : "overviewSection",
           },
        "progressSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "section": "Progress of import",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Progress of import",

"value": "The table below is used to track the progress of importing this dataset. The suggested column headings are most applicable to data being imported from a spreadsheet - you can change some column headings or add new columns as required to best describe the progress of this import.

Wikidata item for the datasetImport data into spreadsheetFormat the spreadsheet to import the dataStructure of data within WikidataMatch the dataset to WikidataImporting data into WikidataVisualisationsMaintainance queries and expected results
??Not done yetNot done yetNot done yet Not done yetNot done yetNot done yetNot done yet

",

              "comment": ""
          },
         "editHistorySection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "section": "Edit history",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Edit history",

"value": "Use the table below to list batches of edits that have been completed for this dataset. Ideally each entry should have all applicable columns filled out, but at a minimum please make to add a date and description to give an idea of what was added to Wikidata and when.

DateDescriptionMethodPropertiesQualifiersReferencesStatements addedStatements removedLink to import sheet
Date 1Description 1Method 1Properties 1Qualifiers 1References 1Added Count 1Removed Count 1Link 1
Date 2Description 2Method 2Properties 2Qualifiers 2References 2Added Count 2Removed Count 2Link 2
Date 3Description 3Method 3Properties 3Qualifiers 3References 3Added Count 3Removed Count 3Link 3

",

              "comment": ""
          },
        "importDiscussionSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "section": "Discussion of import",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Discussion of import",
              "value": "These headings are generally useful, please change this section to suit your needs.",
              "comment": ""
          },
         "maintenanceSection": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "characterLength":2000,
              "section": "Maintenance",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "section-header": "Maintenance",
              "value": "",
              "comment": ""
          },
         "itemDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Wikidata item for dataset",
              "section-header": "Wikidata item for dataset",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "dataIntoSpreadsheetDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Import data into spreadsheet",
              "section-header": "Import data into spreadsheet",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "formatSpreadsheetDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Format the spreadsheet to import the data",
              "section-header": "Format the spreadsheet to import the data",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "structureOfDataDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Structure of data within Wikidata",
              "section-header": "Structure of data within Wikidata",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",

"value": "

Field nameWikidata propertyNotes
Name1Property1Notes1
Name2Property2Notes2
Name3Property3Notes3

",

              "comment": ""
          },
         "matchDatasetDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Match the dataset to Wikidata",
              "section-header": "Match the dataset to Wikidata",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "dataIntoWikidataDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Importing data into Wikidata",
              "section-header": "Importing data into Wikidata",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "importCompletionDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Import completion notes",
              "section-header": "Import completion notes",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "visualisationsDiscussion": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "importDiscussionSection",
              "section": "Visualisations",
              "section-header": "Visualisations",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "maintenanceQueries": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "maintenanceSection",
              "section": "Queries and expected results",
              "section-header": "Queries and expected results",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",

"value": "

Query linkDescriptionExpected results
Link1Property1Notes1
Link2Property2Notes2
Link3Property3Notes3

",

              "comment": ""
          },
         "maintenanceSchedule": {
              "type": "largeTextBox",
              "placeholder": "leave this blank!",
              "title": "",
              "parent": "maintenanceSection",
              "section": "Schedule of new data released",
              "section-header": "Schedule of new data released",
              "mandatory": false,
              "add-to": "section",
              "visibility": "hidden",
              "value": "",
              "comment": ""
          },
         "inProgressDefault": {
             "type": "smallTextBox",
             "visibility": "hidden",
             "add-to": "infobox",
             "infobox-param": "progress_status",
             "value": "in progress"
         },
           "doneButton": {
               "type":"doneButton",
               "title":"Create your summary",
           },
           "backButton":{
               "type": "backButton",
               "title":"Back",
           },
       },
   },

}