query-da5c743af60d6db91b9bc3e81864b42e
日本にある東証上場企業で組織形態が未設定のもの
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 DISTINCT ?item ?itemLabel WHERE {
?item wdt:P17 wd:Q17;
wdt:P414 wd:Q217475.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE]". }
MINUS { ?item wdt:P1454 _:b10. }
}
ORDER BY (?item)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
a1((" "))
c2(["wd:Q17"]):::iri
c6(["bd:serviceParam"]):::iri
c4(["wd:Q217475"]):::iri
c8(["#91;AUTO_LANGUAGE#93;"]):::literal
v1 --"wdt:P17"--> c2
v1 --"wdt:P414"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v1 --"wdt:P1454"--> a1
end