Wikidata

Wikidata is a collaboratively edited multilingual knowledge graph hosted by the Wiki Foundation.

It is a common source of open data that Wiki projects such as Wiki, and anyone else, is able to use under the CC0 public domain license. Wikidata is a wiki powered by the software MediaWiki, including its extension for semi-structured data, the Wikibase. As of early 2023, Wikidata had 1.54 billion item statements (semantic triple).

Wikidata
Logo of Wikidata, a bar code with red, green, and blue stripes
Screenshot
Wikidata
Main page of Wikidata in April 2021
Type of site
Available inMultiple languages
OwnerWiki Foundation
EditorWiki community
URLwikidata.org Edit this at Wikidata
CommercialNo
RegistrationOptional
Launched29 October 2012; 11 years ago (2012-10-29)

Concept

Wikidata 
This diagram shows the most important terms used in Wikidata.

Wikidata is a document-oriented database, focusing on items, which represent any kind of topic, concept, or object. Each item is allocated a unique, persistent identifier, a positive integer prefixed with the upper-case letter Q, known as a "QID". Q is the starting letter of the first name of Qamarniso Vrandečić (née Ismoilova), an Uzbek Wikimedian married to the Wikidata co-developer Denny Vrandečić. This enables the basic information required to identify the topic that the item covers to be translated without favouring any language.

Examples of items include 1988 Summer Olympics (Q8470), love (Q316), Johnny Cash (Q42775), Elvis Presley (Q303), and Gorilla (Q36611).

Item labels do not need to be unique. For example, there are two items named "Elvis Presley": Elvis Presley (Q303), which represents the American singer and actor, and Elvis Presley (Q610926), which represents his self-titled album. However, the combination of a label and its description must be unique. To avoid ambiguity, an item's unique identifier (QID) is hence linked to this combination.

Main parts

Wikidata 


A layout of the four main components of a phase-1 Wikidata page: the label, description, aliases, and interlanguage links

Fundamentally, an item consists of:

  • An identifier (the QID), related to a label and a description.
  • Optionally, multiple aliases and some number of statements (and their properties and values).

Statements

Wikidata 
Three statements from Wikidata's item on the planet Mars (Q111). Values include links to other items and to Wiki Commons.

Statements are how any information known about an item is recorded in Wikidata. Formally, they consist of key–value pairs, which match a property (such as "author", or "publication date") with one or more entity values (such as "Sir Arthur Conan Doyle" or "1902"). For example, the informal English statement "milk is white" would be encoded by a statement pairing the property color (P462) with the value white (Q23444) under the item milk (Q8495).

Statements may map a property to more than one value. For example, the "occupation" property for Marie Curie could be linked with the values "physicist" and "chemist", to reflect the fact that she engaged in both occupations.

Values may take on many types including other Wikidata items, strings, numbers, or media files. Properties prescribe what types of values they may be paired with. For example, the property official website (P856) may only be paired with values of type "URL".

Optionally, qualifiers can be used to refine the meaning of a statement by providing additional information. For example, a "population" statement could be modified with a qualifier such as "point in time (P585): 2011" (as its own key-value pair). Values in the statements may also be annotated with references, pointing to a source backing up the statement's content. As with statements, all qualifiers and references are property–value pairs.

Properties

Wikidata 
Example of a simple statement consisting of one property–value pair

Each property has a numeric identifier prefixed with a capital P and a page on Wikidata with optional label, description, aliases, and statements. As such, there are properties with the sole purpose of describing other properties, such as subproperty of (P1647).

Properties may also define more complex rules about their intended usage, termed constraints. For example, the capital (P36) property includes a "single value constraint", reflecting the reality that (typically) territories have only one capital city. Constraints are treated as testing alerts and hints, rather than inviolable rules.

Before a new property is created, it needs to undergo a discussion process.

The most used property is cites work (P2860), which is used on more than 290,000,000 item pages as of November 2023.

Lexemes

In linguistics, a lexeme is a unit of lexical meaning. Similarly, Wikidata's lexemes are items with a structure that makes them more suitable to store lexicographical data. Besides storing the language to which the lexeme refers, they have a section for forms and a section for senses.

Entity Schemas

In January 2019, development started of a new extension for MediaWiki to enable storing Shape Expressions in a separate namespace.

This extension has since been installed on Wikidata and enables contributors to use Shape Expressions for validating and describing Resource Description Framework data in items and lexemes. Any item or lexeme on Wikidata can be validated against an Entity Schema,[clarification needed] and this makes it an important tool for quality assurance.

Content

Wikidata 
Items for scholarly articles are the biggest part of Wikidata, followed by the collection of biographies

Wikidata's content collections include data for biographies, medicine, digital humanities, scholarly metadata through the WikiCite project.

It includes data collections from other open projects including Freebase (database).

Development

The creation of the project was funded by donations from the Allen Institute for Artificial Intelligence, the Gordon and Betty Moore Foundation, and Google, Inc., totaling €1.3 million. The development of the project is mainly driven by Wiki Deutschland under the management of Lydia Pintscher, and was originally split into three phases:

  1. Centralising interlanguage links – links between Wikipedia articles about the same topic in different languages.
  2. Providing a central place for infobox data for all Wikipedias.
  3. Creating and updating list articles based on data in Wikidata and linking to other Wiki sister projects, including Meta-Wiki and the own Wikidata (interwikilinks).

Initial rollout

Wikidata 


A Wikipedia article's list of interlanguage links as they appeared in an edit box (left) and on the article's page (right) prior to Wikidata. Each link in these lists is to an article that requires its own list of interlanguage links to the other articles; this is the information centralized by Wikidata.
Wikidata 
The "Edit links" link nowadays takes the reader to Wikidata to edit interlanguage and interwiki links.

Wikidata was launched on 29 October 2012 and was the first new project of the Wiki Foundation since 2006. At this time, only the centralization of language links was available. This enabled items to be created and filled with basic information: a label – a name or title, aliases – alternative terms for the label, a description, and links to articles about the topic in all the various language editions of Wikipedia (interwikipedia links).

Historically, a Wikipedia article would include a list of interlanguage links (links to articles on the same topic in other editions of Wikipedia, if they existed). Wikidata was originally a self-contained repository of interlanguage links. Wikipedia language editions were still not able to access Wikidata, so they needed to continue to maintain their own lists of interlanguage links.[citation needed]

On 14 January 2013, the Hungarian Wikipedia became the first to enable the provision of interlanguage links via Wikidata. This functionality was extended to the Hebrew and Italian Wikipedias on 30 January, to the English Wikipedia on 13 February and to all other Wikipedias on 6 March. After no consensus was reached over a proposal to restrict the removal of language links from the English Wikipedia, they were automatically removed by bots. On 23 September 2013, interlanguage links went live on Wiki Commons.

Statements and data access

On 4 February 2013, statements were introduced to Wikidata entries. The possible values for properties were initially limited to two data types (items and images on Wiki Commons), with more data types (such as coordinates and dates) to follow later. The first new type, string, was deployed on 6 March.

The ability for the various language editions of Wikipedia to access data from Wikidata was rolled out progressively between 27 March and 25 April 2013. On 16 September 2015, Wikidata began allowing so-called arbitrary access, or access from a given article of a Wikipedia to the statements on Wikidata items not directly connected to it. For example, it became possible to read data about Germany from the Berlin article, which was not feasible before. On 27 April 2016 arbitrary access was activated on Wiki Commons.

According to a 2020 study, a large proportion of the data on Wikidata consists of entries imported en masse from other databases by Internet bots, which helps to "break down the walls" of data silos.

Query service and other improvements

On 7 September 2015, the Wiki Foundation announced the release of the Wikidata Query Service, which lets users run queries on the data contained in Wikidata. The service uses SPARQL as the query language. As of November 2018, there are at least 26 different tools that allow querying the data in different ways. It uses Blazegraph as its triplestore and graph database.

In 2021 Wiki Deutschland released the Query Builder, "a form-based query builder to allow people who don't know how to use SPARQL to" write a query.

The bars on the logo contain the word "WIKI" encoded in Morse code. It was created by Arun Ganesh and selected through community decision.

Reception

In November 2014, Wikidata received the Open Data Publisher Award from the Open Data Institute "for sheer scale, and built-in openness".

In December 2014, Google announced that it would shut down Freebase in favor of Wikidata.

As of November 2018, Wikidata information was used in 58.4% of all English Wikipedia articles, mostly for external identifiers or coordinate locations. In aggregate, data from Wikidata is shown in 64% of all Wikipedias' pages, 93% of all Wikivoyage articles, 34% of all Wikiquotes', 32% of all Wikisources', and 27% of Wiki Commons.

As of December 2020, Wikidata's data was visualized by at least 20 other external tools and over 300 papers have been published about Wikidata.

Applications

A systematic literature review of the uses of Wikidata in research was carried out in 2019.

See also

References

Further reading

Tags:

Wikidata ConceptWikidata ContentWikidata DevelopmentWikidata ReceptionWikidata ApplicationsWikidata Further readingWikidata

🔥 Trending searches on Wiki English:

Jennifer LopezJake Fraser-McGurkFlorence WelchCailee SpaenyVal KilmerIndian Super LeagueRobin WilliamsUnder the Bridge (TV series)Lady GagaLionel MessiMelissa BarreraGame of ThronesWorld War IIArticle 370 of the Constitution of IndiaRobert Downey Jr.Wiki FoundationList of Hindi films of 2024Back to Black (film)Tawanda ChirewaMark ZuckerbergBacklash FranceAlan RitchsonTom Cruise2024 Persian Gulf floodsJosh CharlesPriscilla PresleyJoni MitchellJustin BieberDeath WhispererPakistan national cricket teamFormula OneStephanie SparksList of FA Cup finalsMadame Web (film)NetflixRichard GaddThe Bloodline (professional wrestling)Ansel AdamsTaylor Swift (album)TikTokJohnny DeppTimothée ChalametDune MessiahDan SchneiderDawn of the Planet of the ApesBridgertonArthur the KingZionismMount TakaheTesla CybertruckMichael JacksonSuge KnightDrake (musician)Dev PatelCat3 Body Problem (TV series)South KoreaChristopher LeeGhilli2024 United States presidential electionAnthony BourdainQueen of TearsCrew (film)Yami GautamThe Tortured Poets DepartmentArvind KejriwalHong KongVirat KohliSalekaNazi GermanyBohemian GroveDeccan ChargersAdam ClaytonPost MaloneJoe HartSusan SarandonMaidaan🡆 More