Q1.15
Jump to navigation
Jump to search
Query
Query | |
---|---|
edit | |
id | 15 |
name | |
title | Editors of jointly published papers |
description | (editors of one workshop published jointly with others)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) |
sparql | SELECT DISTINCT ?proceedings ?event ?editor ?editorLabel
WHERE{
VALUES ?event_title {"1st International Workshop on Knowledge Graph Generation From Text"@en}
?proceedings wdt:P31 wd:Q1143604;
wdt:P179 wd:Q27230297;
p:P179/pq:P478 ?volume_number;
p:P4745 [
ps:P4745 ?event;
pq:P98 ?editor
].
?event wdt:P1476|rdfs:label ?event_title.
?editor rdfs:label ?editorLabel. FILTER(lang(?editorLabel)="en")
}
|
tryiturl | TBhxb5→TBhxb5 |
wdqsurl | 6UBB→6UBB |
scholia | → |
relevance | 3 |
comment | |
task | Task1→Task1 |