Difference between revisions of "Q3.3"
Jump to navigation
Jump to search
(Created page with "=Query= {{Query |id=3 |title=Workshop call for papers |description=Link a CEUR-WS.org workshop W to its call for papers announced on EventSeer and/or WikiCfP. |relevance=2 |t...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{Query | {{Query | ||
|id=3 | |id=3 | ||
+ | |name=WikiCfpLinksForWorkshops | ||
|title=Workshop call for papers | |title=Workshop call for papers | ||
|description=Link a CEUR-WS.org workshop W to its call for papers announced on EventSeer and/or WikiCfP. | |description=Link a CEUR-WS.org workshop W to its call for papers announced on EventSeer and/or WikiCfP. | ||
+ | |sparql=SELECT DISTINCT ?event | ||
+ | (SAMPLE(?_title) as ?title) | ||
+ | (SAMPLE(?_acronym) as ?acronym) | ||
+ | (SAMPLE(?_startTime) as ?startTime) | ||
+ | (SAMPLE(?_endTime) as ?endTime) | ||
+ | (SAMPLE(?_country) as ?country) | ||
+ | (SAMPLE(?_location) as ?location) | ||
+ | (SAMPLE(?_officialWebsite) as ?officialWebsite) | ||
+ | (SAMPLE(?_colocatedWith) as ?colocatedWith) | ||
+ | (SAMPLE(?_dblpEventId) as ?dblpEventId) | ||
+ | (SAMPLE(?_wikiCfpId) as ?wikiCfpId) | ||
+ | (SAMPLE(?_series) as ?series) | ||
+ | (SAMPLE(?_ordinal) as ?ordinal) | ||
+ | WHERE{ | ||
+ | ?proceeding wdt:P31 wd:Q1143604. | ||
+ | ?proceeding wdt:P179 wd:Q27230297. | ||
+ | ?proceeding p:P179/pq:P478 ?volumeNumber. | ||
+ | ?proceeding wdt:P4745 ?event. | ||
+ | OPTIONAL{?event wdt:P1476 ?_title. Filter(lang(?_title)="en")} | ||
+ | OPTIONAL{?event wdt:P580 ?_startTime.} | ||
+ | OPTIONAL{?event wdt:P582 ?_endTime.} | ||
+ | OPTIONAL{?event wdt:P17 ?_country.} | ||
+ | OPTIONAL{?event wdt:location ?_location.} | ||
+ | OPTIONAL{?event wdt:P856 ?_officialWebsite.} | ||
+ | OPTIONAL{?event wdt:P31 ?_instanceOf.} | ||
+ | OPTIONAL{?event wdt:P1813 ?_acronym.} | ||
+ | OPTIONAL{?event wdt:P11633 ?_colocatedWith.} | ||
+ | OPTIONAL{?event wdt:P10692 ?_dblpEventId.} | ||
+ | ?event wdt:P5124 ?_wikiCfpId. | ||
+ | OPTIONAL{?event wdt:P179 ?_series.} | ||
+ | OPTIONAL{?event p:P179/pq:P1545 ?_ordinal.} | ||
+ | } | ||
+ | GROUP BY ?event | ||
+ | ORDER BY DESC(?startTime) | ||
+ | |tryiturl=n57R4b | ||
+ | |wdqsurl=6UKs | ||
|relevance=2 | |relevance=2 | ||
+ | |comment=Dervived from [[Q0.3]] | ||
|task=Task3 | |task=Task3 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
=Freitext= | =Freitext= |
Latest revision as of 16:48, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 3 |
name | WikiCfpLinksForWorkshops |
title | Workshop call for papers |
description | Link a CEUR-WS.org workshop W to its call for papers announced on EventSeer and/or WikiCfP. |
sparql | SELECT DISTINCT ?event
(SAMPLE(?_title) as ?title)
(SAMPLE(?_acronym) as ?acronym)
(SAMPLE(?_startTime) as ?startTime)
(SAMPLE(?_endTime) as ?endTime)
(SAMPLE(?_country) as ?country)
(SAMPLE(?_location) as ?location)
(SAMPLE(?_officialWebsite) as ?officialWebsite)
(SAMPLE(?_colocatedWith) as ?colocatedWith)
(SAMPLE(?_dblpEventId) as ?dblpEventId)
(SAMPLE(?_wikiCfpId) as ?wikiCfpId)
(SAMPLE(?_series) as ?series)
(SAMPLE(?_ordinal) as ?ordinal)
WHERE{
?proceeding wdt:P31 wd:Q1143604.
?proceeding wdt:P179 wd:Q27230297.
?proceeding p:P179/pq:P478 ?volumeNumber.
?proceeding wdt:P4745 ?event.
OPTIONAL{?event wdt:P1476 ?_title. Filter(lang(?_title)="en")}
OPTIONAL{?event wdt:P580 ?_startTime.}
OPTIONAL{?event wdt:P582 ?_endTime.}
OPTIONAL{?event wdt:P17 ?_country.}
OPTIONAL{?event wdt:location ?_location.}
OPTIONAL{?event wdt:P856 ?_officialWebsite.}
OPTIONAL{?event wdt:P31 ?_instanceOf.}
OPTIONAL{?event wdt:P1813 ?_acronym.}
OPTIONAL{?event wdt:P11633 ?_colocatedWith.}
OPTIONAL{?event wdt:P10692 ?_dblpEventId.}
?event wdt:P5124 ?_wikiCfpId.
OPTIONAL{?event wdt:P179 ?_series.}
OPTIONAL{?event p:P179/pq:P1545 ?_ordinal.}
}
GROUP BY ?event
ORDER BY DESC(?startTime)
|
tryiturl | n57R4b→n57R4b |
wdqsurl | 6UKs→6UKs |
scholia | → |
relevance | 2 |
comment | Dervived from Q0.3 |
task | Task3→Task3 |