Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extraction of Workshop/Conference Series #37

Open
tholzheim opened this issue Sep 14, 2022 · 6 comments
Open

Extraction of Workshop/Conference Series #37

tholzheim opened this issue Sep 14, 2022 · 6 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@tholzheim
Copy link
Collaborator

Often a workshop or conference is part of a series.
Thus the series name needs to be extracted and the events of the series need to link to the series.

@tholzheim tholzheim added the enhancement New feature or request label Sep 14, 2022
@tholzheim tholzheim self-assigned this Sep 14, 2022
@tholzheim
Copy link
Collaborator Author

tholzheim commented Sep 14, 2022

Example workshops that need to be linked to their series:

SELECT DISTINCT *{
    ?event p:P179 [ps:P179 wd:Q105698908;
                   pq:P1545 ?ordinal];
           wdt:P580 ?startTime;
           rdfs:label ?eventLabel.
  FILTER(lang(?eventLabel)="en")
} 
ORDER BY xsd:integer(?ordinal)

Try it!

ordinal event startTime eventLabel
4 http://www.wikidata.org/entity/Q113674315 2010-06-07T00:00:00Z 4th International i* Workshop
5 http://www.wikidata.org/entity/Q113659360 2011-08-28T00:00:00Z 5th International i* Workshop 2011
6 http://www.wikidata.org/entity/Q106338659 2013-06-17T00:00:00Z 6th International i* Workshop 2013, Valencia, Spain, June 17-18, 2013
8 http://www.wikidata.org/entity/Q113646061 2015-08-24T00:00:00Z Eighth International i* Workshop
9 http://www.wikidata.org/entity/Q113638296 2016-09-12T00:00:00Z Ninth International i* Workshop
10 http://www.wikidata.org/entity/Q106338658 2017-06-12T00:00:00Z 10th International i* Workshop co-located with the 29th International Conference on Advanced Information Systems Engineering (CAiSE 2017), Essen, Germany, June 12-13, 2017
11 http://www.wikidata.org/entity/Q113588856 2018-06-12T00:00:00Z 11th International i* Workshop
12 http://www.wikidata.org/entity/Q113583101 2019-11-04T00:00:00Z 12th International i* Workshop

@WolfgangFahl
Copy link
Owner

Be aware of disambiguation / deduplication e.g. https://www.wikidata.org/wiki/Q113674419 and https://www.wikidata.org/wiki/Q88860125

@WolfgangFahl
Copy link
Owner

see Workshop on Ontology Design and Patterns for disambiguation issues

@WolfgangFahl
Copy link
Owner

WolfgangFahl commented Jun 30, 2023

There are two series in CEUR-WS that have their own pages:

@WolfgangFahl
Copy link
Owner

WolfgangFahl commented Jun 30, 2023

Acceptance Criteria Use case scenarios

Standard case that only covers 9th to 12th edition -no knowledge about prior editions and later editions have been published via a different outlet:
Situation
There is a CURAC 2013 CURAC Annual Meeting proceedings entry at https://ceur-ws.org/Vol-1477/
with the title:
Proceedings of the CURAC (Computer- und Roboterassistierte Chirurgie) Annual Meeting

Since it is an annual meeting we assume that it is part of a series and therefore there might be previous and next meetings.

Action
Find all proceedings/events that belong to this series and have been published via CEUR-WS.

Expected Result
The events from

jq . volumes.json| grep -a2 CURAC | grep volume_number | sort -u
    "volume_number": "Vol-1429",
    "volume_number": "Vol-1475",
    "volume_number": "Vol-1476",
    "volume_number": "Vol-1477",

Situation
The i*workshop series as specified in https://scholia.toolforge.org/event-series/Q105698908 is taken into account

Action
Check series completeness in wikidata an fill in missing items

Expected Result
Ordinal and part of the series properties are available for all I*Workshop proceedings events that have been published via CEUR-WS

@WolfgangFahl
Copy link
Owner

https://w.wiki/6uRS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

2 participants