query-10ebaaa5461d20badec274cfba15082f
Strange timeout error: (Q142)France The following query returns more than 18.000 rows for the whole
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 DISTINCT ?item ?itemLabel ?lieu ?egliseinfo ?OPR ?clochers ?merimee ?cat
WHERE
{
?item wdt:P31/wdt:P279* wd:Q16970 .
?item wdt:P131 ?lieu .
?lieu wdt:P131* wd:Q142 .
OPTIONAL { ?item wdt:P1644 ?egliseinfo }
OPTIONAL { ?item wdt:P3371 ?OPR }
OPTIONAL { ?item wdt:P3963 ?clochers }
OPTIONAL { ?item wdt:P380 ?merimee }
OPTIONAL { ?item wdt:P373 ?cat }
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?OPR"):::projected
v7("?cat"):::projected
v5("?clochers"):::projected
v3("?egliseinfo"):::projected
v1("?item"):::projected
v2("?lieu"):::projected
v6("?merimee"):::projected
a1((" "))
c14(["fr"]):::literal
c12(["bd:serviceParam"]):::iri
c3(["wd:Q16970"]):::iri
c5(["wd:Q142"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
v1 --"wdt:P131"--> v2
v2 --"wdt:P131"--> c5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1644".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P3371".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P3963".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P380".-> v6
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P373".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end