query-1dfd03c03ec3d9b56452b5e24bfd9851
ponts amb referències als mapes de patrimoni cultural SELECT ?item ?itemLabel ?tipus ?tipusLabel WHERE { VALUES ?tipuspont {wd:Q12280 wd:Q474} ?item wdt:P17 wd:Q29. ?item wdt:P31 ?tipus. ?tipus wdt:P279* ?tipuspont. ?item p:P131 ?stlloc. ?stlloc prov:wasDerivedFrom ?ref. ?ref pr:P248 wd:Q9028374 SERVICE wikibase:label { bd:serviceParam wikibase:language 'ca,oc,en,es,pl,sv,ceb'. } }
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 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#>
# ponts amb referències als mapes de patrimoni cultural
SELECT ?item ?itemLabel ?tipus ?tipusLabel
WHERE {
VALUES ?tipuspont {wd:Q12280 wd:Q474}
?item wdt:P17 wd:Q29.
?item wdt:P31 ?tipus.
?tipus wdt:P279* ?tipuspont.
?item p:P131 ?stlloc.
?stlloc prov:wasDerivedFrom ?ref.
?ref pr:P248 wd:Q9028374
SERVICE wikibase:label {
bd:serviceParam wikibase:language 'ca,oc,en,es,pl,sv,ceb'.
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v5("?ref")
v4("?stlloc")
v3("?tipus"):::projected
v1("?tipuspont")
c2(["wd:Q29"]):::iri
c10(["bd:serviceParam"]):::iri
c8(["wd:Q9028374"]):::iri
c12(["ca,oc,en,es,pl,sv,ceb"]):::literal
bind0[/VALUES ?tipuspont/]
bind0-->v1
bind00(["wd:Q12280"])
bind00 --> bind0
bind01(["wd:Q474"])
bind01 --> bind0
v2 --"p:direct/P17"--> c2
v2 --"p:direct/P31"--> v3
v3 --"p:direct/P279"--> v1
v2 --"p:P131"--> v4
v4 --"prov:wasDerivedFrom"--> v5
v5 --"p:reference/P248"--> c8
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c10 --"wikibase:language"--> c12
end