painting (E130)

language codelabeldescriptionaliasesedit
enpaintingsurface artistically covered with paintpaintingsedit
frpeinturesurface couverte de façon artistique avec de la peinturepeintures | tableauedit
nbmaleriedit
nlschilderijedit
svtavlaedit
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>

start = @<painting>

<painting> {
  wdt:P31   [wd:Q3305213]   ; # instance of painting
  wdt:P571  .               ; # inception
  wdt:P276  .               ; # location
  wdt:P195  .               ; # collection
  wdt:P170  @<creator>    + ; # creator
  wdt:P186  .             + ; # made from material
  wdt:P217  .             + ; # inventory number
  wdt:P1476 .             + ; # title
  wdt:P2048 .               ; # height
  wdt:P2049 .               ; # width
}

<creator> EXTRA wdt:P106 {
  wdt:P31 @<painting-P170-P31>    ; # instance of
  wdt:P106 [wd:Q3391743 
            wd:Q1028181 
            wd:Q17505902 
            wd:Q998628 
            wd:Q22669155 
            wd:Q3374326 
            wd:Q15095148]       + ; # occupation
}

<painting-P170-P31> EXTRA wdt:P279 {
  wdt:P279 [wd:Q215627 wd:Q43229 wd:Q16334295] ; # subclass of
}

# Proposed test for SPARQL - Top 25 paintings
# SELECT ?id WHERE { VALUES ?id { wd:Q12418 wd:Q45585 wd:Q175036 wd:Q29530 wd:Q185372 wd:Q219831 wd:Q151047 wd:Q208758 wd:Q25729 wd:Q154469 wd:Q474338 wd:Q328523 wd:Q321303 wd:Q1892745 wd:Q334138 wd:Q1091086 wd:Q698487 wd:Q212616 wd:Q152509 wd:Q152867 wd:Q220859 wd:Q734834  } }