query-64f0945e86bd40a688372cc00c8a258b

rq turtle/ttl

Centres docent catalans que es diuen "Joan Oró"

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?coor ?quiLabel ?genLabel WHERE {
  VALUES ?centres { 
  wd:Q111236457 
  wd:Q50359544 
  wd:Q111244857 
   wd:Q111594067 
  }
  ?item p:P31/ps:P31 ?centres.        
  ?item wdt:P625 ?coor;
        rdfs:label ?itemL.
       filter(contains(?itemL, "Joan Oró"@ca)).
        FILTER( LANG(?itemL)="ca")

#defaultView:Map     

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?centres") v4("?coor"):::projected v3("?item"):::projected v1("?itemL") a1((" ")) c8(["bd:serviceParam"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["?itemL = 'ca'"]] f0 --> v1 f1[["contains(?itemL,sJoan Oró^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#langString>')"]] f1 --> v1 bind2[/VALUES ?centres/] bind2-->v2 bind20(["wd:Q111236457"]) bind20 --> bind2 bind21(["wd:Q50359544"]) bind21 --> bind2 bind22(["wd:Q111244857"]) bind22 --> bind2 bind23(["wd:Q111594067"]) bind23 --> bind2 v3 --"p:P31"--> a1 a1 --"p:statement/P31"--> v2 v3 --"p:direct/P625"--> v4 v3 --"rdfs:label"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end