Difference between revisions of "Q1.12"
Jump to navigation
Jump to search
(Created page with "=Query= {{Query |id=12 |title=Change of Workshop title |description=(change of workshop title) Determine the title (without year) that workshop W had in its first edition. |s...") |
|||
Line 3: | Line 3: | ||
{{Query | {{Query | ||
|id=12 | |id=12 | ||
+ | |task=Task1 | ||
|title=Change of Workshop title | |title=Change of Workshop title | ||
|description=(change of workshop title) Determine the title (without year) that workshop W had in its first edition. | |description=(change of workshop title) Determine the title (without year) that workshop W had in its first edition. | ||
Line 26: | Line 27: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
− |
Revision as of 13:20, 19 March 2023
Query
Query | |
---|---|
edit | |
id | 12 |
name | |
title | Change of Workshop title |
description | (change of workshop title) Determine the title (without year) that workshop W had in its first edition. |
sparql | SELECT DISTINCT ?event ?eventLabel
WHERE{
VALUES ?event_title {"The Third Wikidata Workshop"@en}
?proceedings wdt:P31 wd:Q1143604;
wdt:P179 wd:Q27230297;
p:P179/pq:P478 ?volume_number;
wdt:P4745 ?e.
?e wdt:P179 ?series;
wdt:P1476|rdfs:label ?event_title.
?event p:P179 [
ps:P179 ?series;
pq:P1545 ?ordinal
].
?event rdfs:label ?eventLabel. FILTER(lang(?eventLabel)="en")
}
ORDER BY ?ordinal
LIMIT 1
|
tryiturl | a1sm2q→a1sm2q |
wdqsurl | →6UB5 |
scholia | → |
relevance | |
comment | |
task | Task1→Task1 |