Difference between revisions of "Q0.3"

From BITPlan cr Wiki
Jump to navigation Jump to search
Line 51: Line 51:
 
|storemode=property
 
|storemode=property
 
}}
 
}}
 +
= Result Limit 7 =
 +
=== result ===
 +
{| class="wikitable" style="text-align: left;"
 +
|+ <!-- caption -->
 +
|-
 +
! event                                    !! title                                                                                                                                                            !! acronym              !! startTime          !! endTime            !! country                            !! instanceOf                              !! 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/Q40444998 ||
 +
|-
 +
| 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/Q40444998 ||
 +
|-
 +
| 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/Q40444998 ||
 +
|-
 +
| 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/Q40444998 ||
 +
|-
 +
| 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/Q40444998 ||
 +
|-
 +
| 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 || http://www.wikidata.org/entity/Q2020153  || 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  || http://www.wikidata.org/entity/Q2020153  || conf/chr/chr2022
 +
|}

Revision as of 16:12, 21 March 2023

Query

Query
edit
id  3
name  AllEvents
title  All events
description  List all proceeding events for proceedings published via CEUR-WS
sparql  
# Q0.3 List of all events
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
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) 
  (GROUP_CONCAT(?_instanceOf) as ?instanceOf) 
  (SAMPLE(?_colocatedWith) as ?colocatedWith) 
  (SAMPLE(?_dblpEventId) as ?dblpEventId) 
  (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:location ?_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:P179 ?_series.} 
  OPTIONAL{?event p:P179/pq:P1545 ?_ordinal.} 
}
GROUP BY ?event
ORDER BY DESC(?startTime)
tryiturl  hdZ426→Bww8ip
wdqsurl  6UDZ→6UKq
scholia  →
relevance  1
comment  
task  Task0→Task0

Result Limit 7

result

event title acronym startTime endTime country instanceOf 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/Q40444998
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/Q40444998
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/Q40444998
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/Q40444998
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/Q40444998
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 http://www.wikidata.org/entity/Q2020153 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 http://www.wikidata.org/entity/Q2020153 conf/chr/chr2022