Difference between revisions of "Q1.14"
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...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 19: | Line 19: | ||
} | } | ||
|tryiturl=vgcLz4 | |tryiturl=vgcLz4 | ||
+ | |wdqsurl=6UBA | ||
+ | |relevance=2 | ||
+ | |task=Task1 | ||
+ | |storemode=property | ||
|since=2015-08-25 | |since=2015-08-25 | ||
− | |||
}} | }} | ||
=Freitext= | =Freitext= |
Latest revision as of 08: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 |