Q1.6

From BITPlan cr Wiki
Jump to navigation Jump to search

Query

Query
edit
id  6
name  PreviousEditionsOfAWorkshop
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→6UAo
scholia  →
relevance  1
comment  
task  Task1→Task1

Freitext