User
Difference between revisions of "Sriveenkat"
Sriveenkat (talk | contribs) (User nfo) |
Sriveenkat (talk | contribs) (→Notes) |
||
(One intermediate revision by the same user not shown) | |||
Line 55: | Line 55: | ||
==Notes== | ==Notes== | ||
*[https://query.wikidata.org/#SELECT%20%3Fid%20%3Flabel%20WHERE%20%7B%0A%20%20%3Fl%20dct%3Alanguage%20wd%3AQ5885%20%3B%0A%20%20%20%20%20wikibase%3Alemma%20%3Flemma%3B%20%0A%20%20%20%20%20ontolex%3AlexicalForm%20%3Fid%20.%0A%20%20%3Fid%20ontolex%3Arepresentation%20%3Flabel%20.%0A%20%20%20%20MINUS%20%7B%3Fid%20wdt%3AP443%20%3Faudio.%7D%0A%7D%20LIMIT%20300 Tamil Lexemes Forms Recording Query] | *[https://query.wikidata.org/#SELECT%20%3Fid%20%3Flabel%20WHERE%20%7B%0A%20%20%3Fl%20dct%3Alanguage%20wd%3AQ5885%20%3B%0A%20%20%20%20%20wikibase%3Alemma%20%3Flemma%3B%20%0A%20%20%20%20%20ontolex%3AlexicalForm%20%3Fid%20.%0A%20%20%3Fid%20ontolex%3Arepresentation%20%3Flabel%20.%0A%20%20%20%20MINUS%20%7B%3Fid%20wdt%3AP443%20%3Faudio.%7D%0A%7D%20LIMIT%20300 Tamil Lexemes Forms Recording Query] | ||
− | * | + | * [https://chennai.nic.in/village-panchayats/ Tamil Chennai Places names] |
+ | * [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