query-df737010751db4d8015d2a8a27f76e8d
Yet another Query ]reply[19:45, 11 November 2020 (UTC)) talk (Shisma. Here is a compact list of anime and manga that should probably be fancises --(P4086)MyAnimeList anime ID and (P4087)MyAnimeList manga ID assuming, nothing should have both a
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?manga ?anime WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P4087 ?manga.
?item wdt:P4086 ?anime.
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?anime"):::projected
v1("?item"):::projected
v2("?manga"):::projected
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P4087"--> v2
v1 --"wdt:P4086"--> v3