public sculpture (E216)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | public sculpture | entity schema of a public sculpture | edit | |
fr | sculpture dans l'espace public | edit |
PREFIX wd: <http://www.wikidata.org/entity/> PREFIX wdt: <http://www.wikidata.org/prop/direct/> #Reference: https://www.wikidata.org/wiki/Wikidata:WikiProject_Public_art/Data_model #SPARQL query: SELECT ?item {?item wdt:P31 wd:Q860861} start = @<publicsculpture> <publicsculpture> EXTRA wdt:P31 { wdt:P31 [ wd:Q860861 ] ;# instance of a public sculpture wdt:P18 .+ ;# image wdt:P571 .? ;# inception (point in time) wdt:P131 .? ;# located in the administrative territorial entity wdt:P17 .? ;# country wdt:P625 .? ;# coordinate location wdt:P170 .* ;# creators wdt:P136 .* ;# genre wdt:P186 .* ;# material used wdt:P180 .* ;# depicts }