Documentation: Difference between revisions

From Wikibase OI
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:
'''Wikitext''' is a markup language used by MediaWiki to generate rich texts with layout and hyperlinks.  
'''Wikitext''' is a markup language used by MediaWiki to generate rich texts with layout and hyperlinks.  


* [[https://www.mediawiki.org/wiki/Cheatsheet|Cheatsheet (basic)]]
* [[https://www.mediawiki.org/wiki/Cheatsheet|Cheatsheet_(basic)]]
* [[https://wikilabs.github.io/editions/cheatsheet/|Cheatsheet (advanced)]]
* [[https://wikilabs.github.io/editions/cheatsheet/|Cheatsheet_(advanced)]]

Revision as of 09:57, 10 December 2024

Introduction

This document wish to provide an extensive documentation for users of the Wikibase OI, introducing some best practices for the Wikibase items and properties and MediaWiki pages and their syntax. Furthermore, we are going to provide some SPARQL queries templates.

Wikibase data model

Description and aliases

Identifiers

The Linked Open Data main principle is to connect information stored in different institutions on the Web by reconciling objects through their unique URIs.

Wikibase allows the creation of special statements, “Identifiers” as they are called in Wikidata, to relate items with the outside world.

Examples of such properties are the Wikidata Entity (P2), Wikidata Property (P3) and the GeoNames ID (P5).


Statements

Properties can have different data types, according to the kind of information a subject (Item) is related via the given predicate (Property) to the object (Value).

Here a list of relevant data types with examples of properties:


Data types

MediaWiki pages

Complementary to Wikibase entities and properties, Wikibase OI provides users to record information about their research in more human-readable wiki pages, like the popular [[1]].

Wikitext syntax

Wikitext is a markup language used by MediaWiki to generate rich texts with layout and hyperlinks.