Q1.2

From BITPlan cr Wiki
Revision as of 10:07, 19 March 2023 by Wf (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Query

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

Query
edit
id  Q1.2
name  
title  
  1. 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