Difference between revisions of "Q1.2"

From BITPlan cr Wiki
Jump to navigation Jump to search
(Created page with "=Query= {{Query |id=Q1.2 |title=# of Papers in Workshop |description=Count the number of papers in workshop W . |sparql=SELECT ?proceedings (COUNT(DISTINCT ?paper) as ?number...")
 
Line 1: Line 1:
 
=Query=
 
=Query=
 
 
{{Query
 
{{Query
 
|id=Q1.2
 
|id=Q1.2
|title=# of Papers in Workshop
+
|title=Number of Papers in Workshop
 
|description=Count the number of papers in workshop W .
 
|description=Count the number of papers in workshop W .
 
|sparql=SELECT ?proceedings (COUNT(DISTINCT ?paper) as ?number_of_papers)
 
|sparql=SELECT ?proceedings (COUNT(DISTINCT ?paper) as ?number_of_papers)

Revision as of 10:07, 19 March 2023

Query

"Q" can not be assigned to a declared number type with value 1.2.

Query
edit
id  Q1.2
name  
title  Number of Papers in Workshop
description  Count the number of papers in workshop W .
sparql  
SELECT ?proceedings (COUNT(DISTINCT ?paper) as ?number_of_papers)
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.
}
GROUP BY ?proceedings
tryiturl  →9e3zUz
wdqsurl  →6UAd
scholia  →
relevance  
comment  
task  Task1→Task1

Freitext