Difference between revisions of "Q1.3"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Query | {{Query | ||
− | |id= | + | |id=3 |
+ | |name=AllAuthorsOfWorkshop | ||
|title=All Authors of Workshop | |title=All Authors of Workshop | ||
|description=List the full names of all authors who have (co-)authored a paper in workshop W . | |description=List the full names of all authors who have (co-)authored a paper in workshop W . | ||
Line 18: | Line 19: | ||
} | } | ||
|tryiturl=6JIyAd | |tryiturl=6JIyAd | ||
+ | |wdqsurl=6UAf | ||
+ | |relevance=2 | ||
|task=Task1 | |task=Task1 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
− | = | + | = Result LIMIT 7 = |
+ | === result === | ||
+ | {| class="wikitable" style="text-align: left;" | ||
+ | |+ <!-- caption --> | ||
+ | |- | ||
+ | ! proceedings !! author !! authorLabel | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q54860587 || Axel Polleres | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q51602692 || José Emilio Labra Gayo | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q54303353 || Stefan Decker | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q50411920 || Bela Gipp | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q42883470 || Moritz Schubotz | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q47536210 || Pierre Maret | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115053286 || http://www.wikidata.org/entity/Q21678689 || Paul Groth | ||
+ | |} |
Latest revision as of 15:43, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 3 |
name | AllAuthorsOfWorkshop |
title | All Authors of Workshop |
description | List the full names of all authors who have (co-)authored a paper in workshop W . |
sparql | SELECT DISTINCT ?proceedings ?author ?authorLabel
WHERE{
VALUES ?volume_number {"3262"}
?proceedings wdt:P31 wd:Q1143604;
wdt:P179 wd:Q27230297;
p:P179/pq:P478 ?volume_number.
?paper wdt:P31 wd:Q13442814;
wdt:P1433 ?proceedings;
wdt:P50|wdt:P2093 ?author.
?author rdfs:label ?authorLabel. FILTER(lang(?authorLabel)="en")
}
|
tryiturl | 6JIyAd→6JIyAd |
wdqsurl | 6UAf→6UAf |
scholia | → |
relevance | 2 |
comment | |
task | Task1→Task1 |
Result LIMIT 7
result
proceedings | author | authorLabel |
---|---|---|
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q54860587 | Axel Polleres |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q51602692 | José Emilio Labra Gayo |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q54303353 | Stefan Decker |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q50411920 | Bela Gipp |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q42883470 | Moritz Schubotz |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q47536210 | Pierre Maret |
http://www.wikidata.org/entity/Q115053286 | http://www.wikidata.org/entity/Q21678689 | Paul Groth |