Q1.8
Jump to navigation
Jump to search
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→6UAw |
scholia | → |
relevance | 2 |
comment | |
task | Task1→Task1 |