Difference between revisions of "Q1.14"

From BITPlan cr Wiki
Jump to navigation Jump to search
 
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).
Line 20: Line 19:
 
}
 
}
 
|tryiturl=vgcLz4
 
|tryiturl=vgcLz4
 +
|wdqsurl=6UBA
 +
|relevance=2
 +
|task=Task1
 +
|storemode=property
 
|since=2015-08-25
 
|since=2015-08-25
|storemode=property
 
 
}}
 
}}
 
=Freitext=
 
=Freitext=

Latest revision as of 09:40, 21 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→6UBA
scholia  →
relevance  2
comment  
task  Task1→Task1

Freitext