query-2a4b8f32085d71952b5e89b782fd1da9

rq turtle/ttl

ponts amb referències amb url SELECT ?item ?itemLabel ?tipus ?tipusLabel ?mun ?munLabel ?idescat ?url WHERE { VALUES ?tipuspont {wd:Q12280 wd:Q474} ?item wdt:P17 wd:Q29. ?item wdt:P31 ?tipus. ?tipus wdt:P279 ?tipuspont. ?item wdt:P131 ?mun. ?mun wdt:P4335 ?idescat. ?item p:P131 ?stlloc. ?stlloc prov:wasDerivedFrom ?ref. ?ref pr:P854 ?url. SERVICE wikibase:label { bd:serviceParam wikibase:language 'ca,oc,en,es,pl,sv,ceb'. } }

Use at

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 amb url
SELECT ?item ?itemLabel ?tipus ?tipusLabel ?mun ?munLabel ?idescat ?url
WHERE {
  VALUES ?tipuspont {wd:Q12280 wd:Q474}
  ?item wdt:P17 wd:Q29.
  ?item wdt:P31 ?tipus.
  ?tipus wdt:P279* ?tipuspont.
  ?item wdt:P131* ?mun.
  ?mun wdt:P4335 ?idescat.
  ?item p:P131 ?stlloc.
  ?stlloc prov:wasDerivedFrom ?ref.
  ?ref pr:P854 ?url.
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; v5("?idescat"):::projected v2("?item"):::projected v4("?mun"):::projected v7("?ref") v6("?stlloc") v3("?tipus"):::projected v1("?tipuspont") v8("?url"):::projected c13(["ca,oc,en,es,pl,sv,ceb"]):::literal c2(["wd:Q29"]):::iri c11(["bd:serviceParam"]):::iri 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:direct/P131"--> v4 v4 --"p:direct/P4335"--> v5 v2 --"p:P131"--> v6 v6 --"prov:wasDerivedFrom"--> v7 v7 --"p:reference/P854"--> v8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end