Difference between revisions of "Q0.1"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
{{Query | {{Query | ||
|id=1 | |id=1 | ||
− | |title=All proceedings | + | |name=All_volumes |
+ | |title=All [[Concept:Proceedings|proceedings]] | ||
|description=List all proceedings | |description=List all proceedings | ||
|sparql=# Q0.1 | |sparql=# Q0.1 |
Revision as of 13:22, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 1 |
name | All_volumes |
title | All proceedings |
description | List all proceedings |
sparql | # Q0.1
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
SELECT DISTINCT ?proceeding ?volumeNumber ?title
(SAMPLE(?_short_name) as ?short_name)
(SAMPLE(?_pubDate) as ?pubDate)
(SAMPLE(?_ceurwsUrl) as ?ceurwsUrl)
(SAMPLE(?_language_of_work_or_name) as ?language_of_work_or_name)
(SAMPLE(?_fullWorkUrl) as ?fullWorkUrl)
(SAMPLE(?_urn) as ?urn)
(SAMPLE(?_dblpPublicationId) as ?dblpPublicationId)
(SAMPLE(?_K10plus) as ?K10plus)
WHERE{
?proceeding wdt:P31 wd:Q1143604.
?proceeding wdt:P179 wd:Q27230297.
?proceeding p:P179/pq:P478 ?volumeNumber.
?proceeding wdt:P1476 ?title. Filter(lang(?title)="en")
OPTIONAL{?proceeding wdt:P1813 ?_short_name.}
OPTIONAL{?proceeding wdt:P577 ?_pubDate.}
OPTIONAL{?proceeding wdt:P973 ?_ceurwsUrl.}
OPTIONAL{?proceeding wdt:P407 ?_language_of_work_or_name.}
OPTIONAL{?proceeding wdt:953 ?_fullWorkUrl.}
OPTIONAL{?proceeding wdt:P4109 ?_urn.}
OPTIONAL{?proceeding wdt:P8978 ?_dblpPublicationId.}
OPTIONAL{?proceeding wdt:P6721 ?_K10plus.}
}
GROUP BY ?volumeNumber ?proceeding ?title
ORDER BY DESC(xsd:integer(?volumeNumber))
|
tryiturl | kfm8ib→kfm8ib |
wdqsurl | 6UCU→6UCU |
scholia | → |
relevance | 1 |
comment | |
task | Task0→Task0 |