Skip to content

Commit 8cc2577

Browse files
authored
Merge pull request #69 from morskyjezek/main
Updates to Episode 1 & 2, partially addressing Issue #61 and others
2 parents 9663f6d + 1d3b396 commit 8cc2577

3 files changed

Lines changed: 173 additions & 111 deletions

File tree

episodes/01-introduction.md

Lines changed: 85 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: What is Wikidata?
3-
teaching: 20
3+
teaching: 10
44
exercises: 10
55
---
66

@@ -32,7 +32,7 @@ Wikidata uses the same speed and similar collaborative editing platform, but for
3232

3333
Wikidata contains various data types (e.g. text, images, quantities, coordinates, geographic shapes, dates). The data can be viewed in a web browser, but it can also be queried via a query interface called SPARQL, which we will cover later in this lesson. Data on Wikidata is published under the Creative Commons Public Domain 1.0 license. Thus, the data can be modified, copied, and distributed without permission.
3434

35-
Wikidata also contains authority files, bibliographic data, and other content normally managed in library databases.
35+
Wikidata also contains authority files, bibliographic data, and other content that can similarly be found or managed in library databases.
3636

3737
Importantly, Wikidata can be understood as linked open data, which can be [connected](https://www.wikidata.org/wiki/Wikidata:Data_access#How_can_I_get_data_out_of_Wikidata?) to other open data sets on the web.
3838

@@ -50,61 +50,85 @@ Wikidata has many features that make it of interest to librarians and knowledge
5050
a. *Scholia*: A tool built on top of Wikidata that visualizes scholarly profiles and research outputs, showing the impact of Wikidata in academic and research contexts. Librarians can showcase Scholia as a tangible example of how data in Wikidata is used for research and scholarship.
5151
b. *Crosswalks between systems*: Wikidata’s ability to link various identifiers (e.g., connecting ORCID to GND or VIAF) is beneficial for cross-referencing and data cleaning in library management systems.
5252

53-
## 1\.1 Intro interface
53+
## 1\.1 Wikidata interface
5454

5555
This section of the lesson introduces the Wikidata interface as it can be seen in a web browser.
56-
Let's see if we as humans can simply read the data on Wikidata:
56+
Let's learn about some of the important elements of how you can read
57+
and interact with the data on Wikidata.
5758

58-
- Explore a Wikidata Item page
59-
60-
- Start by going to the [Wikidata Main Page](https://www.wikidata.org/wiki/Wikidata:Main_Page) by typing "www.wikidata.org" into your browser. You will see something like this:
59+
- Start by going to the [Wikidata Main Page](https://www.wikidata.org/wiki/Wikidata:Main_Page) by typing "www.wikidata.org" into your browser. You will see something like this:
6160

6261
![](fig/Wikidata_Main_Page.png){alt='Screenshot of the Wikidata main page displaying in a web browser'}
6362
*Screenshot of [Wikidata Main Page](https://www.wikidata.org/wiki/Wikidata:Main_Page)*
63+
64+
## 1\.2 Wikidata Items and Item Pages
65+
66+
The primary unit of data described on Wikidata are "items." Each item has an item page with a unique identifier designated by the letter `Q` followed by a string of numbers. Let's explore a Wikidata item page, which will also demonstrate the characteristics of items in Wikidata.
67+
68+
### Explore a Wikidata Item page
6469

65-
- Now go to the search bar in the top right corner and enter "british library". This will give you a list with search results. Click the entry that says: "British Library (Q23308) national library of the United Kingdom". Now you should see the british library's item page:
66-
[https://www.wikidata.org/wiki/Q23308](https://www.wikidata.org/wiki/Q23308)
70+
- Click in the search bar in the top right corner of the main page and enter "british library". As you start typing, you will see a list with search results. Click the entry that says: "British Library (Q23308) national library of the United Kingdom". Now you should see the british library's item page:
71+
[https://www.wikidata.org/wiki/Q23308](https://www.wikidata.org/wiki/Q23308)
6772

68-
- Let us explore the item *British Library (Q23308)*. The top part of the item page identifies the item. It displays:
73+
- Let us explore the item *British Library (Q23308)*. The top part of the item page identifies the item. Here you will see:
6974

70-
- unique identifier (constructed as the capital letter followed by one or more numbers)
71-
- label
72-
- description
73-
- aliases
75+
- label
76+
- description
77+
- unique identifier (constructed as the capital letter followed by one or more numbers)
78+
- aliases
7479

75-
- Lower on the page is a *statements* section, which shows relationships that have been asserted about the item. A statement has:
80+
- Farther down on the page is a *Statements* subheading. This section shows relationships, or claims, that have been asserted about the item. Statement may include:
7681

77-
- property (constructed as the capital letter P followed by one or more numbers)
78-
- value
79-
- qualifier (optional)
80-
- references (optional)
81-
- can also be called a "triple," which will be explained later
82-
- As you can see, a property can have multiple values for one property; for example "member of"; and can be further specified by qualifiers (not shown on the item page for British Library).
82+
- property (constructed as the capital letter P followed by one or more numbers)
83+
- value
84+
- qualifier (optional)
85+
- references (optional)
86+
- As you can see, a property can have multiple values. For example, *member of* indicates multiple values. These values can be further specified or supported by qualifiers (not shown on the item page for British Library)
87+
- statements can also be called "triples," since they include three parts (the item, the property relationship, and the property's value), which we will look into more closely later on
8388

84-
- There are many special terms and definitions here, like statements, qualifiers and so on. Since many of these terms can be confusing, you may check [this overview graphic as a reference](https://upload.wikimedia.org/wikipedia/commons/a/ae/Datamodel_in_Wikidata.svg):
89+
Wikidata items, as you can see above, have many special parts, like statements, qualifiers, and so on. The following overview graphic, [directly linked here](https://upload.wikimedia.org/wikipedia/commons/a/ae/Datamodel_in_Wikidata.svg), explains many of the various elements of a Wikidata item and shows how they may appear on an item page:
8590

8691
![](https://upload.wikimedia.org/wikipedia/commons/a/ae/Datamodel_in_Wikidata.svg){alt='Labeled display of a Wikidata item showing how elements like identifier, description, and staements may be displayed'}
8792

88-
- Most pages can be edited by anyone (note, however, that the British Library - Q23308 item is semi-protected). To edit an item, click the pen icon followed by the word "edit" in the upper-right are of the page. Don't worry if you made a mistake, you can always go back in an item's history and restore or undo changes.
89-
90-
- "View history" - more later
91-
- "Log in" and other things for registered users
93+
:::::::::::: callout
94+
95+
### Wikidata editing and change history
96+
97+
Most pages can be edited by anyone (note, however, that the British Library - Q23308 item is semi-protected), and like other wiki projects, Wikidata tracks all changes made to an item.
98+
To see the changes made to an item, click "View history".
99+
To edit an item, click the pen icon followed by the word "edit" in the upper-right area of an item page.
100+
Don't worry if you made a mistake, you can always go back in an item's history and restore or undo changes.
101+
We will explore the steps of editing a Wikidata item in [episode 3, "Introduction to editing"](../episodes/03-intro_to_editing.html).
92102

93-
- All of Wikidata's data is published online under the [Creative Commons CC0 License](https://creativecommons.org/publicdomain/zero/1.0/), which states:
103+
::::::::::::
104+
105+
## 1\.3 Wikidata's commitment to open data
106+
107+
All of Wikidata's data is published freely and openly online under a [Creative Commons CC0 License](https://creativecommons.org/publicdomain/zero/1.0/), which states:
94108
"The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission."
95109
In other words, the data is openly licensed and reusable. Since Wikidata can also be linked to other data sources on the web, this means Wikidata is *linked open data*.
96110

97111
- Follow this link to view a pdf that offers a one-page overview of Wikidata (visual): [https://commons.wikimedia.org/wiki/File:Wikidata-in-brief-1.0.pdf](https://commons.wikimedia.org/wiki/File:Wikidata-in-brief-1.0.pdf)
98112

99-
## 1\.2 Play games to open
113+
:::::::::::: challenge
114+
115+
### Explore a Wikidata Item
116+
117+
Locate the Wikidata page of the city you were born in. Look for the population.
118+
119+
- Has the population changed over time? Some wikidata pages appear in multiple languages.
120+
- Are the aliases and data similar between Wikidata and the various Wikipedia entries in different languages?
121+
- Compare the information in Wikipedia and Wikidata
122+
123+
:::::::: solution
124+
125+
- Depending on the detail and amount of information about a place, there may be multiple values regarding a city's population. Because a city changes over time, Wikidata statements can be qualified, including with the addition of a start/end date, or by providing a citation for the data. The change in population over time provides a good example of the importance of providing qualifications for Wikidata staements.
100126

101-
- Visit the Wikipedia page of the city you were born in two languages
102-
of you choice (you can choose different language version in the left
103-
side of a Wikipedia page) and look the size of the population. Are
104-
the numbers the same in the different language? Visit the item in
105-
Wikidata.
127+
::::::::
106128

107-
## 1\.3 Wikidata Item Eastereggs
129+
::::::::::::
130+
131+
## 1\.4 Wikidata Item Eastereggs
108132

109133
While most of the Q identifiers are arbitrary numbers, there are a few that suggest some meaning or humor, such as:
110134

@@ -120,20 +144,39 @@ While most of the Q identifiers are arbitrary numbers, there are a few that sugg
120144
- [Q666 - Number of the beast](https://www.wikidata.org/wiki/Q666)
121145
- [Q12345 - Count von Count, Character on Sesame Street](https://www.wikidata.org/wiki/Q12345)
122146

123-
## 1\.4 Linking Wikidata to other Wiki resources
147+
## 1\.5 Linking Wikidata to other Wiki resources
148+
149+
One of the most important and powerful aspects of Wikidata item pages is the final subheading, *Identifiers*. This is a special section that appears at the end of a Wikidata item page, and it is where information about how an item is identified in other databases or knowledge bases. Here, for example, is where you will find information about how an author's Wikidata page relates to various national library catalogs, the Virtual International Authority File, or fan databases that document an author's writings. This linking feature, which is quite highly developed in Wikipedia, makes the data especially valuable to libraries, archives, and other cultural heritage information.
150+
151+
As well as linking to external identifiers and authority sources, this section also has information about links to an item's Wikipedia page (if there is one), as well as other WikiMedia projects, including WikiCommons, WikiSource, and others.
152+
153+
:::::::::::: challenge
154+
155+
### Links from Wikipedia to Wikidata
156+
157+
Let's take a look at the relationships between Wikipedia and Wikidata. For example, how about Darwin's [On the Origin of Species](https://en.wikipedia.org/wiki/On_the_Origin_of_Species), a notable scientific work that is discussed in both resources.
158+
159+
- What information is common between both resources? How would you describe the information in Wikidata, in comparison to that in Wikipedia? How are they similar or different?
124160

125-
- Link from Wikipedia to Wikidata
126-
- e.g. [https://en.wikipedia.org/wiki/On\_the\_Origin\_of\_Species](https://en.wikipedia.org/wiki/On_the_Origin_of_Species)
127-
- \=> Follow the link "Wikidata item" on the left side under "tools"
128-
- \=> [https://www.wikidata.org/wiki/Q20124](https://www.wikidata.org/wiki/Q20124)
129-
- \=> the Wikipedia article is linked on the Wikidata's item page. You can find it on the right side.
130-
- \=> link to WikiCommons and WikiSource
161+
:::::::: solution
162+
163+
- \=> Follow the link "Wikidata item" on the left side under "tools"
164+
- \=> [https://www.wikidata.org/wiki/Q20124](https://www.wikidata.org/wiki/Q20124)
165+
- \=> the Wikipedia article is linked on the Wikidata's item page. You can find it on the right side.
166+
- \=> link to WikiCommons and WikiSource
167+
168+
It is important to note that Wikidata is limited to basic statements or assertions, such as when the work was published, who and where it was published, and who wrote the work. This is similar to a catalog record. The Wikipedia article, on the other hand, discusses the themes and structure, the impact and reception of the work, and subsequent or ongoing debates.
169+
170+
::::::::
171+
172+
::::::::::::
131173

132174
:::::::::::::::::::::::::::::::::::::::: keypoints
133175

134176
- Wikidata entities are known as Items, and each item is displayed on a page that is identified with the item's "Q" number
135-
- Relationships between entities are known as Properties, and each property is identified with a "P" number
136177
- Statements are assertions about items, which state relationships between items using wikidata properties.
178+
- Relationships between entities are known as Properties, and each property is identified with a "P" number
137179
- Statements are also known as "triples"
180+
- Wikidata and Wikipedia are complementary, but Wikidata is focused on basic claims or assertions, not descriptive or narrative information
138181

139182
::::::::::::::::::::::::::::::::::::::::::::::::::

0 commit comments

Comments
 (0)