Difference between revisions of "Q1.8"

From BITPlan cr Wiki
Jump to navigation Jump to search
Line 19: Line 19:
 
}
 
}
 
|tryiturl=j57HVl
 
|tryiturl=j57HVl
|since=2015-08-25
+
|wdqsurl=6UAw
 +
|relevance=2
 
|task=Task1
 
|task=Task1
 
|storemode=property
 
|storemode=property
 +
|since=2015-08-25
 
}}
 
}}
 
=Freitext=
 
=Freitext=

Revision as of 09:13, 21 March 2023

Query

Query
edit
id  8
name  
title  Workshops of Conference in Year
description  Identify all CEUR-WS.org proceedings volumes in which workshops of conference C in year Y were published.
sparql  
SELECT DISTINCT *
WHERE{
  VALUES ?conference_title {"ESWC 2022"@en}
  ?proceedings wdt:P31 wd:Q1143604;
               wdt:P179 wd:Q27230297;
               p:P179/pq:P478 ?volume_number;
               wdt:P577 ?pub_date;
               wdt:P4745 ?workshop.
  ?workshop wdt:P11633 ?conference.  # colocated with
  ?conference wdt:P1476|rdfs:label ?conference_title.
  
 FILTER(YEAR(?pub_date)= "2022"^^xsd:integer)
}
tryiturl  j57HVl→j57HVl
wdqsurl  6UAw→6UAw
scholia  →
relevance  2
comment  
task  Task1→Task1

Freitext