query-ee033f4c614818dd24a506f0fee45c13
Jardins en Occitanie
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?Site ?EltLabel ?SiteLabel ?SiteDescription ?distinctionLabel ?lieuLabel ?coord ?articleWikipédia ?lienswikipedia
WHERE
{
?Site wdt:P31/wdt:P279* wd:Q1107656;
wdt:P131/wdt:P131/wdt:P131 wd:Q18678265;
wdt:P131 ?lieu.
?Site wdt:P31 ?Elt.
OPTIONAL {?Site wdt:P625 ?coord.}
OPTIONAL {?Site wdt:P166 ?distinction.}
OPTIONAL {?articleWikipédia schema:about ?Site .
?articleWikipédia schema:isPartOf <https://fr.wikipedia.org/>.
}
?Site wikibase:sitelinks ?lienswikipedia.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr". }
}
order by asc(?lieuLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?Elt")
v2("?Site"):::projected
v7("?articleWikipédia"):::projected
v5("?coord"):::projected
v6("?distinction")
v8("?lienswikipedia"):::projected
v3("?lieu")
v1("?lieuLabel"):::projected
a1((" "))
a2((" "))
a3((" "))
c3(["wd:Q1107656"]):::iri
c10([https://fr.wikipedia.org/]):::iri
c13(["bd:serviceParam"]):::iri
c15(["#91;AUTO_LANGUAGE#93;,fr"]):::literal
c5(["wd:Q18678265"]):::iri
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v2 --"wdt:P131"--> a2
a2 --"wdt:P131"--> a3
a3 --"wdt:P131"--> c5
v2 --"wdt:P131"--> v3
v2 --"wdt:P31"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P166".-> v6
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v7 -."schema:about".-> v2
v7 --"schema:isPartOf"--> c10
end
v2 --"wikibase:sitelinks"--> v8
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c13 --"wikibase:language"--> c15
end