query-f8ae0acf55211c246887cf51e102a69f

rq turtle/ttl

Equipos de la NBA en los que ha jugado Pau Gasol

Use at

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 ?equipo ?equipoLabel ?logotipo
WHERE {
     wd:Q193052 wdt:P54 ?equipo .
     ?equipo wdt:P118 wd:Q155223 .
     OPTIONAL { ?equipo wdt:P154 ?logotipo . }
     SERVICE wikibase:label {bd:serviceParam wikibase:language "es,en". 
     }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?equipo"):::projected v2("?logotipo"):::projected c7(["bd:serviceParam"]):::iri c9(["es,en"]):::literal c1(["wd:Q193052"]):::iri c4(["wd:Q155223"]):::iri c1 --"wdt:P54"--> v1 v1 --"wdt:P118"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P154".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end