query-128c126469cd63eedb26a45c997ae90b
Statements with 'unmatched' as value(none yet, in the first 10 maps)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?map ?mapLabel ?prop WHERE {
?class wdt:P195 wd:Q56753539 . # KTop
?map wdt:P195 ?class .
?map ?prop ?val .
FILTER isBlank(?val) .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?class")
v3("?map"):::projected
v4("?prop"):::projected
v1("?val")
c4(["bd:serviceParam"]):::iri
c2(["wd:Q56753539"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["isBlank(?val)"]]
f0 --> v1
v2 --"wdt:P195"--> c2
v3 --"wdt:P195"--> v2
v3 -->v4--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end