query-8eb31fe37d957f83e9906813f71ec326
Gropues d'objets Palissy(P481) dans la cathédrale Saint-Jean-Baptiste d'Alès
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?groupe ?item ?itemLabel ?groupeLabel ?statutLabel ?palissyGroupeLabel ?palissyItemLabel WHERE {
?item wdt:P361 ?groupe.
?groupe wdt:P31 wd:Q16887380.
?groupe wdt:P276 wd:Q597088 . # cathédrale Saint-Jean-Baptiste d'Alès
?groupe wdt:P481 ?palissyGroupe .
OPTIONAL { ?item wdt:P481 ?palissyItem . }
OPTIONAL { ?groupe wdt:P1435 ?statut . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".}
}
order by ?groupe ?itemLabel ?palissyLabel
order by ?palissyLabel ?itemLabel