query-224bfb93d9631222c61b3af429e132c9
"Sheds on Polana Podokólne in Jurgów" nie maja linków gdziekolwiek? takze popatrz na (P4115)INSPIRE ID i (P2186)Wiki Loves Monuments ID , (P3424)Polish cultural heritage register number się różnią. Czy wiesz dlaczego (P4115)INSPIRE ID , (P2186)Wiki Loves Monuments ID ale (P373)Commons category i (P3424)Polish cultural heritage register number to nie to samo? Maja to samo (Q6569005)Podokólne glade i (Q30206772)Sheds on Polana Podokólne in Jurgów , (Q30206786)Sheds on Polana Podokólne in Jurgów Yarl, Czy
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel WHERE {
?item wdt:P373 "Sheds on Polana Podokólne in Jurgów".
SERVICE wikibase:label { bd:serviceParam wikibase:language "pl" . }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
c4(["bd:serviceParam"]):::iri
c6(["pl"]):::literal
c2(["Sheds on Polana Podokólne in Jurgów"]):::literal
v1 --"wdt:P373"--> c2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end