Difference between revisions of "Q0.2"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
|id=2 | |id=2 | ||
|name=AllPapers | |name=AllPapers | ||
− | |title=All papers | + | |title=All [[Concept:Paper]] papers |
|description=List all papers published via CEUR-WS | |description=List all papers published via CEUR-WS | ||
|sparql=# List of all papers | |sparql=# List of all papers |
Revision as of 15:17, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 2 |
name | AllPapers |
title | All Concept:Paper papers |
description | List all papers published via CEUR-WS |
sparql | # List of all papers
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 ?paper ?title ?proceeding ?volumeNumber
(SAMPLE(?_url) as ?url)
(SAMPLE(?_event) as ?event)
(SAMPLE(?_language_of_work_or_name) as ?language_of_work_or_name)
(GROUP_CONCAT(?_author) as ?author)
(SAMPLE(?_pubDate) as ?pubDate)
(SAMPLE(?_dblpPublicationId) as ?dblpPublicationId)
WHERE{
?proceeding wdt:P31 wd:Q1143604.
?proceeding wdt:P179 wd:Q27230297.
?proceeding p:P179/pq:P478 ?volumeNumber.
?paper wdt:P1433 ?proceeding.
?paper wdt:P1476 ?title. Filter(lang(?title)="en")
OPTIONAL{?paper wdt:P953 ?_url.}
OPTIONAL{?paper wdt:P5072 ?_event.}
OPTIONAL{?paper wdt:P50 ?_author}
OPTIONAL{?proceeding wdt:P407 ?_language_of_work_or_name.}
OPTIONAL{?proceeding wdt:P8978 ?_dblpPublicationId.}
OPTIONAL{?proceeding wdt:P577 ?_pubDate.}
} GROUP BY ?paper ?title ?proceeding ?volumeNumber
ORDER BY DESC(?pubDate)
|
tryiturl | w7GS7q→K452U4 |
wdqsurl | 6UCf→6UJb |
scholia | → |
relevance | 1 |
comment | |
task | Task0→Task0 |