query-498ddfcb644fa964c28d5c5052c0c56c

rq turtle/ttl

.17:37, 11 August 2019‎ (UTC)) at contribs • talk (TomT0m comment was added byunsignedThe preceding – 18:44, 11 August 2019 (UTC) JuraYou used "" --- : TomT0mHello @we had the same problem with queries that worked before (until about end of July), but now are running into a timeout ("java.util.concurrent.TimeoutException"). . d:Wikidata_talk:SPARQL_query_service#Query_timeout_limit_for_important_query_reachedSee We also used the asterisk operator ("/wdt:P279") for any number of instances (zero to unlimited/infinite) from the instance to the subclasses, like all the examples fiven in the tutorial (which are not working anymore neither): d:Wikidata:SPARQL_tutorial#Instances_and_classes[...] The solution: ?item wdt:P31/wdt:P279 ?class. This means that there’s one “instance of” and then any number of “subclass of” statements between the item and the class. ?work wdt:P31/wdt:P279 wd:Q838948. # instance of any subclass of work of artFirst I assumed, that the query runs into an endless loop, if A is subclass of B and B is subclass of A, but i could not confirm that by viewing the tree structure (here for the class "film"): https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=list&lang=en?depth=20 https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=d3 https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=list&lang=en was missing, since it is a "animation film"/"3D film" as subclass of "film"). d:Q18517638When I removed the "/wdt:P279" in the query, I got all films, but not the subclasses (for example When I used "/wdt:P279+", I got only the subclasses of "film", but not the instances of "film" themselves. From my point of view, a solution could be to combine those two by using "UNION" { ?film wdt:P31 wd:Q11424 . } UNION { ?film wdt:P31/wdt:P279+ wd:Q11424 . } For example, to get all films released in 2019 in Germany the query would be: Asterisk operator ("/wdt:P279") for any number of subclasses running into a timeoutWe had some problem with queries that worked before (until about end of July 2019), but now are running into a timeout ("java.util.concurrent.TimeoutException"). See d:Wikidata:Contact_the_development_team#Query_that_timeouts,_I_really_don't_understand_why .d:Wikidata_talk:SPARQL_query_service#Query_timeout_limit_for_important_query_reachedWe used the asterisk operator ("/wdt:P279") for any number of instances (zero to unlimited/infinite) from the instance to the subclasses, like all the examples of the tutorial (which are not working anymore neither): d:Wikidata:SPARQL_tutorial#Instances_and_classes[...] The solution: ?item wdt:P31/wdt:P279 ?class. This means that there’s one “instance of” and then any number of “subclass of” statements between the item and the class. ?work wdt:P31/wdt:P279 wd:Q838948. # instance of any subclass of work of artFirst I assumed, that the query runs into an endless loop, if A is subclass of B and B is subclass of A, but i could not confirm that by viewing the tree structure (here for the class "film"): https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=list&lang=en?depth=20 https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=d3 https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=list&lang=en was missing, since it is a "animation film"/"3D film" as subclass of "film"). d:Q18517638When I removed the "/wdt:P279" in the query, I got all films, but not the subclasses (for example When I used "/wdt:P279+", I got only the subclasses of "film", but not the instances of "film" themselves. From my point of view, a solution could be to combine those two by using "UNION" { ?film wdt:P31 wd:Q11424 . } UNION { ?film wdt:P31/wdt:P279+ wd:Q11424 . } For example, to get all films released in 2019 in Germany the query would be: Query timeout limit for important query reached ]reply[21:55, 10 August 2019 (UTC)) talk (Jobu0101. Since August I've always been getting a timeout. Why is this the case? Any suggestions what to do? --Kinostarts 2019. Here is for example Kinostarts pages in order to update our 32 this queryHi! I need to perform : Jobu0101Hallo @das Problem ("java.util.concurrent.TimeoutException") ist der Stern-Operator ("/wdt:P279") für eine beliebige (Null bis unendlich) Anzahl von Unterklassen von "Film": d:Wikidata:SPARQL_tutorial/de#Instanzen_und_Klassen[...] Die Lösung: ?objekt wdt:P31/wdt:P279 ?klasse. Dies heißt, dass es eine "Instanz von" und dann eine beliebige Anzahl von "Unterklassen von" Aussagen zwischen dem Datenobjekt und der Klasse. ?kunstwerk wdt:P31/wdt:P279 wd:Q838948. # Instanz von einer beliebigen Unterklasse von Kunstwerk d:Wikidata:Contact_the_development_team#Query_that_timeouts,_I_really_don't_understand_whySiehe auch Mein Anfangsverdacht war, dass die Query möglicherweise in eine Endlosschleife läuft, wenn A Unterklasse von B ist und B Unterklasse von A und in der Baumstruktur für Filme und deren Unterklassen irgendwo so eine Endlosschleife eingebaut wurde. Diesen Verdacht konnte ich allerdings durch die Baumansicht der Klasse Film (vorerst) nicht bestätigen: https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=list&lang=en?depth=20 https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=d3 https://tools.wmflabs.org/wikidata-todo/tree.html?q=Q11424&rp=279&method=list&lang=enLässt man in der Query "/wdt:P279" weg, so erhält man alle Filme, aber nicht Unterklassen davon. Beispielsweise fehlt ... ist ein: "Animationsfilm"/"3D-Film" als Unterklasse von "Film".d:Q18517638Gibt man hingegen "/wdt:P279+" an, so erhält nur die Unterklassen von "Film", nicht aber die Instanzen von "Film" selbst. Eine Lösungsmöglichkeit ist daher aus meiner Sicht beides mittels UNION zu kombinieren, also { ?film wdt:P31 wd:Q11424 . } UNION { ?film wdt:P31/wdt:P279+ wd:Q11424 . } Die Query pro Jahr würde also wie folgt lauten:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?film ?release ?filmLabel WHERE {
  { ?film wdt:P31 wd:Q11424. }
  UNION
  { ?film (wdt:P31/(wdt:P279+)) wd:Q11424. }
  ?film p:P577 ?release_statement.
  ?release_statement (psv:P577/wikibase:timePrecision) 11 ;
    ps:P577 ?release.
  FILTER((YEAR(?release)) = 2019 )
  ?release_statement pq:P291 wd:Q183.
  FILTER(NOT EXISTS { ?release_statement wikibase:rank wikibase:DeprecatedRank. })
  FILTER(NOT EXISTS { ?release_statement pq:P400 ?platform. })
  FILTER(NOT EXISTS { ?release_statement pq:P437 ?distribution. })
  FILTER(NOT EXISTS { ?film wdt:P31 wd:Q506240. })
  FILTER(NOT EXISTS { ?film wdt:P31 wd:Q21191270. })
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de". }
}
ORDER BY (?release) (?filmLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?distribution") v3("?film"):::projected v2("?filmLabel"):::projected v6("?platform") v1("?release"):::projected v4("?release_statement") a1((" ")) a2((" ")) c14(["11^^xsd:integer"]):::literal c21(["de"]):::literal c7(["wikibase:DeprecatedRank"]):::iri c2(["wd:Q21191270"]):::iri c19(["bd:serviceParam"]):::iri c17(["wd:Q183"]):::iri c9(["wd:Q11424"]):::iri c3(["wd:Q506240"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"p:direct/P31"--> e0c2 e0v1("?film"):::projected e0c2(["wd:Q21191270"]):::iri end f0--EXISTS--> f0e0 f0 --> v3 f0 --> c1 f0 --> c2 v3 --"p:direct/P31"--> c2 f1[["not "]] subgraph f1e1["Exists Clause"] e1v1 --"p:direct/P31"--> e1c2 e1v1("?film"):::projected e1c2(["wd:Q506240"]):::iri end f1--EXISTS--> f1e1 f1 --> v3 f1 --> c1 f1 --> c3 v3 --"p:direct/P31"--> c3 f2[["not "]] subgraph f2e2["Exists Clause"] e2v1 --"p:qualifier/P437"--> e2v2 e2v2("?distribution"):::projected e2v1("?release_statement"):::projected end f2--EXISTS--> f2e2 f2 --> v4 f2 --> c4 f2 --> v5 v4 --"p:qualifier/P437"--> v5 f3[["not "]] subgraph f3e3["Exists Clause"] e3v1 --"p:qualifier/P400"--> e3v2 e3v2("?platform"):::projected e3v1("?release_statement"):::projected end f3--EXISTS--> f3e3 f3 --> v4 f3 --> c5 f3 --> v6 v4 --"p:qualifier/P400"--> v6 f4[["not "]] subgraph f4e4["Exists Clause"] e4v1 --"wikibase:rank"--> e4c2 e4v1("?release_statement"):::projected e4c2(["wikibase:DeprecatedRank"]):::iri end f4--EXISTS--> f4e4 f4 --> v4 f4 --> c6 f4 --> c7 v4 --"wikibase:rank"--> c7 f5[["year-from-dateTime(?release) = '2019^^xsd:integer'"]] f5 --> v1 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"p:direct/P31"--> a1 a1 --"p:direct/P279"--> c9 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"p:direct/P31"--> c9 end union0r <== or ==> union0l end v3 --"p:P577"--> v4 v4 --"p:statement/value/P577"--> a2 a2 --"wikibase:timePrecision"--> c14 v4 --"p:statement/P577"--> v1 v4 --"p:qualifier/P291"--> c17 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c19 --"wikibase:language"--> c21 end