query-c8e1f7f8901e66f4083186234962c1a9

rq turtle/ttl

Use for films ]reply[14:30, 12 November 2018 (UTC)) talk (Finn Årup Nielsen (fnielsen). Alternatively, a new property should be proposed. — (P17)country . I have also added a qualifier with (P2142)box office the results for "Solgte billetter" ("tickets sold"), rather than with a value that could be used with shows (Q1164337)Statistics Denmark . [1] (Q1215282)The Olsen Gang Sees Red I am wondering whether this property can be used to describe "tickets sold" for a film? I have made a tentative edit for I see that the property has already been used for French listings.

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 ?film ?filmLabel ?attendance WHERE {
  ?film wdt:P1110 ?attendance .
  ?film wdt:P31 wd:Q11424 .
  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; v2("?attendance"):::projected v1("?film"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3(["wd:Q11424"]):::iri v1 --"wdt:P1110"--> v2 v1 --"wdt:P31"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end