User:Mariobanana

From Wikidata
Jump to navigation Jump to search
Babel user information
ja-N この利用者は日本語母語としています。
en-2 This user has intermediate knowledge of English.
zh-1 这位用户的中文达到初级水平
fr-0 Cet utilisateur n’a aucune connaissance en français (ou le comprend avec de grandes difficultés).
de-0 Dieser Benutzer beherrscht Deutsch nicht (oder versteht es nur mit beträchtlichen Schwierigkeiten).
es-0 Esta persona no tiene ningún conocimiento del español (o lo entiende con mucha dificultad).
it-0 Quest'utente non è in grado di comunicare in italiano (o lo capisce solo con notevole difficoltà).
pt-0 Este utilizador não compreende português (ou compreende com dificuldades consideráveis).
ko-0 이 사용자는 한국어모르거나, 이해하는 데 어려움이 있습니다.
id-0 Pengguna ini tidak memiliki pengetahuan bahasa Indonesia (atau memahaminya dengan sangat sulit).
Users by language

query

[edit]

メンテナンス用などのクエリ。

"登場"で検索ヒットするが分類・上位クラス・登場する作品・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "登場 -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1441 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

"ラジオ"で検索ヒットするが分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "ラジオ -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

"テレビ"で検索ヒットするが分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "テレビ -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

"番組"で検索ヒットするが分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "番組 -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

"鉄道"で検索ヒットするが分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "鉄道 -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

分類が設定されていない日本で起きた出来事など(1950年から2050年)

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P17 wd:Q17;
        wdt:P585 ?occured;
        wikibase:sitelinks ?sitelinks.
  FILTER(("1950-01-01"^^xsd:dateTime <= ?occured) && (?occured < "2050-01-01"^^xsd:dateTime))
  MINUS { ?item wdt:P31 _:b3. }
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

"町"で検索ヒットするが分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "町 -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

"日本"で検索ヒットするが分類・上位クラス・親項目のいずれも指定されていない日本語版ウィキペディアと接続している項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  hint:Query hint:optimizer "None".
  SERVICE wikibase:mwapi {
    bd:serviceParam wikibase:api "Search";
                    wikibase:endpoint "www.wikidata.org";
                    mwapi:srsearch "日本 -haswbstatement:P31 -haswbstatement:P279 -haswbstatement:P1269" .
    ?title wikibase:apiOutput mwapi:title.
  }
  BIND(IRI(CONCAT(STR(wd:), ?title)) AS ?item)
  ?item wikibase:sitelinks ?sitelinks.
  FILTER(?sitelinks >= 1)
  FILTER(EXISTS {
    ?wfr schema:about ?item;
         schema:inLanguage "ja";
         schema:isPartOf <https://ja.wikipedia.org/>.
  })
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

本国が日本で分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P495 wd:Q17;
        wikibase:sitelinks ?sitelinks.
  MINUS { ?item wdt:P31 _:b3. }
  MINUS { ?item wdt:P279 _:b4. }
  MINUS { ?item wdt:P1269 _:b5. }
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

国が日本で分類・上位クラス・親項目のいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks WHERE {
  ?item wdt:P17 wd:Q17;
    wikibase:sitelinks ?sitelinks.
  MINUS { ?item wdt:P31 _:b3. }
  MINUS { ?item wdt:P279 _:b4. }
  MINUS { ?item wdt:P1269 _:b5. }
  FILTER(?sitelinks >= 1 )
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

日本人が著者で分類のない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks WHERE {
  ?item wdt:P50/wdt:P27 wd:Q17;
    wikibase:sitelinks ?sitelinks.
  MINUS { ?item wdt:P31 _:b3. }
  FILTER(?sitelinks >= 1 )
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

日本の法人番号が入力されているが分類のない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks WHERE {
  ?item wdt:P3225 ?co_number;
    wikibase:sitelinks ?sitelinks.
  MINUS { ?item wdt:P31 _:b3. }
  FILTER(?sitelinks >= 1 )
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

pixiv百科事典識別子が入力されているが分類・上位クラスのいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P11408 ?pixiv;
        wikibase:sitelinks ?sitelinks.
  MINUS { ?item wdt:P31 _:b3. }
  MINUS { ?item wdt:P279 _:b4. }
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

ニコニコ大百科識別子が入力されているが分類・上位クラスのいずれも指定されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P6900 ?niconico;
        wikibase:sitelinks ?sitelinks.
  MINUS { ?item wdt:P31 _:b3. }
  MINUS { ?item wdt:P279 _:b4. }
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

ピクシブ百科事典識別子が入力されているがニコニコ大百科識別子が入力されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P11408 ?pixiv;
        wikibase:sitelinks ?sitelinks.
    MINUS { ?item wdt:P6900 _:b3. }
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

pixivユーザー識別子が入力されているがピクシブ百科事典識別子が入力されていない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P5435 ?pixiv;
        wikibase:sitelinks ?sitelinks.
    MINUS { ?item wdt:P11408 _:b3. }
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
}
ORDER BY (?item)
Try it!

ナムウィキ識別子が入力されており日本語ラベルのない項目

[edit]
SELECT DISTINCT ?item ?itemLabel ?sitelinks
WHERE {
  ?item wdt:P8885 ?namwiki;
        wikibase:sitelinks ?sitelinks.
  FILTER(NOT EXISTS {
    ?item rdfs:label ?lang_label.
    FILTER(LANG(?lang_label) = "ja")
  })
  FILTER(?sitelinks >= 1)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en,zh,ko". }
}
ORDER BY (?item)
Try it!