query-3bbd53c10e1529936781a51ef89dadf4
Objets d'un groupe Q16887380) à Lieu(Q188780. #Rodez )
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 ?groupe ?groupeLabel ?statutLabel ?palissyLabel WHERE {
?item wdt:P361 ?groupe.
?groupe wdt:P31 wd:Q16887380.
?groupe wdt:P131 wd:Q203285.
OPTIONAL { ?groupe wdt:P1435 ?statut . }
OPTIONAL { ?groupe wdt:P481 ?palissy . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".}
}
order by (?groupe)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?groupe"):::projected
v2("?item"):::projected
v4("?palissy")
v3("?statut")
c3(["wd:Q16887380"]):::iri
c9(["bd:serviceParam"]):::iri
c5(["wd:Q203285"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v2 --"wdt:P361"--> v1
v1 --"wdt:P31"--> c3
v1 --"wdt:P131"--> c5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1435".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P481".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end