Q1.14

From BITPlan cr Wiki
Jump to navigation Jump to search

Query

Query
edit
id  14
name  
title  Jointly published papers
description  (papers of a workshop published jointly with others) Identify the papers of the workshop titled T (which was published in a joint volume V with other workshops).
sparql  
SELECT DISTINCT ?paper ?paperLabel ?proceedings
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;
               wdt:P4745 ?event.
  ?event wdt:P1476|rdfs:label ?event_title.
  ?paper wdt:P1433 ?proceedings;  # published in
         wdt:P5072 ?event. # presented in
  
  ?paper rdfs:label ?paperLabel. FILTER(lang(?paperLabel)="en")
}
tryiturl  vgcLz4→vgcLz4
wdqsurl  6UBA→6UBA
scholia  →
relevance  2
comment  
task  Task1→Task1

Freitext