Q1.6

From BITPlan cr Wiki
Revision as of 11:47, 19 March 2023 by Wf (talk | contribs) (Created page with "=Query= {{Query |id=1.6 |title=previous editions of a workshop |description=(previous editions of a workshop) Identify all editions that the work- shop series titled T has pu...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Query

Query
edit
id  1.6
name  
title  previous editions of a workshop
description  (previous editions of a workshop) Identify all editions that the work- shop series titled T has published with CEUR-WS.org.
sparql  
SELECT DISTINCT ?event ?ordinal ?proceedings ?volume_number
WHERE{
  VALUES ?series_title {"Wikidata Workshop"@en}
  VALUES ?series_type{ wd:Q47459256 wd:Q47258130 }
  ?series wdt:P31 ?series_type;
          wdt:P1476|rdfs:label ?series_title.
  ?event p:P179 [
            ps:P179 ?series;
            pq:P1545 ?ordinal
          ].

  ?proceedings wdt:P31 wd:Q1143604;
               wdt:P179 wd:Q27230297;
               p:P179/pq:P478 ?volume_number;
               wdt:P4745 ?event.
}
tryiturl  kUPI5O→kUPI5O
wdqsurl  →6UAo
scholia  →
relevance  
comment  
task  Task1→Task1

Freitext