Difference between revisions of "Q1.12"

From BITPlan cr Wiki
Jump to navigation Jump to search
 
Line 3: Line 3:
 
{{Query
 
{{Query
 
|id=12
 
|id=12
|task=Task1
 
 
|title=Change of Workshop title
 
|title=Change of Workshop title
 
|description=(change of workshop title) Determine the title (without year) that workshop W had in its first edition.
 
|description=(change of workshop title) Determine the title (without year) that workshop W had in its first edition.
Line 24: Line 23:
 
LIMIT 1
 
LIMIT 1
 
|tryiturl=a1sm2q
 
|tryiturl=a1sm2q
 +
|wdqsurl=6UB5
 +
|relevance=3
 +
|task=Task1
 +
|storemode=property
 
|since=2015-08-25
 
|since=2015-08-25
|storemode=property
 
 
}}
 
}}
 +
=Freitext=

Latest revision as of 09:22, 21 March 2023

Query

Query
edit
id  12
name  
title  Change of Workshop title
description  (change of workshop title) Determine the title (without year) that workshop W had in its first edition.
sparql  
SELECT DISTINCT ?event ?eventLabel
WHERE{
  VALUES ?event_title {"The Third Wikidata Workshop"@en}
  ?proceedings wdt:P31 wd:Q1143604;
               wdt:P179 wd:Q27230297;
               p:P179/pq:P478 ?volume_number;
               wdt:P4745 ?e.
  ?e wdt:P179 ?series;
         wdt:P1476|rdfs:label ?event_title.
  ?event p:P179 [
                  ps:P179 ?series;
                  pq:P1545 ?ordinal
  ].
  ?event rdfs:label ?eventLabel. FILTER(lang(?eventLabel)="en")
}
ORDER BY ?ordinal
LIMIT 1
tryiturl  a1sm2q→a1sm2q
wdqsurl  6UB5→6UB5
scholia  →
relevance  3
comment  
task  Task1→Task1

Freitext