-
Notifications
You must be signed in to change notification settings - Fork 2
SemPub16_QueriesTask3
Queries for Task 3 of the Semantic Publishing Challenge
More details and explanations will be gradually added to this page. Participants are invited to use the mailing list (https://groups.google.com/forum/#!forum/sempub2015) to comment, ask questions, and get in touch with chairs and other participants.
-
Participants are required to translate the input queries into SPARQL queries that can be executed against the produced LOD that contains the links between the different datasets. The query result output must conform with the rules described on this page.
-
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.
-
The order of output records does not matter.
Query: Identify and interlink same entities that represent the same editor and/or author but appear with different URIs within the CEUR dataset of Task 1
Expected output format (CSV):
CEUR-iri <IRI> <IRI> [...]
Same URIs for Ruben Verborgh within CEUR-WS dataset of Task 1
CEUR-iri <http://ceur-ws.org/Vol-1488/#RubeniVerborgh> <http://ceur-ws.org/Vol-1486/#RubeniVerborgh> <http://ceur-ws.org/Vol-1481/#RubeniVerborgh> <http://ceur-ws.org/Vol-1472/#RubeniVerborgh> <http://ceur-ws.org/Vol-1359/#RubeniVerborgh> <http://ceur-ws.org/Vol-1435/#RubeniVerborgh> <http://ceur-ws.org/Vol-1362/#RubeniVerborgh> <http://ceur-ws.org/Vol-1361/#RubeniVerborgh> <http://ceur-ws.org/Vol-1282/#RubeniVerborgh> <http://ceur-ws.org/Vol-1280/#RubeniVerborgh> <http://ceur-ws.org/Vol-1279/#RubeniVerborgh> <http://ceur-ws.org/Vol-1272/#RubeniVerborgh> <http://ceur-ws.org/Vol-1268/#RubeniVerborgh> <http://ceur-ws.org/Vol-1184/#RubeniVerborgh> <http://ceur-ws.org/Vol-1165/#RubeniVerborgh> <http://ceur-ws.org/Vol-1056/#RubeniVerborgh> <http://ceur-ws.org/Vol-1045/#RubeniVerborgh> <http://ceur-ws.org/Vol-1035/#RubeniVerborgh> <http://ceur-ws.org/Vol-1034/#RubeniVerborgh> <http://ceur-ws.org/Vol-997/#RubeniVerborgh> <http://ceur-ws.org/Vol-996/#RubeniVerborgh> <http://ceur-ws.org/Vol-914/#RubeniVerborgh> <http://ceur-ws.org/Vol-904/#RubeniVerborgh> <http://ceur-ws.org/Vol-779/#RubeniVerborgh> <http://ceur-ws.org/Vol-700/#RubeniVerborgh> <http://ceur-ws.org/Vol-667/#RubeniVerborgh>
Query: Identify and interlink same entities that represent the same conference but appear with different URIs within the CEUR dataset of Task 1
Expected output format (CSV):
CEUR-iri <IRI> <IRI> [...]
Query: Identify and interlink same entities that represent the same cited paper but appear with different URIs within the CEUR dataset of Task 2
Expected output format (CSV):
CEUR-iri <IRI> <IRI> [...]
Query: Identify and interlink same entities that represent the same editor and/or author but appear with different URIs within the CEUR dataset of Task 1 and Task 2
Expected output format (CSV):
CEUR1-iri,CEUR2-iri <IRI>,<IRI> <IRI>,<IRI> [...]
Query: Identify and interlink same entities that represent the same workshop but appear with different URIs within the CEUR dataset of Task 1 and Colinda dataset
Expected output format (CSV):
CEUR-iri,COLINDA-iri <IRI>,<IRI> <IRI>,<IRI> [...]
Query: Identify and interlink same entities that represent the same conference but appear with different URIs within the CEUR dataset of Task 1 and Colinda dataset
Expected output format (CSV):
CEUR-iri,COLINDA-iri <IRI>,<IRI> <IRI>,<IRI> [...]
Query: Identify and interlink same entities that represent the same workshop but appear with different URIs within the CEUR dataset of Task 1 and DBLP dataset
Expected output format (CSV):
CEUR-iri,DBLP-iri <IRI>,<IRI> <IRI>,<IRI> [...]
Query: Identify and interlink same entities that represent the same person but appear with different URIs within the CEUR dataset of Task 1 and DBLP dataset
Expected output format (CSV):
CEUR-iri,DBLP-iri <IRI>,<IRI> <IRI>,<IRI> [...]
Query: Identify and interlink same entities that represent the same conference but appear with different URIs within the CEUR dataset of Task 1 and Springer dataset
Expected output format (CSV):
CEUR-iri,Springer-iri <IRI>,<IRI> <IRI>,<IRI> [...]
Query: Identify and interlink same entities that represent the same conference but appear with different URIs within the CEUR dataset of Task 2 and Springer dataset
Expected output format (CSV):
CEUR-iri,Springer-iri <IRI>,<IRI> <IRI>,<IRI> [...]