query-1f498f7558e8296a4217265930dfe183
Propertiesoccupation (P106)member of sports team (P54)
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT
?player ?playerLabel
WHERE {
?player wdt:P106 wd:Q937857; # select football players
p:P54/ps:P54 wd:Q81888; # club AFC Ajax
p:P54/ps:P54 wd:Q7156. # club FC Barcelona
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;
v1("?player"):::projected
a1((" "))
a2((" "))
c8(["bd:serviceParam"]):::iri
c6(["wd:Q7156"]):::iri
c2(["wd:Q937857"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c5(["wd:Q81888"]):::iri
v1 --"p:direct/P106"--> c2
v1 --"p:P54"--> a1
a1 --"p:statement/P54"--> c5
v1 --"p:P54"--> a2
a2 --"p:statement/P54"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end