WolfgangFahl / pyCEURmake

CEUR make python implementation
Apache License 2.0
2 stars 1 forks source link

add colocation information #81

Open WolfgangFahl opened 1 year ago

WolfgangFahl commented 1 year ago

CEUR-WS is one of the inputs that may provide metadata for the colocated property as outlined in https://github.com/WDscholia/scholia/issues/2174 see also https://docs.google.com/document/d/1cnYoFFtasDM7H7DuRcLmwl_41K-lYL9C6o5SoJHKvmA/edit#heading=h.gjdgxs for the definition

WolfgangFahl commented 1 year ago

Query for current usage of new property: https://w.wiki/6uSy

WolfgangFahl commented 1 year ago

Use case scenarios

Standard case workshop colocated with conference in @ notation Situation Given the

The 3rd Wikidata Workshop Workshop for the scientific Wikidata community @ ISWC 2022

which has been published as CEUR-WS Volume https://ceur-ws.org/Vol-3262/

Action Find out the conference the workshop has been colocated with and check wikidata for having the correct property - if not add it.

Expected Result colocated property should link to https://www.wikidata.org/wiki/Q109296593 The Triple therefor is: subject: The 3rd Wikidata Workshop predicated: colocated with object. ISWC 2022

WolfgangFahl commented 1 year ago

Corner case with joint proceedings of multiple workhops:

Situation https://ceur-ws.org/Vol-2888/ has mutiple workshop proceedings

Action Properly link to events and set colocated property

Expected Result colocated property should point to the wikidata entry for ICAIL 2021

see https://scholia.toolforge.org/event-series/Q105695748 for the incomplete series

tholzheim commented 1 year ago

Corner Case with Workshop affiliated with multiple conferences

Situation: see https://ceur-ws.org/Vol-1163/

Proceedings of the 12th International Workshop on Satisfiability Modulo Theories
affiliated with
the 26th International Conference on Computer Aided Verification ([CAV 2014](http://cavconference.org/)),
the 7th International Joint Conference on Automated Reasoning ([IJCAR 2014](http://cs.nyu.edu/ijcar2014/)), and
the 17th International Conference on Theory and Applications of Satisfiability Testing ([SAT 2014](http://baldur.iti.kit.edu/sat2014/)).

Action: Properly link workshop to all conferences with the colocation property

Expected Result:

Other possible result → ignore the workshop and raise warning/error unsupported corner case