query-96536110cb923edeccb4eccf10548fbb
Notes (Q196600)media franchise 1. Usage of
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 ?propertyItem ?propertyItemLabel (COUNT(?item) as ?count) WHERE{
?franchise wdt:P31 wd:Q196600.
?item ?propertyRel ?franchise.
#?item wdt:P31 ?type.
?propertyItem wikibase:directClaim ?propertyRel.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} GROUP BY ?propertyItem ?propertyItemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?count")
v1("?franchise")
v2("?item"):::projected
v4("?propertyItem"):::projected
v3("?propertyRel")
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q196600"]):::iri
v1 --"wdt:P31"--> c2
v2 -->v3--> v1
v4 --"wikibase:directClaim"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end
bind1[/"count(?item)"/]
v2 --o bind1
bind1 --as--o v5