query-36e07b64d3e8b4ea72e45dff26dc0726
Non classified entities
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?item ?itemLabel
WHERE {
?item wdt:P10283 [];
rdfs:label ?itemLabel.
FILTER (lang(?itemLabel) = "it").
FILTER not exists { ?item wdt:P31 [] }.
FILTER not exists { ?item wdt:P279 [] }.
?item ^schema:about [ schema:isPartOf <https://uk.wikipedia.org/> ];
^schema:about [ schema:isPartOf <https://zh.wikipedia.org/> ];
^schema:about [ schema:isPartOf <https://it.wikipedia.org/> ].
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?itemLabel"):::projected
a3((" "))
a2((" "))
a1((" "))
a4((" "))
a5((" "))
a6((" "))
c7([https://uk.wikipedia.org/]):::iri
c10([https://it.wikipedia.org/]):::iri
c9([https://zh.wikipedia.org/]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P279"--> e0a1
e0v1("?item"):::projected
e0a1((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> a1
v1 --"wdt:P279"--> a1
f1[["not "]]
subgraph f1e1["Exists Clause"]
e1v1 --"wdt:P31"--> e1a1
e1v1("?item"):::projected
e1a1((" ")):::projected
end
f1--EXISTS--> f1e1
f1 --> v1
f1 --> c2
f1 --> a2
v1 --"wdt:P31"--> a2
f2[["?itemLabel = 'it'"]]
f2 --> v2
v1 --"wdt:P10283"--> a3
v1 --"rdfs:label"--> v2
a4 --"schema:isPartOf"--> c7
a4 --"schema:about"--> v1
a5 --"schema:isPartOf"--> c9
a5 --"schema:about"--> v1
a6 --"schema:isPartOf"--> c10
a6 --"schema:about"--> v1