Difference between revisions of "Q1.1"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Query | {{Query | ||
− | |id= | + | |id=1 |
− | |title=All Editors of Workshop | + | |name=AllEditorsOfWorkshop |
+ | |title=All Editors of Workshop(Volume W) | ||
|description=List the full names of all editors of the proceedings of workshop W . | |description=List the full names of all editors of the proceedings of workshop W . | ||
|sparql=SELECT ?proceedings ?editor ?editorLabel ?affiliation ?affiliationLabel | |sparql=SELECT ?proceedings ?editor ?editorLabel ?affiliation ?affiliationLabel | ||
Line 20: | Line 21: | ||
} | } | ||
|tryiturl=JGBD4b | |tryiturl=JGBD4b | ||
+ | |wdqsurl=6UAa | ||
+ | |relevance=3 | ||
+ | |task=Task1 | ||
|since=2015-08-25 | |since=2015-08-25 | ||
− | |||
}} | }} | ||
− | = | + | = result = |
+ | {| class="wikitable" style="text-align: left;" | ||
+ | |+ <!-- caption --> | ||
+ | |- | ||
+ | ! proceedings !! editor !! editorLabel !! affiliation !! affiliationLabel | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q114838705 || Kholoud Alghamdi || http://www.wikidata.org/entity/Q245247 || King's College London | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q37860261 || Lucie-Aimée Kaffee || http://www.wikidata.org/entity/Q186285 || University of Copenhagen | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q114079327 || Gabriel Amaral || http://www.wikidata.org/entity/Q245247 || King's College London | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q51903121 || Simon Razniewski || http://www.wikidata.org/entity/Q565400 || Max Planck Institute for Informatics | ||
+ | |} |
Latest revision as of 15:41, 21 March 2023
Query
Query | |
---|---|
id | 1 |
name | AllEditorsOfWorkshop |
title | All Editors of Workshop(Volume W) |
description | List the full names of all editors of the proceedings of workshop W . |
sparql | SELECT ?proceedings ?editor ?editorLabel ?affiliation ?affiliationLabel
WHERE{
VALUES ?volume_number {"3262"}
?proceedings wdt:P31 wd:Q1143604;
wdt:P179 wd:Q27230297;
p:P179/pq:P478 ?volume_number;
p:P98 [
ps:P98 ?editor;
pq:P1416 ?affiliation
].
?editor rdfs:label ?editorLabel. FILTER(lang(?editorLabel)="en")
?affiliation rdfs:label ?affiliationLabel. FILTER(lang(?affiliationLabel)="en")
}
|
tryiturl | JGBD4b→JGBD4b |
wdqsurl | 6UAa→6UAa |
scholia | → |
relevance | 3 |
comment | |
task | Task1→Task1 |
result
proceedings | editor | editorLabel | affiliation | affiliationLabel |
---|---|---|---|---|
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q114838705 | Kholoud Alghamdi | http://www.wikidata.org/entity/Q245247 | King's College London |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q37860261 | Lucie-Aimée Kaffee | http://www.wikidata.org/entity/Q186285 | University of Copenhagen |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q114079327 | Gabriel Amaral | http://www.wikidata.org/entity/Q245247 | King's College London |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q51903121 | Simon Razniewski | http://www.wikidata.org/entity/Q565400 | Max Planck Institute for Informatics |