query-f9380c3e5dcc876c32fafa152bdef288

rq turtle/ttl

Consultas SPARQL útiles (Q54942)Castellón de la Provincia de (P131)located in the administrative territorial entity (P18)image Entidades sin

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT  ?item ?itemLabel ?title  WHERE {
  ?item (wdt:P131*) wd:Q54942;  # Q54942 es la provincia de Castellón
  FILTER NOT EXISTS { ?item  wdt:P18  [] } 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es,ca,en". }
}
ORDER BY DESC (?item)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a1((" ")) c7(["es,ca,en"]):::literal c5(["bd:serviceParam"]):::iri c3(["wd:Q54942"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P18"--> e0a1 e0v1("?item"):::projected e0a1((" ")):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> a1 v1 --"wdt:P18"--> a1 v1 --"wdt:P131"--> c3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end