Wikidata:WikiProject Slovenia/Maintenance Queries

From Wikidata
Jump to navigation Jump to search

Home

 


Properties

 

Maintenance Queries

 

Showcase Queries

 



Cultural heritage[edit]

# Missing English labels and images for listed immobile cultural heritage in Slovenia.
SELECT ?item ?itemLabel ?esd ?image
WHERE
{
    ?item wdt:P17 wd:Q215 .
    ?item wdt:P1587 ?esd .
    OPTIONAL { ?item wdt:P18 ?image }
    SERVICE wikibase:label {
      bd:serviceParam wikibase:language "en"
    }
}
Try it!

People[edit]

# People from Slovenia with age over 100 years and no date of death
SELECT DISTINCT ?item ?itemLabel ?_date_of_birth
WHERE
{
?item wdt:P31 wd:Q5 .
?item wdt:P27 wd:Q215.
?item wdt:P569 ?_date_of_birth .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
FILTER (NOT EXISTS{ ?item wdt:P570 ?date} && year(?_date_of_birth) < 1920 )
}
Try it!

Bot maintenance lists[edit]

Authority control contstraint violations[edit]

In other projects[edit]

Items without statements[edit]