Difference between revisions of "Q0.4"
Jump to navigation
Jump to search
(Created page with "=Query= {{Query |id=4 |title=All event series |description=List all event series that have at least one event whose proceedings have been published through CEUR-WS. |sparql=#...") |
|||
Line 27: | Line 27: | ||
} | } | ||
GROUP BY ?series | GROUP BY ?series | ||
+ | |tryiturl=JqXf3G | ||
|wdqsurl=6UE4 | |wdqsurl=6UE4 | ||
|relevance=1 | |relevance=1 |
Revision as of 11:39, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 4 |
name | |
title | All event series |
description | List all event series that have at least one event whose proceedings have been published through CEUR-WS. |
sparql | # Q0.4 List all event series
SELECT DISTINCT ?series
(SAMPLE(?_title) as ?title)
(SAMPLE(?_acronym) as ?acronym)
(SAMPLE(?_officialWebsite) as ?officialWebsite)
(GROUP_CONCAT(?_instanceOf) as ?instanceOf)
(SAMPLE(?_dblpVenueId) as ?dblpVenueId)
(SAMPLE(?_wikiCfpSeriesId) as ?wikiCfpSeriesId)
WHERE{
?proceeding wdt:P31 wd:Q1143604.
?proceeding wdt:P179 wd:Q27230297.
?proceeding p:P179/pq:P478 ?volumeNumber.
?proceeding wdt:P4745 ?event.
?event wdt:P179 ?series.
OPTIONAL{?series wdt:P1476 ?_title. Filter(lang(?_title)="en")}
OPTIONAL{?series wdt:P856 ?_officialWebsite.}
OPTIONAL{?series wdt:P31 ?_instanceOf.}
OPTIONAL{?series wdt:P1813 ?_acronym.}
OPTIONAL{?series wdt:P8926 ?_dblpVenueId.}
OPTIONAL{?series wdt:P5127 ?_wikiCfpSeriesId.}
}
GROUP BY ?series
|
tryiturl | JqXf3G→JqXf3G |
wdqsurl | 6UE4→6UE4 |
scholia | → |
relevance | 1 |
comment | |
task | Task0→Task0 |