User:A.Patek
Infobox | ||||
---|---|---|---|---|
|
Babel user information | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
Users by language |
Hi, I'm Adam and I focus primarily on taking pictures of Wikidata items that don't have any or only have obsolete / low quality ones.
If you're writing a wiki article about something in Central Bohemia and there isn't a proper image available, feel free to get in touch. I might be able to help out.
You can view my work in Category:Photos by A.Patek or placed into a map here
WikiShootMe!
Below is the SPARQL code that I use to pick places to shoot - Wikidata items that lack a picture AND have a Czech Wikipedia article, suggesting they have some encyclopedic significance.
I also filtered out some categories that make the items difficult or impossible to shoot as well as streets, which are too ubiquitous to use for planning.
# Ma wikistranku ?q ^schema:about ?article. ?article schema:isPartOf <https://cs.wikipedia.org/>. # Vyrazeni nechtenych typu polozek FILTER NOT EXISTS { ?q wdt:P31 ?type. VALUES ?type { wd:Q79007 # ulice wd:Q329245 # zakladni sidelni jednotka wd:Q76007695 # spravni obvod obce s rozsirenou pusobnosti wd:Q47521 # potok wd:Q12049098 # region soudrznosti wd:Q54050 # kopec wd:Q2983893 # mestska ctvrt wd:Q20871353 # katastralni uzemi } } # vyrazeni zachovalost 'zničeno či zbořeno' MINUS { ?q wdt:P5816 wd:Q56556915. }