Difference between revisions of "Q1.4"

From BITPlan cr Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
 
{{Query
 
{{Query
|id=1.4
+
|id=4
 
|title=Average #of pages in workshop
 
|title=Average #of pages in workshop
 
|description=Compute the average length of a paper (in pages) in workshop W
 
|description=Compute the average length of a paper (in pages) in workshop W
Line 22: Line 22:
 
|storemode=property
 
|storemode=property
 
}}
 
}}
=Freitext=
 

Revision as of 12:12, 19 March 2023

Query

Query
edit
id  4
name  
title  Average #of pages in workshop
description  Compute the average length of a paper (in pages) in workshop W
sparql  
SELECT DISTINCT ?proceedings (AVG(?number_of_pages) as ?avg_number_of_pages)
WHERE{
  VALUES ?volume_number {"3262"}
  ?proceedings wdt:P31 wd:Q1143604;
               wdt:P179 wd:Q27230297;
               p:P179/pq:P478 ?volume_number.
  
  ?paper wdt:P31 wd:Q13442814;
         wdt:P1433 ?proceedings;
         wdt:P1104 ?number_of_pages.
}
GROUP BY ?proceedings
tryiturl  NGlB2l→NGlB2l
wdqsurl  →6UAX
scholia  →
relevance  
comment  
task  Task1→Task1