Difference between revisions of "Q1.5"
Jump to navigation
Jump to search
(Created page with "=Query= {{Query |id=1.5 |title=Publication turnaround |description=(publication turnaround) Find out whether the proceedings of work- shop W were published on CEUR-WS.org bef...") |
|||
(6 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
{{Query | {{Query | ||
− | |id= | + | |id=5 |
+ | |name=PublicationTurnaround | ||
|title=Publication turnaround | |title=Publication turnaround | ||
− | |description= | + | |description=Find out whether the proceedings of work- shop W were published on CEUR-WS.org before the workshop took place. |
This query lists all proceedings that were published before the event took place. | This query lists all proceedings that were published before the event took place. | ||
Line 17: | Line 18: | ||
FILTER(?pub_date < ?start_date) | FILTER(?pub_date < ?start_date) | ||
} | } | ||
+ | |tryiturl=PAvC7D | ||
+ | |wdqsurl=6UAk | ||
+ | |relevance=3 | ||
|task=Task1 | |task=Task1 | ||
|storemode=property | |storemode=property | ||
+ | |since=2015-08-25 | ||
}} | }} | ||
=Freitext= | =Freitext= |
Latest revision as of 15:52, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 5 |
name | PublicationTurnaround |
title | Publication turnaround |
description | Find out whether the proceedings of work- shop W were published on CEUR-WS.org before the workshop took place.
This query lists all proceedings that were published before the event took place. |
sparql | SELECT DISTINCT ?proceedings ?pub_date ?event ?start_date
WHERE{
?proceedings wdt:P31 wd:Q1143604;
wdt:P179 wd:Q27230297;
p:P179/pq:P478 ?volume_number;
wdt:P577 ?pub_date;
wdt:P4745 ?event.
?event wdt:P580 ?start_date.
FILTER(?pub_date < ?start_date)
}
|
tryiturl | PAvC7D→PAvC7D |
wdqsurl | 6UAk→6UAk |
scholia | → |
relevance | 3 |
comment | |
task | Task1→Task1 |