Wikidata:WikiProject Czech Republic/Project
Shortcut: WD:CZ
Appearance
|
|
This page is about projects or project visions related to the Czech Republic. If you are interested, contact some mentor or move project to section "Active projects" and add yourself as developer.
Active projects
[edit]None
Project visions
[edit]Exhibition template on Wikipedia
[edit]possible mentor(s): Michal Josef Špaček (Q27954834)
Vision
[edit]Create template to Czech Wikipedia which print actual exhibitions for page.
e.g. We have Galerie Rudolfinum (Q3500594) and page Galerie Rudolfinum on Czech Wikipedia.
SELECT ?item ?official_nameLabel ?start_time ?end_time ?curatorLabel ?official_website WHERE {
?item wdt:P31 wd:Q464980.
?item wdt:P580 ?start_time.
?item wdt:P582 ?end_time.
?item wdt:P664 wd:Q3500594.
OPTIONAL { ?item wdt:P1448 ?official_name }
OPTIONAL { ?item wdt:P1640 ?curator }
OPTIONAL { ?item wdt:P856 ?official_website }
FILTER (?start_time < NOW())
FILTER (?end_time > NOW())
SERVICE wikibase:label { bd:serviceParam wikibase:language "cs". }
}
e.g. We have The Museum of Eastern Bohemia in Hradec Králové (Q682069) and page Muzeum východních Čech on Czech Wikipedia.
SELECT ?item ?official_nameLabel ?start_time ?end_time ?curatorLabel ?official_website WHERE {
?item wdt:P31 wd:Q464980.
?item wdt:P580 ?start_time.
?item wdt:P582 ?end_time.
?item wdt:P664 wd:Q682069.
OPTIONAL { ?item wdt:P1448 ?official_name }
OPTIONAL { ?item wdt:P1640 ?curator }
OPTIONAL { ?item wdt:P856 ?official_website }
FILTER (?start_time < NOW())
FILTER (?end_time > NOW())
SERVICE wikibase:label { bd:serviceParam wikibase:language "cs". }
}
Encyclopedia template on Wikipedia
[edit]possible mentor(s): Michal Josef Špaček (Q27954834)
Vision
[edit]Create template to Czech Wikipedia in same style as which could links article to encyclopedies.
Possible encyclopedies:
- Academic Encyclopedia of Czech History (Q104770566) via Academic Encyclopedia of Czech History ID (P9082) property
- The Fine Art Archive (Q107456632) via abART term ID (P9779) property
- Ottův slovník naučný (Q2041543) presented on Wikisource via relation to Wikisource namespace related to OSN.
...