Showing posts with label Wikidatacon. Show all posts
Showing posts with label Wikidatacon. Show all posts

Friday, 3 September 2021

Video Tutorials

Meta Page

 https://meta.wikimedia.org/wiki/Wikipedia_Weekly_Network/Live_Wikidata_Editing 

Saturday, 4 January 2020

Experimental project with OSM AND WD

would like to introduce OSM and Wikidata for the High School students ( Grade 7-10 ) (Ages 12 - 18) in UAE.

Let me know your valuable suggestions / ideas / opinion to improve this activity.

My plan is as follows. Students will be asked to open the following link. https://meta.wikimedia.org/wiki/WikiShootMe

Find out the places near their home / landmarks / any other things which is not included in OSM / Wikidata. Create item in Wikidata.

Next day, upload images of such WD items So, i think there will be contributions from students side in both OSM & WD .

This plan has few limitations now which i observed. Which are following.
How to identify the places which are not included in OSM / WD ?



My learning objectives are as follows..

Students will be able to find out the Latitudes & longitude of their location.

2- Able to calculate the distance from their locations to Tropic of Cancers/ tropic of Capricorn

3- Able to mark & label landmarks of their near living places.

4- Able to find out landmark ( near their Home), which are not included in wikidata & osm And create items for them.

Duration of the time : 2 days

-----Comments--
5/1/20
Markus Göllnitz:
Akbarali Charankav
My learning objectives are as follows.. Students will be able to find out the Latitudes & longitude of their location. 2- Able

Maybe then SPARQL is to much if you have to start at teaching the concept of spherical coordinate systems. Maybe finding missing addresses with StreetComplete and add photos of heritage listed buildings to Wikimedia Commons and (linking to those from Wikidata and linking Wikidata from OpenStreetMap?) might be two things from which students could understand OpenStreetMap and start valuing and appriciating those open geo data it provides. I think most import besides being able to do those things is to understand why it matters and to whom and how they may benefit from it.
Maybe at the end add a review of how different OSM based tools start to display/route/function differently due to your students influences. As a student I would appreciate that part.
Either way: Hope you will be successful with your course and goals. The work a teacher puts into those is always – in my experience – underappreciated.


Thursday, 19 December 2019

SPARQL query to find out all female scientists with no Arabic but an English article

SPARQL query to find out all female scientists with no Arabic but an English article.


SELECT DISTINCT ?item ?entitle ?enarticle WHERE {
  ?item wdt:P31 wd:Q5;
        wdt:P106/wdt:P279* wd:Q901;
        wdt:P21 wd:Q6581072.
  MINUS {
    ?ararticle schema:about ?item;
               schema:isPartOf <https://ar.wikipedia.org/>.
  }
  ?enarticle schema:about ?item;
             schema:name ?entitle;
             schema:isPartOf <https://en.wikipedia.org/>.

}


Courtesy - Lucas Werkmeister
 [Dec 18, 2019 12:01:27 AM
It is his version: https://w.wiki/E4X

Tuesday, 1 October 2019

Missing descriptions in ml districts

To add description.
Located in the administrative territorial entity - p131
Malappuram district (Q1030918)


#no description
SELECT ?item ?itemLabel?itemLabel_ml WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?item wdt:P131 wd:Q1030918.
  optional {?item rdfs:label ?itemLabel_ml . filter(lang(?itemLabel_ml)="ml")}
  filter not exists {?item schema:description ?itemDesc_ml . filter(lang(?itemDesc_ml)="ml")}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 200


Wednesday, 12 June 2019

WikidataConf 2019

Very happy to share that we received mail regarding wikidataconf 2019 participation which will be held on October in Berlin

WikidataCon 2017.svg.

What would I like to learn during the conference?

I want to see how other people use Wikidata in educational level, schools and college level and exchange experiences.
I also would like to meet many great Wikidata contributors in person, share ideas, and perhaps discuss with other language community to begin new collaborative projects.

My favorite projects/topics of interest

Wikidata, Wikidata Query Service (SPARQL), Wikibase, WikiProject Education.