Difference between revisions of "Q1.8"
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...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
{{Query | {{Query | ||
− | |id= | + | |id=8 |
+ | |name=WorkshopsOfConferenceInYear | ||
|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. | ||
Line 19: | Line 20: | ||
} | } | ||
|tryiturl=j57HVl | |tryiturl=j57HVl | ||
− | | | + | |wdqsurl=6UAw |
+ | |relevance=2 | ||
|task=Task1 | |task=Task1 | ||
|storemode=property | |storemode=property | ||
+ | |since=2015-08-25 | ||
}} | }} | ||
=Freitext= | =Freitext= |
Latest revision as of 10:36, 27 December 2023
Query
Query | |
---|---|
edit | |
id | 8 |
name | WorkshopsOfConferenceInYear |
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 |