Difference between revisions of "Q1.14"

From BITPlan cr Wiki
Jump to navigation Jump to search
(Created page with "=Query= {{Query |id=14 |title=Jointly published papers |description=(papers of a workshop published jointly with others) Identify the papers of the workshop titled T (which w...")
 
Line 3: Line 3:
 
{{Query
 
{{Query
 
|id=14
 
|id=14
 +
|task=Task1
 
|title=Jointly published papers
 
|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).
 
|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).

Revision as of 13:22, 19 March 2023

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
scholia  →
relevance  
comment  
task  Task1→Task1

Freitext