User
Difference between revisions of "Sriveenkat"
Sriveenkat (talk | contribs) (→Notes) |
Sriveenkat (talk | contribs) (→Notes) |
||
Line 58: | Line 58: | ||
* [https://www.tn.gov.in/ta/district_view Tamil districts] | * [https://www.tn.gov.in/ta/district_view Tamil districts] | ||
* | * | ||
+ | <syntaxhighlight lang="sparql"> | ||
+ | SELECT ?item ?wikidata ?name ?speakerLabel ?lang ?langLabel ?date | ||
+ | WHERE { | ||
+ | ?item prop:P2 entity:Q2 . | ||
+ | ?item prop:P4 ?lang . | ||
+ | ?item prop:P6 ?date . | ||
+ | ?item prop:P12 ?wikidata . | ||
+ | ?item prop:P7 ?name . | ||
+ | ?item prop:P5 ?speaker . | ||
+ | |||
+ | FILTER(?date >= "2023-02-01T00:00:00Z"^^xsd:dateTime | ||
+ | && ?date < "2023-12-31T00:00:00Z"^^xsd:dateTime) | ||
+ | |||
+ | SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .} | ||
+ | |||
+ | } LIMIT 20000 | ||
+ | </syntaxhighlight> | ||
==Some Guides created by me== | ==Some Guides created by me== | ||
* [https://sriveenkats-organization.gitbook.io/lingua-libre/ Add Audio Pronunciation from Lingua Libre (Simple Way), A Simple Way for Add Audio Pronunciations for Non-Lingua Libre Bot Wiktionaries] | * [https://sriveenkats-organization.gitbook.io/lingua-libre/ Add Audio Pronunciation from Lingua Libre (Simple Way), A Simple Way for Add Audio Pronunciations for Non-Lingua Libre Bot Wiktionaries] |
Latest revision as of 22:06, 30 December 2023
யாதும் ஊரே யாவரும் கேளிர்
(yātum ūrē yāvarum kēḷir)
- All the places on earth are our town and all the people are our relatives (all are evolved from common ancestors)
— Purananuru - 192
About me
Iam a Free/Libre and Open-Source Enthusiast, I am contributing in Wikimedia Projects, Mainly Wikimedia Commons, Wikidata and Wiktionary.
About my work
Iam Mainly in Tamil Wikimedia Projects. I Created Some Stroke order Animations and Vector designs in Wikimedia Commons. These My works created with Open-source Softwares. I am Creating Tamil Audio Pronunciations in Indian Accent Using Lingua Libre and Audacity. Now I Create audio pronunciations only using this tool :)
Contact me
If you want any Help Please Don't Hesitate to Contact Me
On Talk Pages
Or
Just
Babel user information | ||||
---|---|---|---|---|
| ||||
Users by language |
Notes
SELECT ?item ?wikidata ?name ?speakerLabel ?lang ?langLabel ?date
WHERE {
?item prop:P2 entity:Q2 .
?item prop:P4 ?lang .
?item prop:P6 ?date .
?item prop:P12 ?wikidata .
?item prop:P7 ?name .
?item prop:P5 ?speaker .
FILTER(?date >= "2023-02-01T00:00:00Z"^^xsd:dateTime
&& ?date < "2023-12-31T00:00:00Z"^^xsd:dateTime)
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" .}
} LIMIT 20000