diff --git a/wikidata-serch.md b/wikidata-serch.md index 52128e4..0875c52 100644 --- a/wikidata-serch.md +++ b/wikidata-serch.md @@ -1,5 +1,6 @@ https://www.wikidata.org/w/index.php?title=Special:Search - + +``` haswbstatement:P131=Q792819 haswbstatement:P31=Q108804646 P131=Q792819 綾瀬市 P31=Q108804646 都市公園 @@ -7,11 +8,11 @@ haswbstatement:P131=Q792819 -haswbstatement:P31=Q486972|Q5327369 P131=Q792819 綾瀬市 -P31=Q486972|Q5327369 地名をのぞく - +``` Wikidata Query Service(https://query.wikidata.org/) -ウィキデータの非推奨の理由の一覧 (Q52105174) +# ウィキデータの非推奨の理由の一覧 (Q52105174) ``` SELECT ?item ?itemLabel ?osm_tag @@ -28,9 +29,9 @@ ?item wdt:P1282 ?osm_tag. # 「オープンストリートマップのタグ又はキー」を持つもの SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". } } - ``` +``` SELECT ?park ?parkLabel ?propLabel ?position WHERE { @@ -42,8 +43,11 @@ } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". } } - +``` + # 海老名市の地図 + +``` SELECT DISTINCT ?geo ?item ?itemLabel ?image WHERE { ?item wdt:P131 wd:Q734390; # 海老名市にある wdt:P625 ?geo . @@ -52,3 +56,4 @@ } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". } } +```