Difference between revisions of "Q0.3"
Jump to navigation
Jump to search
(5 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
|id=3 | |id=3 | ||
|name=AllEvents | |name=AllEvents | ||
− | |title=All events | + | |title=All [[Concept:Event|events]] |
|description=List all proceeding events for proceedings published via CEUR-WS | |description=List all proceeding events for proceedings published via CEUR-WS | ||
− | |sparql= | + | |sparql=SELECT DISTINCT ?event |
− | |||
− | |||
− | |||
− | |||
− | |||
− | SELECT DISTINCT ?event | ||
(SAMPLE(?_title) as ?title) | (SAMPLE(?_title) as ?title) | ||
(SAMPLE(?_acronym) as ?acronym) | (SAMPLE(?_acronym) as ?acronym) | ||
Line 20: | Line 14: | ||
(SAMPLE(?_location) as ?location) | (SAMPLE(?_location) as ?location) | ||
(SAMPLE(?_officialWebsite) as ?officialWebsite) | (SAMPLE(?_officialWebsite) as ?officialWebsite) | ||
− | |||
(SAMPLE(?_colocatedWith) as ?colocatedWith) | (SAMPLE(?_colocatedWith) as ?colocatedWith) | ||
(SAMPLE(?_dblpEventId) as ?dblpEventId) | (SAMPLE(?_dblpEventId) as ?dblpEventId) | ||
+ | (SAMPLE(?_wikiCfpId) as ?wikiCfpId) | ||
(SAMPLE(?_series) as ?series) | (SAMPLE(?_series) as ?series) | ||
(SAMPLE(?_ordinal) as ?ordinal) | (SAMPLE(?_ordinal) as ?ordinal) | ||
Line 34: | Line 28: | ||
OPTIONAL{?event wdt:P582 ?_endTime.} | OPTIONAL{?event wdt:P582 ?_endTime.} | ||
OPTIONAL{?event wdt:P17 ?_country.} | OPTIONAL{?event wdt:P17 ?_country.} | ||
− | OPTIONAL{?event wdt: | + | OPTIONAL{?event wdt:P276 ?_location.} |
OPTIONAL{?event wdt:P856 ?_officialWebsite.} | OPTIONAL{?event wdt:P856 ?_officialWebsite.} | ||
OPTIONAL{?event wdt:P31 ?_instanceOf.} | OPTIONAL{?event wdt:P31 ?_instanceOf.} | ||
Line 40: | Line 34: | ||
OPTIONAL{?event wdt:P11633 ?_colocatedWith.} | OPTIONAL{?event wdt:P11633 ?_colocatedWith.} | ||
OPTIONAL{?event wdt:P10692 ?_dblpEventId.} | OPTIONAL{?event wdt:P10692 ?_dblpEventId.} | ||
+ | OPTIONAL{?event wdt:P5124 ?_wikiCfpId.} | ||
OPTIONAL{?event wdt:P179 ?_series.} | OPTIONAL{?event wdt:P179 ?_series.} | ||
OPTIONAL{?event p:P179/pq:P1545 ?_ordinal.} | OPTIONAL{?event p:P179/pq:P1545 ?_ordinal.} | ||
Line 45: | Line 40: | ||
GROUP BY ?event | GROUP BY ?event | ||
ORDER BY DESC(?startTime) | ORDER BY DESC(?startTime) | ||
− | |tryiturl= | + | |tryiturl=Bww8ip |
− | |wdqsurl= | + | |wdqsurl=6UKq |
|relevance=1 | |relevance=1 | ||
|task=Task0 | |task=Task0 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
− | = | + | |
+ | = Result Limit 7 = | ||
+ | === result === | ||
+ | {| class="wikitable" style="text-align: left;" | ||
+ | |+ <!-- caption --> | ||
+ | |- | ||
+ | ! event !! title !! acronym !! startTime !! endTime !! country !! dblpEventId | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q117190515 || IUI 2023 Workshops: HAI-GEN, ITAH, MILC, SHAI, SketchRec, SOCIALIZE || IUI-WS 23 || 2023-03-27 00:00:00 || 2023-03-31 00:00:00 || http://www.wikidata.org/entity/Q408 || | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q117190510 || 4th Crowd Science Workshop on Collaboration of Humans and Learning Algorithms for Data Labeling || CSW 2023 || 2023-03-03 00:00:00 || 2023-03-03 00:00:00 || http://www.wikidata.org/entity/Q334 || | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q116875513 || 26th Computer Vision Winter Workshop (CVWW 2023) || CVWW 2023 || 2023-02-15 00:00:00 || 2023-02-17 00:00:00 || || | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q117190512 || 10th Illia O. Teplytskyi Workshop on Computer Simulation in Education, and Workshop on Cloud-based Smart Technologies for Open Education (CoSinEi and CSTOE 2022) || CoSinE and CSTOE 2022 || 2022-12-22 00:00:00 || 2022-12-22 00:00:00 || http://www.wikidata.org/entity/Q212 || | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q116156374 || 2nd Workshop on sociAL roboTs for peRsonalized, continUous and adaptIve aSsisTance (ALTRUIST) || ALTRUIST 2022 || 2022-12-16 00:00:00 || 2022-12-16 00:00:00 || http://www.wikidata.org/entity/Q38 || | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q116797018 || Tunisian-Algerian Joint Conference on Applied Computing (TACC 2022) || TACC 2022 || 2022-12-13 00:00:00 || 2022-12-14 00:00:00 || http://www.wikidata.org/entity/Q262 || conf/tacc/tacc2022 | ||
+ | |- | ||
+ | | http://www.wikidata.org/entity/Q115616451 || Computational Humanities Research Conference 2022 || CHR 2022 || 2022-12-12 00:00:00 || 2022-12-14 00:00:00 || http://www.wikidata.org/entity/Q31 || conf/chr/chr2022 | ||
+ | |} |
Latest revision as of 14:35, 8 November 2023
Query
Query | |
---|---|
edit | |
id | 3 |
name | AllEvents |
title | All events |
description | List all proceeding events for proceedings published via CEUR-WS |
sparql | SELECT DISTINCT ?event
(SAMPLE(?_title) as ?title)
(SAMPLE(?_acronym) as ?acronym)
(SAMPLE(?_startTime) as ?startTime)
(SAMPLE(?_endTime) as ?endTime)
(SAMPLE(?_country) as ?country)
(SAMPLE(?_location) as ?location)
(SAMPLE(?_officialWebsite) as ?officialWebsite)
(SAMPLE(?_colocatedWith) as ?colocatedWith)
(SAMPLE(?_dblpEventId) as ?dblpEventId)
(SAMPLE(?_wikiCfpId) as ?wikiCfpId)
(SAMPLE(?_series) as ?series)
(SAMPLE(?_ordinal) as ?ordinal)
WHERE{
?proceeding wdt:P31 wd:Q1143604.
?proceeding wdt:P179 wd:Q27230297.
?proceeding p:P179/pq:P478 ?volumeNumber.
?proceeding wdt:P4745 ?event.
OPTIONAL{?event wdt:P1476 ?_title. Filter(lang(?_title)="en")}
OPTIONAL{?event wdt:P580 ?_startTime.}
OPTIONAL{?event wdt:P582 ?_endTime.}
OPTIONAL{?event wdt:P17 ?_country.}
OPTIONAL{?event wdt:P276 ?_location.}
OPTIONAL{?event wdt:P856 ?_officialWebsite.}
OPTIONAL{?event wdt:P31 ?_instanceOf.}
OPTIONAL{?event wdt:P1813 ?_acronym.}
OPTIONAL{?event wdt:P11633 ?_colocatedWith.}
OPTIONAL{?event wdt:P10692 ?_dblpEventId.}
OPTIONAL{?event wdt:P5124 ?_wikiCfpId.}
OPTIONAL{?event wdt:P179 ?_series.}
OPTIONAL{?event p:P179/pq:P1545 ?_ordinal.}
}
GROUP BY ?event
ORDER BY DESC(?startTime)
|
tryiturl | Bww8ip→Bww8ip |
wdqsurl | 6UKq→6UKq |
scholia | → |
relevance | 1 |
comment | |
task | Task0→Task0 |
Result Limit 7
result
event | title | acronym | startTime | endTime | country | dblpEventId |
---|---|---|---|---|---|---|
http://www.wikidata.org/entity/Q117190515 | IUI 2023 Workshops: HAI-GEN, ITAH, MILC, SHAI, SketchRec, SOCIALIZE | IUI-WS 23 | 2023-03-27 00:00:00 | 2023-03-31 00:00:00 | http://www.wikidata.org/entity/Q408 | |
http://www.wikidata.org/entity/Q117190510 | 4th Crowd Science Workshop on Collaboration of Humans and Learning Algorithms for Data Labeling | CSW 2023 | 2023-03-03 00:00:00 | 2023-03-03 00:00:00 | http://www.wikidata.org/entity/Q334 | |
http://www.wikidata.org/entity/Q116875513 | 26th Computer Vision Winter Workshop (CVWW 2023) | CVWW 2023 | 2023-02-15 00:00:00 | 2023-02-17 00:00:00 | ||
http://www.wikidata.org/entity/Q117190512 | 10th Illia O. Teplytskyi Workshop on Computer Simulation in Education, and Workshop on Cloud-based Smart Technologies for Open Education (CoSinEi and CSTOE 2022) | CoSinE and CSTOE 2022 | 2022-12-22 00:00:00 | 2022-12-22 00:00:00 | http://www.wikidata.org/entity/Q212 | |
http://www.wikidata.org/entity/Q116156374 | 2nd Workshop on sociAL roboTs for peRsonalized, continUous and adaptIve aSsisTance (ALTRUIST) | ALTRUIST 2022 | 2022-12-16 00:00:00 | 2022-12-16 00:00:00 | http://www.wikidata.org/entity/Q38 | |
http://www.wikidata.org/entity/Q116797018 | Tunisian-Algerian Joint Conference on Applied Computing (TACC 2022) | TACC 2022 | 2022-12-13 00:00:00 | 2022-12-14 00:00:00 | http://www.wikidata.org/entity/Q262 | conf/tacc/tacc2022 |
http://www.wikidata.org/entity/Q115616451 | Computational Humanities Research Conference 2022 | CHR 2022 | 2022-12-12 00:00:00 | 2022-12-14 00:00:00 | http://www.wikidata.org/entity/Q31 | conf/chr/chr2022 |