Help

Difference between revisions of "Querying Lingua Libre"

(new)
 
(restructured)
Line 1: Line 1:
The sound library is structured in a [[wikipedia:Semantic Web|Semantic Web]] database where all the recordings and their metadata are described.
+
The sound library is structured in a [[wikipedia:Semantic Web|Semantic Web]] database where all the recordings and their data are described.
  
== Metadata structure ==
+
== Overview ==
The metadata is updated every time recordings are added, and includes information on the background of the speaker (native language, location at time of recording, etc.) as well as the links to the recordings themselves on [https://commons.wikimedia.org/wiki/ Wikimedia Commons].
+
The data model includes 3 core concepts of Lingua Libre.
  
The data model follows the same principles as those of Wikidata.
+
=== Audio recordings ===
 +
Every recording created with the Record Wizard is added into the database along with some metadata that includes the date the recording was created, the speaker and the language.
  
 +
=== Language ===
 +
This is the language of a speaker or of a recording. This property may point to a language defined on Wikidata ([[wikidata:Q34770]]).
 +
 +
=== Speaker ===
 +
The speaker that pronounced one or several words in an audio recording. There are various information on the speaker such as their residence at the time of recording and their native tongue.
 +
 +
== Querying the data ==
 +
In progress
 +
 +
== Modifying the data ==
 +
In progress
  
 
== Further reading ==
 
== Further reading ==
 
* [[wikidata:Help:Navigating Wikidata]]
 
* [[wikidata:Help:Navigating Wikidata]]

Revision as of 15:51, 15 December 2018

The sound library is structured in a Semantic Web database where all the recordings and their data are described.

Overview

The data model includes 3 core concepts of Lingua Libre.

Audio recordings

Every recording created with the Record Wizard is added into the database along with some metadata that includes the date the recording was created, the speaker and the language.

Language

This is the language of a speaker or of a recording. This property may point to a language defined on Wikidata (wikidata:Q34770).

Speaker

The speaker that pronounced one or several words in an audio recording. There are various information on the speaker such as their residence at the time of recording and their native tongue.

Querying the data

In progress

Modifying the data

In progress

Further reading