query-2d9a5003dfbf653292d1f6e7e7c07716
Query
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?url ?family
{
?url wikibase:wikiGroup ?family
FILTER NOT EXISTS { [] wdt:P856 ?url ; wdt:P1800 [] }
} LIMIT 10
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?family"):::projected
v1("?url"):::projected
a1((" "))
a2((" "))
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0a1 --"wdt:P856"--> e0v1
e0a1 --"wdt:P1800"--> e0a2
e0v1("?url"):::projected
e0a1((" ")):::projected
e0a2((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> a1
f0 --> c1
f0 --> v1
f0 --> c2
f0 --> a2
a1 --"wdt:P856"--> v1
a1 --"wdt:P1800"--> a2
v1 --"wikibase:wikiGroup"--> v2