query-124eb3fa8887f4a285a1aaa194e4ce59
Persones amb ocupació "divulgador cientÃfic" i ciutadania Espanya
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 ?item ?itemLabel ?genLabel
# ?ocu ?ocuLabel
WHERE {
# VALUES ?coses {wdt:P106 wdt:P101}
?item wdt:P31 wd:Q5;
# ?coses wd:Q15143191;
# p:P106/ps:P106 wd:Q15143191;
wdt:P106/wdt:P279* wd:Q15143191;
# wdt:P106 ?ocu;
wdt:P21 ?gen;
wdt:P27 wd:Q29.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,es,en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?gen")
v1("?item"):::projected
a1((" "))
c8(["wd:Q29"]):::iri
c10(["bd:serviceParam"]):::iri
c12(["#91;AUTO_LANGUAGE#93;,ca,es,en"]):::literal
c2(["wd:Q5"]):::iri
c5(["wd:Q15143191"]):::iri
v1 --"p:direct/P31"--> c2
v1 --"p:direct/P106"--> a1
a1 --"p:direct/P279"--> c5
v1 --"p:direct/P21"--> v2
v1 --"p:direct/P27"--> c8
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end