Difference between revisions of "Q1.8"

From BITPlan cr Wiki
Jump to navigation Jump to search
(Created page with "=Query= {{Query |id=1.8 |title=Workshops of Conference in Year |description=Identify all CEUR-WS.org proceedings volumes in which workshops of conference C in year Y were pub...")
 
Line 2: Line 2:
  
 
{{Query
 
{{Query
|id=1.8
+
|id=8
 
|title=Workshops of Conference in Year
 
|title=Workshops of Conference in Year
 
|description=Identify all CEUR-WS.org proceedings volumes in which workshops of conference C in year Y were published.
 
|description=Identify all CEUR-WS.org proceedings volumes in which workshops of conference C in year Y were published.

Revision as of 13:19, 19 March 2023

Query

Query
edit
id  8
name  
title  Workshops of Conference in Year
description  Identify all CEUR-WS.org proceedings volumes in which workshops of conference C in year Y were published.
sparql  
SELECT DISTINCT *
WHERE{
  VALUES ?conference_title {"ESWC 2022"@en}
  ?proceedings wdt:P31 wd:Q1143604;
               wdt:P179 wd:Q27230297;
               p:P179/pq:P478 ?volume_number;
               wdt:P577 ?pub_date;
               wdt:P4745 ?workshop.
  ?workshop wdt:P11633 ?conference.  # colocated with
  ?conference wdt:P1476|rdfs:label ?conference_title.
  
 FILTER(YEAR(?pub_date)= "2022"^^xsd:integer)
}
tryiturl  j57HVl→j57HVl
wdqsurl  →6UAw
scholia  →
relevance  
comment  
task  Task1→Task1

Freitext