Skip to content

SemPub16_QueriesTask1

SaharVahdati edited this page Jan 17, 2016 · 7 revisions

More details and explanations will be gradually added to this page. Participants are invited to use the mailing list to comment, to ask questions, and to and get in touch with chairs and other participants.

General information and rules

Participants are required to translate the input queries into SPARQL queries that can be executed against the produced LOD. The dataset can use any vocabulary but the query result output must conform with the rules described on this page.

Some preliminary information and general rules:

  • queries must produce a CSV output, according to the rules detailed below. The evaluation will be performed automatically by comparing this output (on the evaluation dataset) with the expected results.
  • IRIs of workshop volumes and papers must follow the following naming convention:
type of resource URI example
workshop volume http://ceur-ws.org/Vol-1010/
paper http://ceur-ws.org/Vol-1099/#paper3

Papers have fragment IDs like paper3 in the most recently published workshop proceedings. When processing older workshop proceedings, please derive such IDs from the filenames of the papers (e.g. paper3.pdfpaper3).

  • IRIs of other resources (e.g. persons) must also be within the http://ceur-ws.org/ namespace, but in a path separate from http://ceur-ws.org/Vol-NNN/ for any number NNN.
  • All data relevant for the queries and available in the input dataset must be extracted and produced as output. Though the evaluation mechanisms will be implemented so as to take minor differences into account and to normalize them, participants are asked to extract as much as information as possible. Further details are given below for each query.

We do not provide further explanations for queries whose output looks clear. If they are not or there is any other issue, please feel free to ask.

Query Results Output

  • The order of output records does not matter.
  • Unless explicitly specified below, the documents in the training/evaluation dataset are the only source of information that should be processed in order to answer a query. This means, e.g., that, unless explicitly specified, we do not take into account workshops that have not been published with CEUR-WS.org.
  • When the expected result is of type xsd:decimal, we tolerate deviations of 0.01.

Queries

Query Q1.1: Editors of a Proceedings Volume

Query: List the full names of all editors of the proceedings of workshop W

Expected output format (CSV):

workshop-iri,editor-name
<IRI>,rdfs:Literal
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,editor-name
<http://ceur-ws.org/Vol-1085/>,"Marc Aiguier"
<http://ceur-ws.org/Vol-1085/>,"Frédéric Boulanger"
<http://ceur-ws.org/Vol-1085/>,"Daniel Krob"
<http://ceur-ws.org/Vol-1085/>,"Clotilde Marchal"
<http://ceur-ws.org/Vol-1008/>,"Gioele Barabucci"
<http://ceur-ws.org/Vol-1008/>,"Uwe M. Borghoff"
<http://ceur-ws.org/Vol-1008/>,"Angelo Di Iorio"
<http://ceur-ws.org/Vol-1008/>,"Sonja Maier"
<http://ceur-ws.org/Vol-540/>,"Schahram Dustdar"
<http://ceur-ws.org/Vol-540/>,"Manfred Hauswirth"
<http://ceur-ws.org/Vol-540/>,"Juan José Hierro (Juanjo)"
<http://ceur-ws.org/Vol-540/>,"Javier Soriano"
<http://ceur-ws.org/Vol-540/>,"Florian Urmetzer"
<http://ceur-ws.org/Vol-540/>,"Knud Möller"
<http://ceur-ws.org/Vol-540/>,"Ismael Rivera"
<http://ceur-ws.org/Vol-1/>,"Franz Baader"
<http://ceur-ws.org/Vol-1/>,"Martin Buchheit"
<http://ceur-ws.org/Vol-1/>,"Manfred A. Jeusfeld"
<http://ceur-ws.org/Vol-1/>,"Werner Nutt"
<http://ceur-ws.org/Vol-1500/>,"Juergen Dingel"
<http://ceur-ws.org/Vol-1500/>,"Sahar Kokaly"
<http://ceur-ws.org/Vol-1500/>,"Levi Lúcio"
<http://ceur-ws.org/Vol-1500/>,"Rick Salay"
<http://ceur-ws.org/Vol-1500/>,"Hans Vangheluwe"
<http://ceur-ws.org/Vol-1533/>,"Mouzhi Ge"
<http://ceur-ws.org/Vol-1533/>,"Francesco Ricci"

Notes

  • In the main index the editors of http://ceur-ws.org/Vol-1/ are given with initials instead of full given names (e.g. “M.A. Jeusfeld”). Returning these names in addition to the full names (which are given in the table of contents) is fine, but we expect at least the full names to be returned.

Query Q1.2: Numbers of Papers in a Workshop

Query: Count the number of papers in workshop W

Expected output format (CSV):

workshop-iri,paper-count
<IRI>,xsd:integer
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,paper-count
<http://ceur-ws.org/Vol-1503/>,"11"^^xsd:integer
<http://ceur-ws.org/Vol-1481/>,"33"^^xsd:integer
<http://ceur-ws.org/Vol-1008/>,"7"^^xsd:integer
<http://ceur-ws.org/Vol-994/>,"8"^^xsd:integer
<http://ceur-ws.org/Vol-979/>,"11"^^xsd:integer
<http://ceur-ws.org/Vol-1/>,"15"^^xsd:integer

Notes

Query Q1.3: Authors of Papers

Query: List the full names of all authors who have (co-)authored a paper in workshop W

Expected output format (CSV):

workshop-iri,author-name
<IRI>,rdfs:Literal
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,author-name
<http://ceur-ws.org/Vol-1085/>,"Alfredo Gomez"
<http://ceur-ws.org/Vol-1085/>,"André Ayoun"
<http://ceur-ws.org/Vol-1085/>,"Armin Hasse"
<http://ceur-ws.org/Vol-1085/>,"Arne Herberg"
<http://ceur-ws.org/Vol-1085/>,"Benoit Fonck"
<http://ceur-ws.org/Vol-1085/>,"Cees Michielsen"
<http://ceur-ws.org/Vol-1085/>,"Fabien Retho"
<http://ceur-ws.org/Vol-1085/>,"Fabio Roda"
<http://ceur-ws.org/Vol-1085/>,"Fernand Quartier",
<http://ceur-ws.org/Vol-1085/>,"Frederic Manon"
<http://ceur-ws.org/Vol-1085/>,"Gianni Inzerillo"
<http://ceur-ws.org/Vol-1085/>,"Guillaume Auriol"  
<http://ceur-ws.org/Vol-1085/>,"Hamid Demmou"
<http://ceur-ws.org/Vol-1085/>,"Hichem Smaoui"
<http://ceur-ws.org/Vol-1085/>,"Imad Sanduka"
<http://ceur-ws.org/Vol-1085/>,"Jean-Claude Vannier"
<http://ceur-ws.org/Vol-1085/>,"Kristin Paetzold"
<http://ceur-ws.org/Vol-1085/>,"Mikhail Belov"
<http://ceur-ws.org/Vol-1085/>,"Nabil Sadou"
<http://ceur-ws.org/Vol-1085/>,"Nicolas Daclin"
<http://ceur-ws.org/Vol-1085/>,"Olivier Rosec"
<http://ceur-ws.org/Vol-1085/>,"Pascal Rivière"
<http://ceur-ws.org/Vol-1085/>,"Philippe Dessante"
<http://ceur-ws.org/Vol-1085/>,"Roman Obermaisser"
<http://ceur-ws.org/Vol-1085/>,"Romaric Guillerm"
<http://ceur-ws.org/Vol-1085/>,"Thierry Sop Njindam"
<http://ceur-ws.org/Vol-1085/>,"Tim Lochow"
<http://ceur-ws.org/Vol-1085/>,"Torsten Metzler"
<http://ceur-ws.org/Vol-1085/>,"Udo Lindemann"
<http://ceur-ws.org/Vol-1085/>,"Vikas Shukla"
<http://ceur-ws.org/Vol-1085/>,"Vincent Chapurlat"
<http://ceur-ws.org/Vol-1085/>,"Yann Hourdel"
<http://ceur-ws.org/Vol-994/>,"Aleix Garrido"
<http://ceur-ws.org/Vol-994/>,"Alexander Garcia"
<http://ceur-ws.org/Vol-994/>,"Andrea Giovanni Nuzzolese"
<http://ceur-ws.org/Vol-994/>,"Angelo Di Iorio"
<http://ceur-ws.org/Vol-994/>,"Chris Mavergames"
<http://ceur-ws.org/Vol-994/>,"Christian Pietsch"
<http://ceur-ws.org/Vol-994/>,"Cord Wiljes"
<http://ceur-ws.org/Vol-994/>,"Dietrich Rebholz-Schuhmann"
<http://ceur-ws.org/Vol-994/>,"Esteban García-Cuesta"
<http://ceur-ws.org/Vol-994/>,"Florian Lier"
<http://ceur-ws.org/Vol-994/>,"Johanna Vompras"
<http://ceur-ws.org/Vol-994/>,"José Enrique Ruiz"
<http://ceur-ws.org/Vol-994/>,"José Manuel Gómez-Pérez"
<http://ceur-ws.org/Vol-994/>,"Jun Zhao"
<http://ceur-ws.org/Vol-994/>,"Leyla Jael García Castro"
<http://ceur-ws.org/Vol-994/>,"Lindsay Marshall"
<http://ceur-ws.org/Vol-994/>,"Lorne Becker"
<http://ceur-ws.org/Vol-994/>,"Najko Jahn"
<http://ceur-ws.org/Vol-994/>,"Paul Groth"
<http://ceur-ws.org/Vol-994/>,"Peter Murray-Rust"
<http://ceur-ws.org/Vol-994/>,"Philipp Cimiano"
<http://ceur-ws.org/Vol-994/>,"Phillip Lord"
<http://ceur-ws.org/Vol-994/>,"Rafael Berlanga"
<http://ceur-ws.org/Vol-994/>,"Sara Magliacane"
<http://ceur-ws.org/Vol-994/>,"Silver Oliver"
<http://ceur-ws.org/Vol-994/>,"Silvio Peroni"
<http://ceur-ws.org/Vol-994/>,"Thilo Paul-Stueve"
<http://ceur-ws.org/Vol-1521/>,"Markus Schedl"
<http://ceur-ws.org/Vol-1521/>,"Kezban Dilek Kisa"
<http://ceur-ws.org/Vol-1521/>,"Pinar Karagoz"
<http://ceur-ws.org/Vol-1521/>,"Michele Berlingerio"
<http://ceur-ws.org/Vol-1521/>,"Martin Atzmuellerv
<http://ceur-ws.org/Vol-1521/>,"Dennis Kroll"
<http://ceur-ws.org/Vol-1521/>,"Mark Kibanov"
<http://ceur-ws.org/Vol-1521/>,"Matthias Trojahn"
<http://ceur-ws.org/Vol-1521/>,"Naveed Hayat"
<http://ceur-ws.org/Vol-1521/>,"Aditya Johri"
<http://ceur-ws.org/Vol-1521/>,"Carlotta Domeniconi"
<http://ceur-ws.org/Vol-1521/>,"Matt Revelle"
<http://ceur-ws.org/Vol-1521/>,"Avijit Saha"
<http://ceur-ws.org/Vol-1521/>,"Balaraman Ravindran"
<http://ceur-ws.org/Vol-1521/>,"Rishabh Misra"
<http://ceur-ws.org/Vol-1521/>,"Albert Bifet"
<http://ceur-ws.org/Vol-1534/>,"Peter Eklund"
<http://ceur-ws.org/Vol-1534/>,"Thomas Tilley"
<http://ceur-ws.org/Vol-1534/>,"Martin Atzmueller"
<http://ceur-ws.org/Vol-1534/>,"Alexandra Barysheva"
<http://ceur-ws.org/Vol-1534/>,"Anna Golubtsova"
<http://ceur-ws.org/Vol-1534/>,"Francesco Kriegel"
<http://ceur-ws.org/Vol-1534/>,"Rostislav Yavorskiy"
<http://ceur-ws.org/Vol-1534/>,"Alexey Neznanov"
<http://ceur-ws.org/Vol-1534/>,"Henry Soldano"
<http://ceur-ws.org/Vol-1534/>,"Andrey Parinov"
<http://ceur-ws.org/Vol-1534/>,"Guillaume Santini"
<http://ceur-ws.org/Vol-1534/>,"Dominique Bouthinon"
<http://ceur-ws.org/Vol-1534/>,"Carmen Pelaez-Moreno"
<http://ceur-ws.org/Vol-1534/>,"Francisco J. Valverde-Albacete"

Notes

  • http://ceur-ws.org/Vol-994/ has some links to “auxiliary” papers that don't count as proper workshop papers.
  • Both http://ceur-ws.org/Vol-1085/ and http://ceur-ws.org/Vol-994/ use RDFa, but only the microformat markup distinguishes a proceedings preface, which doesn't count as a paper, from the proper papers.
  • http://ceur-ws.org/Vol-994/ has some links to “auxiliary” papers that don't count as proper papers.
  • Also be prepared to process tables of contents that don't use RDFa or microformats. They obviously use different markup for the authors.

Query Q1.4: Local chairs

Query: Identify the full names of those chairs of workshop W that are affiliated in the same country that the workshop took place among published workshops with CEUR-WS.org. Use DBpedia resources for the countries.

Expected output format (CSV):

workshop-iri,chair-name,country
<IRI>,rdfs:Literal,<IRI>
[...]

Example in TD

Use these values for T in the query; run the query for all values at once using OR:

CSV output:

volume-iri,chair-name,country-dbpedia
<http://ceur-ws.org/Vol-1081/>,"David Pearce",<http://dbpedia.org/page/Spain>

Query Q1.5: Length of Papers

Query: Compute the average length (in numbers of pages) of a paper in workshop W

Expected output format (CSV):

workshop-iri,avg-page-count
<IRI>,xsd:decimal
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,avg-page-count
<http://ceur-ws.org/Vol-1085/>,"11.93333333333333"^^xsd:decimal
<http://ceur-ws.org/Vol-994/>,"10.125"^^xsd:decimal
<http://ceur-ws.org/Vol-1540/>,"4,555555555555556"^^xsd:decimal
<http://ceur-ws.org/Vol-1512/>,"13"^^xsd:decima

Notes

Changes

  • 2015-03-07: fixed datatype in “expected output format” to xsd:decimal

Query Q1.6: Publication Turnaround

Query: Find out whether the proceedings of workshop W were published on CEUR-WS.org before the workshop took place.

Expected output format (CSV):

workshop-iri,published-before
<IRI>,xsd:boolean
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,published-before
<http://ceur-ws.org/Vol-1085/>,"true"^^xsd:boolean
<http://ceur-ws.org/Vol-1/>,"false"^^xsd:boolean
<http://ceur-ws.org/Vol-1515/>,"false"^^xsd:boolean
<http://ceur-ws.org/Vol-1400//>,"true"^^xsd:boolean

Notes

Old proceedings volumes do not have a separate “published” date, but only a “submitted” date. For them, the “published” information is only available from the main index.

Query Q1.7: Previous Editions of a Workshop

Query: Identify all editions that the workshop series titled T has published with CEUR-WS.org

Expected output format (CSV):

workshop-title,edition-iri
rdfs:Literal,<IRI>
[...]

Example in TD

Use these values for T in the query; run the query for all values at once using OR:

  • "Linked Data on the Web"
  • "Workshop on Modular Ontologies"
  • "Ontology Matching"

CSV output:

workshop-title,edition-iri
"Linked Data on the Web",<http://ceur-ws.org/Vol-1184/>
"Linked Data on the Web",<http://ceur-ws.org/Vol-996/>
"Linked Data on the Web",<http://ceur-ws.org/Vol-937/>
"Linked Data on the Web",<http://ceur-ws.org/Vol-813/>
"Linked Data on the Web",<http://ceur-ws.org/Vol-628/>
"Linked Data on the Web",<http://ceur-ws.org/Vol-538/>
"Linked Data on the Web",<http://ceur-ws.org/Vol-369/>
"Workshop on Modular Ontologies",<http://ceur-ws.org/Vol-1248/>
"Workshop on Modular Ontologies",<http://ceur-ws.org/Vol-1081/>
"Workshop on Modular Ontologies",<http://ceur-ws.org/Vol-875/>
"Workshop on Modular Ontologies",<http://ceur-ws.org/Vol-315/>
"Workshop on Modular Ontologies",<http://ceur-ws.org/Vol-232/>
"Ontology Matching",<http://ceur-ws.org/Vol-814/>
"Ontology Matching",<http://ceur-ws.org/Vol-225/>
"Ontology Matching",<http://ceur-ws.org/Vol-304/>
"Ontology Matching",<http://ceur-ws.org/Vol-431/>
"Ontology Matching",<http://ceur-ws.org/Vol-551/>
"Ontology Matching",<http://ceur-ws.org/Vol-946/>
"Ontology Matching",<http://ceur-ws.org/Vol-1317/>
"Ontology Matching",<http://ceur-ws.org/Vol-1111/>
"Ontology Matching",<http://ceur-ws.org/Vol-689/>

Notes

Implement the query by looking for workshop title strings that start with the value given for T.

Query Q1.8: Chairs over the History of a Workshop

Query: Identify the full names of those chairs of the workshop series titled T that have so far been a chair in every edition of the workshop that was published with CEUR-WS.org

Expected output format (CSV):

workshop-title,chair-name
rdfs:Literal,rdfs:Literal
[...]

Example in TD

Use these values for T in the query; run the query for all values at once using OR:

  • "Linked Data on the Web"
  • "Semantic Publishing"
  • "Uncertainty Reasoning for the Semantic Web"

CSV output:

workshop-title,chair-name
"Linked Data on the Web","Christian Bizer"
"Linked Data on the Web","Tom Heath"
"Linked Data on the Web","Tim Berners-Lee"
"Semantic Publishing","Alexander García Castro"
"Semantic Publishing","Christoph Lange"
"Uncertainty Reasoning for the Semantic Web","Paulo C. G. da Costa"
"Uncertainty Reasoning for the Semantic Web","Michael Pool"

Notes

Implement the query by looking for workshop title strings that start with the value given for T.

Changes

  • 2015-03-07: fixed title of third example workshop: using full title “Uncertainty Reasoning for the Semantic Web” instead of abbreviation “URSW”.

Query Q1.9: All Workshops of a Conference

Query: Identify all CEUR-WS.org proceedings volumes in which papers of workshops of conference C in year Y were published

Expected output format (CSV):

conference-acronym,year,volume-iri
rdfs:Literal,xsd:integer,<IRI>
[...]

Example in TD

Use these values in the query; run the query for all values at once using OR:

  • C = "LPNMR" and Y = 2013
  • C = "WWW" and Y = 2012
  • C = "WWW" and Y = 2015

CSV output:

conference-acronym,year,volume-iri
"LPNMR","2013"^^xsd:integer,<http://ceur-ws.org/Vol-1081/>
"LPNMR","2013"^^xsd:integer,<http://ceur-ws.org/Vol-1044/>
"WWW","2012"^^xsd:integer,<http://ceur-ws.org/Vol-937/>
"WWW","2012"^^xsd:integer,<http://ceur-ws.org/Vol-869/>
"WWW","2012"^^xsd:integer,<http://ceur-ws.org/Vol-859/>
"WWW","2012"^^xsd:integer,<http://ceur-ws.org/Vol-840/>
"WWW","2012"^^xsd:integer,<http://ceur-ws.org/Vol-838/>
"WWW","2015"^^xsd:integer,<http://ceur-ws.org/Vol-1395/>
"WWW","2015"^^xsd:integer,<http://ceur-ws.org/Vol-1409/>

Notes

Conferences may be abbreviated in different ways, e.g. "CCCCYYYY", "CCCC YYYY" or "CCCC'YY".

Query Q1.10: Papers Co-Authored by Chairs

Query: Identify those papers of workshop W that were (co-)authored by at least one chair of the workshop

Expected output format (CSV):

workshop-iri,paper-iri
<IRI>,<IRI>
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,paper-iri
<http://ceur-ws.org/Vol-1081/>,<http://ceur-ws.org/Vol-1081/#womo2013_regular_paper_4>
<http://ceur-ws.org/Vol-721/>,<http://ceur-ws.org/Vol-721/#paper-01>
<http://ceur-ws.org/Vol-721/>,<http://ceur-ws.org/Vol-721/#paper-04>
<http://ceur-ws.org/Vol-1/>,<http://ceur-ws.org/Vol-1/#buchheit-et-al-long>
<http://ceur-ws.org/Vol-1/>,<http://ceur-ws.org/Vol-1/#jeusfeld-long>
<http://ceur-ws.org/Vol-1407/>,<http://ceur-ws.org/Vol-1407/#paper-7.pdf>
<http://ceur-ws.org/Vol-1407/>,<http://ceur-ws.org/Vol-1507/#paper-11.pdf>
<http://ceur-ws.org/Vol-1507/>,<http://ceur-ws.org/Vol-1507/#paper-1.pdf>
<http://ceur-ws.org/Vol-1507/>,<http://ceur-ws.org/Vol-1507/#paper-3.pdf>
<http://ceur-ws.org/Vol-1507/>,<http://ceur-ws.org/Vol-1507/#paper-9.pdf>
<http://ceur-ws.org/Vol-1507/>,<http://ceur-ws.org/Vol-1507/#paper-11.pdf>
<http://ceur-ws.org/Vol-1507/>,<http://ceur-ws.org/Vol-1507/#paper-7.pdf>

Notes

  • http://ceur-ws.org/Vol-1081/ also list the proceedings, but they do not count as a paper.
  • http://ceur-ws.org/Vol-1008/ does not have a paper that was co-authored by a chair.
  • http://ceur-ws.org/Vol-1/ lists the full names of chairs but only initials for authors. For answering this query you may assume that, if a proceedings volume's table of contents mentions a person “R. D. Fuller” and only one fully named person “R* D* Fuller” (e.g. “Ronald David Fuller”), these two are the same.

Query Q1.11: Invited Authors

Query: List the full names of all authors of invited papers in workshop W

Expected output format (CSV):

workshop-iri,author-name
<IRI>,rdfs:Literal
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,author-name
<http://ceur-ws.org/Vol-1081/>,"Till Mossakowski"
<http://ceur-ws.org/Vol-1081/>,"Oliver Kutz"
<http://ceur-ws.org/Vol-1081/>,"Mihai Codescu"
<http://ceur-ws.org/Vol-1081/>,"Christoph Lange"
<http://ceur-ws.org/Vol-1081/>,"George A. Vouros"
<http://ceur-ws.org/Vol-1008/>,"Ethan Munson"
<http://ceur-ws.org/Vol-875/>,"Thomas Eiter"
<http://ceur-ws.org/Vol-875/>,"Luciano Serafini"
<http://ceur-ws.org/Vol-1/>,"M. Lenzerini"
<http://ceur-ws.org/Vol-1/>,"M. Scholl"
<http://ceur-ws.org/Vol-1541/>,"Mike Milinkovich"
<http://ceur-ws.org/Vol-1541/>,"Eclipse Foundation"
<http://ceur-ws.org/Vol-1501/>,"Pascal Hitzler"
<http://ceur-ws.org/Vol-1510/>,"Aldo Gangemi"
<http://ceur-ws.org/Vol-1510/>,"Amanda J. Sharkey"

Notes

  • http://ceur-ws.org/Vol-1085/ has not had an invited paper.
  • Some workshops dedicate one session to invited papers, which is, if microformat markup is used in the table of contents, marked up as CEURSESSION.
  • Invited papers may also be listed as “invited talks” (e.g. in Vol-875 and Vol-1) or “keynotes”.
  • We do not require author name disambiguation here (but do so in Task 3). As you can see for http://ceur-ws.org/Vol-1/ above, if authors are not listed with their full names but only with their initials, that's what this query should return.

Changes

  • 2015-03-07: added explanatory note on author names with initials

Query Q1.12: Number of Editions of a Workshop

Query: Determine the overall number of editions that the workshop series titled T has had, regardless of whether published with CEUR-WS.org

Expected output format (CSV):

workshop-title,edition-count
rdfs:Literal,xsd:integer
[...]

Example in TD

Use these values for T in the query; run the query for all values at once using OR:

  • "Linked Data on the Web"
  • "Workshop on Modular Ontologies"
  • "AI and Feedback"

CSV output:

workshop-title,edition-count
"Linked Data on the Web","7"^^xsd:integer
"Workshop on Modular Ontologies","8"^^xsd:integer
"AI and Feedback ","1"^^xsd:integer

Notes

If information such as a full title “n-th workshop on …” is available, make use of it. You will see that some editions of the Workshop on Modular Ontologies have not been published with CEUR-WS.org.

Changes

  • 2015-02-23: updated counts w.r.t. 2014 editions

Query Q1.13: Change of Workshop Title

Query: Determine the title (without year) that workshop W had in its first edition

Expected output format (CSV):

workshop-iri,first-title,first-iri
<IRI>,rdfs:Literal,<IRI>
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,first-title,first-iri
<http://ceur-ws.org/Vol-1074/>,"Non-functional System Properties in Domain Specific Modeling Languages 2008.",<http://ceur-ws.org/Vol-394/>
<http://ceur-ws.org/Vol-1049/>,"Forschungskolloquium Business Intelligence",<http://ceur-ws.org/Vol-542/>
<http://ceur-ws.org/Vol-1407/>,"AI and Feedback co-located",<http://ceur-ws.org/Vol-1407/>

Notes

For answering this query you may assume that the “see also” links in the main index always point to previous editions of a workshop. In reality, they sometimes point to closely related but different workshops, and in your LOD they should be represented in a way that also allows for the latter situation.

Query Q1.14: Workshops that have Died

Query: Of the workshops of conference C in year Y, identify those that had taken place at least once before and did not publish with CEUR-WS.org in the following year (and that therefore probably no longer took place)

Expected output format (CSV):

conference-acronym,year,volume-iri
rdfs:Literal,xsd:integer,<IRI>
[...]

Example in TD

Use this value in the query:

  • C = "ISWC" and Y = 2012

CSV output:

conference-acronym,year,volume-iri
"ISWC","2012"^^xsd:integer,<http://ceur-ws.org/Vol-936/>
"ISWC","2012"^^xsd:integer,<http://ceur-ws.org/Vol-901/>
"ISWC","2012"^^xsd:integer,<http://ceur-ws.org/Vol-890/>

Notes

  • For the purpose of this task, http://ceur-ws.org/Vol-914/ (posters and demonstrations) can also be considered a “workshop” of the conference.

Changes

  • 2015-03-07: updated list of workshops; we now know for sure what workshops of ISWC 2013 published with CEUR-WS.org.
  • 2015-03-07: added clarifying note about “posters and demonstrations”

Query Q1.15: Papers of a Workshop Published Jointly with Others

Query: Identify the papers of the workshop titled T (which was published in a joint volume V with other workshops)

Expected output format (CSV):

workshop-title,volume-iri,paper-iri
rdfs:Literal,<IRI>,rdfs:Literal
[...]

Example in TD

Use this value in the query:

CSV output:

workshop-title,volume-iri,editor-name
"BeRSys",<http://ceur-ws.org/Vol-981/>,<http://ceur-ws.org/Vol-981/#BeRSys2013paper1>
"BeRSys",<http://ceur-ws.org/Vol-981/>,<http://ceur-ws.org/Vol-981/#BeRSys2013paper2>
"BeRSys",<http://ceur-ws.org/Vol-981/>,<http://ceur-ws.org/Vol-981/#BeRSys2013paper3>
"GEMOC",<http://ceur-ws.org/Vol-1511/>,<http://ceur-ws.org/Vol-1511/#paper-01>
"GEMOC",<http://ceur-ws.org/Vol-1511/>,<http://ceur-ws.org/Vol-1511/#paper-02>
"GEMOC",<http://ceur-ws.org/Vol-1511/>,<http://ceur-ws.org/Vol-1511/#paper-03>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-01>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-02>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-03>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-04>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-05>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-06>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-07>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-08>
"FEOSW",<http://ceur-ws.org/Vol-862/>,<http://ceur-ws.org/Vol-862/#paper-09>

Notes

There is not currently a uniform markup for multi-workshop proceedings volumes. The titles of the workshops in such a volume have to be extracted from the overall volume title, and the markup that groups the papers by workshop is no different from the markup used for multiple sessions in a single-workshop proceedings volume.

Query Q1.16: Editors of one Workshop Published Jointly with Others

Query: List the full names of all editors of the proceedings of the workshop titled T (which was published in a joint volume V with other workshops)

Expected output format (CSV):

workshop-title,volume-iri,editor-name
rdfs:Literal,<IRI>,rdfs:Literal
[...]

Notes

There is not currently a uniform markup for multi-workshop proceedings volumes. The titles of the workshops in such a volume have to be extracted from the overall volume title.

Example in TD

Use this value in the query:

CSV output:

workshop-title,volume-iri,editor-name
"BeRSys",<http://ceur-ws.org/Vol-981/>,"Irini Fundulaki"
"BeRSys",<http://ceur-ws.org/Vol-981/>,"Ioana Manolescu"
"BeRSys",<http://ceur-ws.org/Vol-981/>,"Ioan Toma"

Query Q1.17: Growth of a Workshop

Query: Of the workshops that had editions at conference C both in year Y and Y+1, identify the workshop(s) with the biggest percentage of growth in their number of papers. Return the respective proceedings volume of year Y+1.

Expected output format (CSV):

conference-acronym,second-year,volume-iri
rdfs:Literal,xsd:integer,<IRI>
[...]

Example in TD

Use this value in the query:

  • C = "WWW" and Y = 2012

CSV output:

conference-acronym,second-year,volume-iri
"WWW","2013"^^xsd:integer,<http://ceur-ws.org/Vol-1019/>

Notes

  • The two candidate workshops for WWW 2012 are “Making Sense of Microposts” (grown from 10 to 14 papers) and “Linked Data on the Web” (shrunk from 18 to 13 papers).
  • For answering this query you may assume that the “see also” links in the main index always point to previous editions of a workshop. In reality, they sometimes point to closely related but different workshops, and in your LOD they should be represented in a way that also allows for the latter situation.
  • “Number of papers” is defined as in Q1.2.

Query Q1.18: Change of Conference Affiliation

Query: Return the acronyms of those workshops of conference C in year Y whose previous edition was co-located with a different conference series. (Only take into account editions published with CEUR-WS.org; return the acronym in its year Y version.)

Expected output format (CSV):

conference-acronym,year,workshop-acronym
rdfs:Literal,xsd:integer,rdfs:Literal
[...]

Example in TD

Use these values in the query; run the query for all values at once using OR:

  • C = "ISWC" and Y = 2012
  • C = "FOIS" and Y = 2012
  • C = "ESWC" and Y = 2012

CSV output:

conference-acronym,year,workshop-acronym
"ISWC","2012"^^xsd:integer,"HPCSW"
"FOIS","2012"^^xsd:integer,"OSEMA"
"FOIS","2012"^^xsd:integer,"WoMO"
"ESWC","2012"^^xsd:integer,"IWEST"

Notes

  • In 2012, HPCSW was at ISWC (Vol-943); in 2011, it was at ESWC (Vol-736).
  • HPCSW 2012 was published in a joint volume with other workshops. Therefore, the “see also” links in its main index entry also point to previous editions of other workshops. Please only take into account the previous editions of HPCSW for answering this query.
  • In 2012, OSEMA was at FOIS (Vol-886); in 2011, it was at ESWC (Vol-748).
  • WoMO was with FOIS 2012 (Vol-875), but its previous editions were with: ESSLLI 2011 (not published with CEUR; challenge participants are not expected to know this), ESWC 2008 (the “see also” links point there, even though it was named WORM back then), and K-CAP 2007. ESWC 2008 or K-CAP 2007 (or both of them) justify that WoMO should be included in the results.
  • In 2012, IWEST was at ESWC (Vol-843); in 2010, it was at ISWC (Vol-666).

Changes

  • 2015-04-08: added WoMO 2012 to expected results, and justified.
  • 2015-04-08: removed SBPM 2012 from expected results, as it took place at ESWC 2012 and at ESWC 2010. It also took place, in its 6th edition, at ESWC 2011, but this edition was not published with CEUR-WS.org.
  • 2015-04-08: added IWEST 2012 to expected results, and justified.

Query Q1.19: Change of Workshop Date

Query: Of the workshop series titled T, identify those editions that took place more than two months later/earlier than the previous edition that was published with CEUR-WS.org. Return the years before and after the change. For simplicity, count months, not exact days, e.g. “December – October = 2”.

Expected output format (CSV):

workshop-title,year-before,year-after
rdfs:Literal,xsd:integer,xsd:integer
[...]

Example in TD

Use these values for T in the query; run the query for all values at once using OR:

  • "Linked Data on the Web"
  • "Workshop on Modular Ontologies"
  • "Ontology Matching"
  • "Open Source Software for Model Driven Engineering"

CSV output:

workshop-title,year-before,year-after
"Workshop on Modular Ontologies","2007"^^xsd:integer,"2012"^^xsd:integer
"Ontology Matching","2014"^^xsd:integer,"2015"^^xsd:integer
"Ontology Matching","2013"^^xsd:integer,"2014"^^xsd:integer
"Ontology Matching","2012"^^xsd:integer,"2013"^^xsd:integer
"Ontology Matching","2011"^^xsd:integer,"2012"^^xsd:integer
"Ontology Matching","2010"^^xsd:integer,"2011"^^xsd:integer
"Ontology Matching","2009"^^xsd:integer,"2010"^^xsd:integer
"Ontology Matching","2008"^^xsd:integer,"2009"^^xsd:integer
"Ontology Matching","2007"^^xsd:integer,"2008"^^xsd:integer
"Ontology Matching","2006"^^xsd:integer,"2007"^^xsd:integer
"Open Source Software for Model Driven Engineering","2014"^^xsd:integer,"2015"^^xsd:integer

Notes

  • The date of “Linked Data on the Web” within the year has never changed by more than two months.
  • We are not taking into account those editions of the “Workshop on Modular Ontologies” that took place between 2007 and 2012, as they were not published with CEUR-WS.org.
  • While the third workshop was titled “Scalable and High-Performance Semantic Web Systems” in 2012, it was titled “High-Performance Computing for the Semantic Web” in 2011, but the links in the main index connect both editions.

Query Q1.20: Institutional Diversity and Internationality of a Workshop's Chairs

Query: Identify the affiliations and countries of all editors of the proceedings of workshop W. Use DBpedia resources for the countries.

This extends Query 1.

Expected output format (CSV):

workshop-iri,editor-name,affiliation,country
<IRI>,rdfs:Literal,rdfs:Literal,<IRI>
[...]

Example in TD

Use these values for W in the query; run the query for all values at once using OR:

CSV output:

workshop-iri,editor-name,affiliation,country
<http://ceur-ws.org/Vol-1085/>,"Marc Aiguier","Laboratoire MAS",<http://dbpedia.org/resource/France>
<http://ceur-ws.org/Vol-1085/>,"Frédéric Boulanger","Supélec - E3S",<http://dbpedia.org/resource/France>
<http://ceur-ws.org/Vol-1085/>,"Daniel Krob","École Polytechnique - LIX",<http://dbpedia.org/resource/France>
<http://ceur-ws.org/Vol-1085/>,"Clotilde Marchal","EADS",<http://dbpedia.org/resource/France>
<http://ceur-ws.org/Vol-1008/>,"Gioele Barabucci","Università di Bologna, Dipartimento di Informatica: Scienza e Ingegneria",
<http://ceur-ws.org/Vol-1008/>,"Uwe M. Borghoff","Universität der Bundeswehr München, Institut für Softwaretechnologie",
<http://ceur-ws.org/Vol-1008/>,"Angelo Di Iorio","Università di Bologna, Dipartimento di Informatica: Scienza e Ingegneria"
<http://ceur-ws.org/Vol-1008/>,"Sonja Maier","Universität der Bundeswehr München, Institut für Softwaretechnologie",
<http://ceur-ws.org/Vol-540/>,"Schahram Dustdar","TU Vienna",<http://dbpedia.org/resource/Austria>
<http://ceur-ws.org/Vol-540/>,"Manfred Hauswirth","DERI/NUIG",<http://dbpedia.org/resource/Republic_of_Ireland>
<http://ceur-ws.org/Vol-540/>,"Juan José Hierro (Juanjo)","Telefonica I+D",<http://dbpedia.org/resource/Spain>
<http://ceur-ws.org/Vol-540/>,"Javier Soriano","UPM",<http://dbpedia.org/resource/Spain>
<http://ceur-ws.org/Vol-540/>,"Florian Urmetzer","SAP",<http://dbpedia.org/resource/Switzerland>
<http://ceur-ws.org/Vol-540/>,"Knud Möller","DERI/NUIG",<http://dbpedia.org/resource/Republic_of_Ireland>
<http://ceur-ws.org/Vol-540/>,"Ismael Rivera","DERI/NUIG",<http://dbpedia.org/resource/Republic_of_Ireland>
<http://ceur-ws.org/Vol-1/>,"Franz Baader","RWTH Aachen, Informatik",<http://dbpedia.org/resource/Germany>
<http://ceur-ws.org/Vol-1/>,"Martin Buchheit","DFKI GmbH",<http://dbpedia.org/resource/Germany>
<http://ceur-ws.org/Vol-1/>,"Manfred A. Jeusfeld","RWTH Aachen, Informatik",<http://dbpedia.org/resource/Germany>
<http://ceur-ws.org/Vol-1/>,"Werner Nutt","DFKI GmbH",<http://dbpedia.org/resource/Germany>
<http://ceur-ws.org/Vol-1499/>,"Martin Gogolla","University of Bremen",<http://dbpedia.org/page/Germany>
<http://ceur-ws.org/Vol-1499/>,"Henry Muccini","Università degli Studi dell'Aquila",<http://dbpedia.org/page/Italy>
<http://ceur-ws.org/Vol-1499/>,"Dániel Varró","Università degli Studi dell'Aquila",<http://dbpedia.org/page/Hungary>
<http://ceur-ws.org/Vol-1515/>,"Francisco M. Couto","Universidade de Lisboa",<http://dbpedia.org/page/Portugal>
<http://ceur-ws.org/Vol-1515/>,"Janna Hastings"," European Bioinformatics Institute",<http://dbpedia.org/page/United_Kingdom>  

Notes

  • Vol-1008 does not contain information about the country, so you are not expected to generate countries.
  • It is OK to include the full affiliation including department names (e.g. Vol-1008), but addresses should be omitted (e.g. Vol-1).
  • Follow DBpedia's naming conventions, e.g. if you find “Ireland” in a paper, represent it as http://dbpedia.org/resource/Republic_of_Ireland.
  • Bear in mind that authors may move to different countries. For example, Manfred Jeusfeld was based in Germany in http://ceur-ws.org/Vol-1/, but in the Netherlands in http://ceur-ws.org/Vol-800/.
  • Finally, be ignorant of changes of names and borders of countries (by which few papers in CEUR-WS.org's history from 1994 to 2014 are affected anyway); use today's DBpedia resource, which represents the country with today's name and today's borders.
  • The markup for the chairs' affiliations in the proceedings tables of contents is not quite uniform, as you can see from comparing the volumes linked above.

Query Q1.21: Continuity of Authors

Query: Identify the full names of those authors of papers in the workshop series titled T that have so far been a (co-)author of a paper in every edition of the workshop that was published with CEUR-WS.org.

This is a variant of Query 8.

Expected output format (CSV):

workshop-title,author-name
rdfs:Literal,rdfs:Literal
[...]

Example in TD

Use these values for T in the query; run the query for all values at once using OR:

  • "Mathematical User Interfaces"
  • "Ontology Matching"

CSV output:

workshop-title,author-name
"Mathematical User Interface","Andrea Kohlhase"
"Ontology Matching","Jérôme Euzenat"

Notes

  • Implement the query by looking for workshop title strings that start with the value given for T.
  • “Mathematical User Interfaces” has always been published in a multi-workshop volume.

Changes

  • 2015-03-07: added clarification about multi-workshop volumes
Clone this wiki locally