Difference between revisions of "Q1.6"
Jump to navigation
Jump to search
(Created page with "=Query= {{Query |id=1.6 |title=previous editions of a workshop |description=(previous editions of a workshop) Identify all editions that the work- shop series titled T has pu...") |
|||
Line 2: | Line 2: | ||
{{Query | {{Query | ||
− | |id= | + | |id=6 |
|title=previous editions of a workshop | |title=previous editions of a workshop | ||
|description=(previous editions of a workshop) Identify all editions that the work- shop series titled T has published with CEUR-WS.org. | |description=(previous editions of a workshop) Identify all editions that the work- shop series titled T has published with CEUR-WS.org. |
Revision as of 13:18, 19 March 2023
Query
Query | |
---|---|
edit | |
id | 6 |
name | |
title | previous editions of a workshop |
description | (previous editions of a workshop) Identify all editions that the work- shop series titled T has published with CEUR-WS.org. |
sparql | SELECT DISTINCT ?event ?ordinal ?proceedings ?volume_number
WHERE{
VALUES ?series_title {"Wikidata Workshop"@en}
VALUES ?series_type{ wd:Q47459256 wd:Q47258130 }
?series wdt:P31 ?series_type;
wdt:P1476|rdfs:label ?series_title.
?event p:P179 [
ps:P179 ?series;
pq:P1545 ?ordinal
].
?proceedings wdt:P31 wd:Q1143604;
wdt:P179 wd:Q27230297;
p:P179/pq:P478 ?volume_number;
wdt:P4745 ?event.
}
|
tryiturl | kUPI5O→kUPI5O |
wdqsurl | →6UAo |
scholia | → |
relevance | |
comment | |
task | Task1→Task1 |