| This user supports Cuteness in the Wikimedia movement |
is-0
|
Þessi notandi talar ekki íslensku (á erfitt með að skilja hana eða kýs að tala hana ekki).
|
de-0
|
Dieser Benutzer beherrscht Deutsch nicht (oder versteht es nur mit beträchtlichen Schwierigkeiten).
|
|
computer scientist (Q82594) located in/on physical feature (P706) Toulouse (Q7880)
- Quick Statements rajouter des listes de propriétés sous la form Qxxx\tPyyy\tQzzz
- Autolist Générer des listes d'éléments Wikidata à partir de catégories d'autres projets
- Petscan Créer des items Wikidata à partir d'articles Wikipédia n'ayant pas encore d'items
- Reasonator
- Dataviz
- à Toulouse P131 Q7880
- en France P17 Q142
- au musée des Augustins P195 Q2711480
- numéro de catalogue ?item wdt:P528 "F"
- en 1888 P571 +1888-01-01T00:00:00Z/9
- Une ligne avec une colonne wikidata \| \[\[(.)*\|\|\[\[:d:
Wikidata:WikiProject_sum_of_all_paintings/Creator/Vincent_van_Gogh
- J.-B. de la Faille: L'Œuvre de Vincent van Gogh, catalogue raisonné Q17280421
- The New Complete Van Gogh: Fully revised and enlarged edition of the Catalogue raisonné Q19833315
- catégorie Commons P373
- dépeint P180
- lieu de fabrication P1071
#Paintings by Vincent van Gogh without Commons category
SELECT * WHERE {
SELECT ?peinture ?peintureLabel ?image WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?peinture wdt:P31 wd:Q3305213.
?peinture wdt:P170 wd:Q5582.
MINUS { ?peinture wdt:P373 _:b3. }
OPTIONAL { ?peinture wdt:P18 ?image. }
}
SELECT ?subjectLabel (COUNT(?item) as ?count) WHERE{
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en". }
?item wdt:P823 wd:Q3052772.
?item wdt:P180 ?subject.
OPTIONAL { ?sitelink schema:about ?subject . ?sitelink schema:inLanguage "fr" }
FILTER (!BOUND(?sitelink))
}
GROUP BY ?subjectLabel
Requête pour les sujets évoqués plus de 2 fois, sous forme de bubble chart
#defaultView:BubbleChart
SELECT distinct ?subjectLabel (COUNT(?item) as ?count) WHERE{
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en". }
?item wdt:P823 wd:Q3052772.
?item wdt:P180 ?subject
}
GROUP BY ?subjectLabel
HAVING (?count > 2)
SELECT ?station ?stationLabel ?birthPlaceLabel ?genderLabel ?coords WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "fr,en". } VALUES ?stations {wd:Q928830 wd:Q953806 wd:Q2175765 wd:Q1793804} ?station wdt:P137 wd:Q643290. ?station wdt:P31 ?stations. ?station wdt:P138 ?person. ?person wdt:P31 wd:Q5. ?person wdt:P19 ?birthPlace. ?birthPlace wdt:P625 ?coords. }