Difference between revisions of "Q0.1"
Jump to navigation
Jump to search
(Created page with "=Query= {{Query |id=1 |title=All proceedings |description=List all proceedings |task=Task0 |storemode=property }} =Freitext=") |
|||
Line 5: | Line 5: | ||
|title=All proceedings | |title=All proceedings | ||
|description=List 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 | ||
+ | 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") | ||
+ | } | ||
+ | ORDER BY DESC(xsd:integer(?volumeNumber)) | ||
+ | |wdqsurl=6UBK | ||
|task=Task0 | |task=Task0 | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
=Freitext= | =Freitext= |
Revision as of 09:10, 21 March 2023
Query
Query | |
---|---|
edit | |
id | 1 |
name | |
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
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")
}
ORDER BY DESC(xsd:integer(?volumeNumber))
|
tryiturl | →kfm8ib |
wdqsurl | 6UBK→6UCU |
scholia | → |
relevance | |
comment | |
task | Task0→Task0 |