diff --git a/wikidata-serch.md b/wikidata-serch.md index 0d057e7..c921bf7 100644 --- a/wikidata-serch.md +++ b/wikidata-serch.md @@ -50,6 +50,23 @@ } ``` +### 「案内標識」に分類されているもの + +* 「日本」にある +* 「案内標識」に、分類または子項目になっているもの + +``` +SELECT ?item ?itemLabel ?propLabel ?position +WHERE +{ + ?item wdt:P17 wd:Q17; # 「日本」にある + wdt:P31/wdt:P279* wd:Q6031215. # 「案内標識」に分類されているもの + OPTIONAL { + ?item wdt:P625 ?position. # 位置座標 + } + SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". } +} +``` ### 公園に分類されているもの