query-b174b10eae0345fcd2a59501f1ce077a
RequêtesObjets 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 ?item ?itemLabel ?natureLabel ?statutLabel ?palissyLabel WHERE {
?item wdt:P31 ?nature.
?item wdt:P276 wd:Q597088 . # cathédrale Saint-Jean-Baptiste d'Alès
?item wdt:P1435 ?statut . # statut patrimonial
?item wdt:P481 ?palissy . # Id palissy
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} order by ?itemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?itemLabel"):::projected
v3("?nature")
v5("?palissy")
v4("?statut")
c7(["bd:serviceParam"]):::iri
c3(["wd:Q597088"]):::iri
c9(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P31"--> v3
v2 --"wdt:P276"--> c3
v2 --"wdt:P1435"--> v4
v2 --"wdt:P481"--> v5
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end