query-2997a225590e7bd43aadc79fc63f3427
title: distribuzione fonti per statement occupazione scrittore del regno raggruppate per occupazione SELECT ?occupazioneLabel ?fonteoccLabel (COUNT(?item) AS ?count) WHERE { ?item wdt:P31 wd:Q5; wdt:P27 wd:Q172579; wdt:P106 ?occupazione; p:P106 ?statement. ?statement prov:wasDerivedFrom ?ref. ?ref pr:P248 ?fonteocc. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } GROUP BY ?occupazioneLabel ?fonteoccLabel
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 prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: distribuzione fonti per statement occupazione scrittore del regno raggruppate per occupazione
SELECT ?occupazioneLabel ?fonteoccLabel (COUNT(?item) AS ?count) WHERE {
?item wdt:P31 wd:Q5;
wdt:P27 wd:Q172579;
wdt:P106 ?occupazione;
p:P106 ?statement.
?statement prov:wasDerivedFrom ?ref.
?ref pr:P248 ?fonteocc.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?occupazioneLabel ?fonteoccLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?count")
v5("?fonteocc")
v1("?item"):::projected
v2("?occupazione")
v4("?ref")
v3("?statement")
c10(["bd:serviceParam"]):::iri
c2(["wd:Q5"]):::iri
c4(["wd:Q172579"]):::iri
c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P31"--> c2
v1 --"p:direct/P27"--> c4
v1 --"p:direct/P106"--> v2
v1 --"p:P106"--> v3
v3 --"prov:wasDerivedFrom"--> v4
v4 --"p:reference/P248"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end
bind1[/"count(?item)"/]
v1 --o bind1
bind1 --as--o v6