Babel user information
fr-N Cet utilisateur a pour langue maternelle le français.
en-3 This user has advanced knowledge of English.
en-GB-3 This user has advanced knowledge of British English.
de-0 Dieser Benutzer beherrscht Deutsch nicht (oder versteht es nur mit beträchtlichen Schwierigkeiten).
es-0 Este usuario no tiene ningún conocimiento del español (o lo entiende con mucha dificultad).
it-0 Questo utente non è in grado di comunicare in italiano (o lo capisce solo con notevole difficoltà).
ja-0 この利用者は日本語分かりません (または理解するのがかなり困難です)。
pt-0 Este utilizador não compreende português (ou compreende com dificuldades consideráveis).
ko-0 이 사용자는 한국어모르거나, 이해하는 데 어려움이 있습니다.
Users by language

Hi, I'm a French wikipedia editor.

Wd stuffs

edit

Interesting items Bookmarks

edit

My Wikidata javascript gadgets

edit

Experiments

edit

Sciences and what they studies

edit

Most studies topics

edit
select  ?topic ?topicLabel (group_concat(?itemLabel;separator=" ; ") as ?discipline) (count(?item) as ?studier_count){
  select ?item ?topic ?itemLabel ?topicLabel {
    ?item wdt:P2578|^wdt:P2579 ?topic .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }
} group by ?topic ?topicLabel order by desc(?studier_count)
Try it!

Fields which studies the most topics

edit
SELECT ?item ?itemLabel (GROUP_CONCAT(?topicLabel; SEPARATOR = " ; ") AS ?subject) (COUNT(?item) AS ?studied_count) WHERE {
  SELECT distinct ?item ?topic ?itemLabel ?topicLabel WHERE {
    ?item wdt:P2578|^wdt:P2579 ?topic.
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  }
}
GROUP BY ?item ?itemLabel
ORDER BY DESC (?studied_count)
Try it!


Redundancies : fields that studies a kind of object both with a specific case of those objects
edit
SELECT distinct ?discipline ?topic ?subtopic ?disciplineLabel ?topicLabel ?subtopicLabel WHERE {
  ?discipline wdt:P2578|^wdt:P2579 ?topic,?subtopic.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?subtopic (wdt:P279)+ ?topic .
}
Try it!

Topics that are studied by both a discipline and a specialisation of that discipline

# Topics that are studied by both a discipline and a specialisation of that discipline

SELECT distinct ?topic ?discipline  ?subdiscipline ?topicLabel ?disciplineLabel ?subdisciplineLabel WHERE {
  
  ?topic wdt:P2578|^wdt:P2579 ?discipline,?subdiscipline.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?subdiscipline (wdt:P361)+|(wdt:P279)+ ?discipline .
}
Try it!

Lexicagraphical datas

edit

verb conjugation

select ?verbe ?verbeLabel ?tempsLabel ?LabelArticle ?repre {
  values (?temps ?rangTemps ?tempsLabel) { 
    (wd:Q192613 1 "présent") 
    (wd:Q442485 2 "passé simple") # passé simple
    (wd:Q17081589 2 "passé simple en français")
    (wd:Q1475560 3 "futur simple")
    (wd:Q1336020 5 "passé composé")
  }
  values (?article ?rangArticle ?LabelArticle) { 
    (wd:Q51929218 1 "je") 
    (wd:Q51929369 2 "tu")
    (wd:Q51929447 3 "il/elle")
    (wd:Q51929447 4 "il")
    (wd:Q52431970 5 "elle")
    (wd:Q51929290 6 "nous")
    (wd:Q51929403 7 "vous")
    (wd:Q51929517 8 "ils/elles")
    (wd:Q52432983 9 "ils")
    (wd:Q52433019 10 "elles")
  }
  ?verbe ontolex:lexicalForm ?forme ; 
         dct:language wd:Q150 ;
         wikibase:lemma ?verbeLabel .
  
  ?forme wikibase:grammaticalFeature ?temps ;
         wikibase:grammaticalFeature ?article ;
         ontolex:representation ?repre
  # SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?verbe ?rangTemps ?rangArticle
Try it!

Computer scientists

edit

History

edit
  • Women at war : chief of state or executive chiefs of countries when those countries were at war https://w.wiki/34Jb

Interesting stuffs of other ontology

edit