query-e42be4464ae05fa5943b088822273ec1
Entità in Toscana con import dal Sistema Cultura e senza coordinate SELECT ?i ?iLabel ?iDescription ?inst ?instLabel WHERE { ?i p:P17 [ps:P17 ?c ; prov:wasDerivedFrom [pr:P248 wd:Q80199870] ] . ?i (wdt:P131)* wd:Q1273 . ?i wdt:P131 ?inst . #?inst wdt:P625 ?instcoord . MINUS { ?i wdt:P625 ?coord . } SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". } } GROUP BY ?i ?iLabel ?iDescription ?inst ?instLabel
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Entità in Toscana con import dal Sistema Cultura e senza coordinate
SELECT ?i ?iLabel ?iDescription ?inst ?instLabel
WHERE {
?i p:P17 [ps:P17 ?c ; prov:wasDerivedFrom [pr:P248 wd:Q80199870] ] .
?i (wdt:P131)* wd:Q1273 .
?i wdt:P131 ?inst .
#?inst wdt:P625 ?instcoord .
MINUS { ?i wdt:P625 ?coord . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],it,en". }
}
GROUP BY ?i ?iLabel ?iDescription ?inst ?instLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?c")
v4("?coord")
v2("?i"):::projected
v3("?inst"):::projected
a1((" "))
a2((" "))
c12(["#91;AUTO_LANGUAGE#93;,it,en"]):::literal
c10(["bd:serviceParam"]):::iri
c3(["wd:Q80199870"]):::iri
c7(["wd:Q1273"]):::iri
a1 --"p:statement/P17"--> v1
a2 --"p:reference/P248"--> c3
a1 --"prov:wasDerivedFrom"--> a2
v2 --"p:P17"--> a1
v2 --"p:direct/P131"--> c7
v2 --"p:direct/P131"--> v3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"p:direct/P625"--> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end