query-dc6d987b389ee13d501172ccb7fd8414

rq turtle/ttl

Codis IDESCAT que no són entitats de població SELECT ?lloc ?llocLabel ?idescat WHERE { ?lloc wdt:P4335 ?idescat. FILTER (STRLEN(?idescat)=13) FILTER (!STRENDS(?idescat,"00")) SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,fr".}
}

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Codis IDESCAT que no són entitats de població
SELECT ?lloc ?llocLabel ?idescat WHERE {
  ?lloc wdt:P4335 ?idescat.
  FILTER (STRLEN(?idescat)=13)
  FILTER  (!STRENDS(?idescat,"00"))
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],ca,en,es,fr".}   
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?idescat"):::projected v2("?lloc"):::projected c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,ca,en,es,fr"]):::literal f0[["not ends-with(?idescat,'00')"]] f0 --> v1 f1[["string-length(?idescat) = '13^^xsd:integer'"]] f1 --> v1 v2 --"wdt:P4335"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end