see tabernacle update I try to use OpenRefine for this /MS
SELECT ?item WHERE { ?item wdt:P31/wdt:P279* wd:Q615980 }- same but for all items connected to Property P7607 en, sl - tabernacle
- same but were sl description is missing
SELECT * WHERE {
?item wdt:P7607 ?wiki
OPTIONAL { ?item schema:description ?itemDescription filter (lang(?itemDescription) = "sl") }
FILTER (!BOUND(?itemDescription))
}



