Wikidata:Events/Belgium/Open Knowledge Belgium/RTBF Wikipedia Marathon

Wikipedia Marathon, an intense day where our ambition is to create 100 female profiles in one day.

Session

edit

RTBF, 5 March 2020.

Participants

edit

Queries

edit

Belgian Women without a Wikipedia page

edit

The following query uses these:

  • Properties: instance of (P31)     , sex or gender (P21)     , country of citizenship (P27)     , family name (P734)     , date of birth (P569)     , date of death (P570)     , occupation (P106)     
    SELECT ?item ?itemLabel ?lastnameLabel ?birthdate ?deathdate ?nationalityLabel ?occupationLabel ?itemDescription ?linkcount WHERE {
      ?item wdt:P31 wd:Q5;
        wdt:P21 wd:Q6581072;
        wdt:P27 wd:Q31;
        wikibase:sitelinks ?linkcount, ?linkcount.
      FILTER(?linkcount >= 1 )
      MINUS {
        ?article schema:about ?item;
          schema:inLanguage "fr";
          schema:isPartOf <https://fr.wikipedia.org/>.
      }
      OPTIONAL { ?item wdt:P734 ?lastname. }
      OPTIONAL { ?item wdt:P569 ?birthdate. }
      OPTIONAL { ?item wdt:P570 ?deathdate. }
      OPTIONAL { ?item wdt:P27 ?nationality. }
      OPTIONAL { ?item wdt:P106 ?occupation. }
      SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,nl,en,de,es,it". }
    }
    ORDER BY (?itemLabel)
    

See also

edit