query-360a348ae2f82e917ccd14a76b27d860
Propertiesinstance of (P31)occupation (P106)sport (P641)
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 ?skater ?skaterLabel
WHERE {
?skater wdt:P31 wd:Q5 ;
wdt:P106 wd:Q13219587 .
FILTER NOT EXISTS { ?skater wdt:P641 wd:Q38108 .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?skater"):::projected
c6(["wd:Q13219587"]):::iri
c8(["bd:serviceParam"]):::iri
c4(["wd:Q5"]):::iri
c10(["en"]):::literal
c2(["wd:Q38108"]):::iri
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P641"--> e0c2
e0v1("?skater"):::projected
e0c2(["wd:Q38108"]):::iri
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> c2
v1 --"wdt:P641"--> c2
v1 --"wdt:P31"--> c4
v1 --"wdt:P106"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end