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

From Wikidata
Jump to navigation Jump to search

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)  View with Reasonator View with SQID, sex or gender (P21)  View with Reasonator View with SQID, country of citizenship (P27)  View with Reasonator View with SQID, family name (P734)  View with Reasonator View with SQID, date of birth (P569)  View with Reasonator View with SQID, date of death (P570)  View with Reasonator View with SQID, occupation (P106)  View with Reasonator View with SQID
    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]