Shortcut: WD:CZ

Wikidata:WikiProject Czech Republic/Project

From Wikidata
Jump to navigation Jump to search

Home

 


Czech Properties

 

Maintenance Queries

 

Showcase Queries

 

Interesting external databases

 

Events

 

Tools

 

Thematic areas

 

Projects

 




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". }
}
Query for actual exhibitions for Rudolfinum Gallery

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". }
}
Query for actual exhibitions for Muzeum východních Čech

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:

...