Help
Difference between revisions of "Querying Lingua Libre"
(→Overview: from larger to smaller items.) |
|||
Line 4: | Line 4: | ||
[[File:LinguaLibre - Data Model Overview.svg|thumb|Overview of the data model of the Lingua Libre database]] | [[File:LinguaLibre - Data Model Overview.svg|thumb|Overview of the data model of the Lingua Libre database]] | ||
The data model includes 3 core concepts of Lingua Libre. | The data model includes 3 core concepts of Lingua Libre. | ||
− | |||
− | |||
− | |||
− | |||
=== Language === | === Language === | ||
Line 18: | Line 14: | ||
The speaker is the person 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. | The speaker is the person 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. | ||
+ | |||
+ | === Audio recordings === | ||
+ | :''See also [[Special:MyLanguage/DataViz:Records|DataViz:Records]].'' | ||
+ | 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. | ||
== Querying the data == | == Querying the data == |
Revision as of 20:19, 3 December 2021
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.
Language
- See also LinguaLibre:List of languages
This is the language of a speaker or of a recording. This property may point to a language defined on Wikidata (wikidata:Q34770).
Speaker
- See also DataViz:Speakers.
The speaker is the person 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.
Audio recordings
- See also DataViz:Records.
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.
Querying the data
End points
- LinguaLibre's SPARQL endpoint – to query Lingualibre.
- Wikidata Query Service – to query Lingualibre from Wikidata, use
SERVICE <https://lingualibre.org/sparql>
.
Helpers
- Wikidata:SPARQL query service/A gentle introduction to the Wikidata Query Service
- Special:ListProperties – list of all properties used on Lingua Libre
- Help:SPARQL – examples of SPARQL queries
- Help:APIs – APIs queries relevant to LinguaLibre, including Commons.
Tools
- Special:ApiSandbox – API queries generator for Lingualibre wikipage and wikibase contents.
Modifying the data
- (This section needs an author.)
Further reading
- Help:Navigating Wikidata on Wikidata