query-e024a97b71cb7f13550dbd8bd771a4c2

rq turtle/ttl

title: dades tècniques objectius (amb focal i obertura) SELECT DISTINCT ?item ?itemLabel ?muntura ?munturaLabel ?elements ?grups ?fulles (GROUP_CONCAT(DISTINCT ?distància_focal; separator=", ") AS ?focals ) (GROUP_CONCAT(DISTINCT ?obertura; separator=", ") AS ?obertures ) ?enfocament ?diametre_o ?diametre_f ?estabilitzador ?estabilitzadorLabel ?lloc ?llocLabel ?web WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". ?item rdfs:label ?itemLabel . ?muntura rdfs:label ?munturaLabel . ?estabilitzador rdfs:label ?estabilitzadorLabel. ?lloc rdfs:label ?llocLabel . } ?item (wdt:P279*) wd:Q192234. OPTIONAL { ?item p:P2935 :b6. :b6 ps:P2935 ?muntura; pq:P518 wd:Q205722. } OPTIONAL { ?item p:P2283 :b7. :b7 ps:P2283 wd:Q115743910; pq:P1114 ?elements. } OPTIONAL { ?item p:P2283 :b8. :b8 ps:P2283 wd:Q115744033; pq:P1114 ?grups. } OPTIONAL { ?item p:P2283 :b9. :b9 ps:P2283 wd:Q115745185; pq:P1114 ?fulles. } OPTIONAL { ?item wdt:P11412 ?enfocament. } OPTIONAL { ?item p:P2386 :b10. :b10 ps:P2386 ?diametre_f; pq:P518 wd:Q876650. } OPTIONAL { ?item p:P2386 :b11. :b11 ps:P2386 ?diametre_o; pq:P518 wd:Q192234. } OPTIONAL { ?item wdt:P11415 ?estabilitzador. } OPTIONAL { ?item wdt:P1071 ?lloc. } OPTIONAL { ?item wdt:P856 ?web. } OPTIONAL { ?item wdt:P2151 ?distància_focal. } OPTIONAL { ?item wdt:P7863 ?obertura. } } GROUP BY ?item ?itemLabel ?muntura ?munturaLabel ?elements ?grups ?fulles ?enfocament ?diametre_o ?diametre_f ?estabilitzador ?estabilitzadorLabel ?lloc ?llocLabel ?web LIMIT 4000

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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: dades tècniques objectius (amb focal i obertura)
SELECT DISTINCT ?item ?itemLabel ?muntura ?munturaLabel ?elements ?grups ?fulles (GROUP_CONCAT(DISTINCT ?distància_focal; separator=", ") AS ?focals )
 (GROUP_CONCAT(DISTINCT ?obertura; separator=", ") AS ?obertures ) ?enfocament ?diametre_o ?diametre_f 
?estabilitzador ?estabilitzadorLabel ?lloc ?llocLabel ?web WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". 
                         ?item rdfs:label ?itemLabel . 
                         ?muntura rdfs:label ?munturaLabel .
                         ?estabilitzador rdfs:label ?estabilitzadorLabel. 
                         ?lloc  rdfs:label  ?llocLabel .
                         }
  ?item (wdt:P279*) wd:Q192234.
  OPTIONAL {
    ?item p:P2935 _:b6.
    _:b6 ps:P2935 ?muntura;
      pq:P518 wd:Q205722.
  }
  OPTIONAL {
    ?item p:P2283 _:b7.
    _:b7 ps:P2283 wd:Q115743910;
      pq:P1114 ?elements.
  }
  OPTIONAL {
    ?item p:P2283 _:b8.
    _:b8 ps:P2283 wd:Q115744033;
      pq:P1114 ?grups.
  }
  OPTIONAL {
    ?item p:P2283 _:b9.
    _:b9 ps:P2283 wd:Q115745185;
      pq:P1114 ?fulles.
  }
  OPTIONAL { ?item wdt:P11412 ?enfocament. }
  OPTIONAL {
    ?item p:P2386 _:b10.
    _:b10 ps:P2386 ?diametre_f;
      pq:P518 wd:Q876650.
  }
  OPTIONAL {
    ?item p:P2386 _:b11.
    _:b11 ps:P2386 ?diametre_o;
      pq:P518 wd:Q192234.
  }
  OPTIONAL { ?item wdt:P11415 ?estabilitzador. }
  OPTIONAL { ?item wdt:P1071 ?lloc. }
  OPTIONAL { ?item wdt:P856 ?web. }
  OPTIONAL { ?item wdt:P2151 ?distància_focal. }
  OPTIONAL { ?item wdt:P7863 ?obertura. }
}
GROUP BY ?item ?itemLabel  ?muntura ?munturaLabel ?elements ?grups ?fulles ?enfocament ?diametre_o ?diametre_f 
?estabilitzador ?estabilitzadorLabel ?lloc ?llocLabel ?web 
LIMIT 4000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v13("?diametre_f"):::projected v14("?diametre_o"):::projected v16("?distància_focal"):::projected v9("?elements"):::projected v12("?enfocament"):::projected v5("?estabilitzador"):::projected v6("?estabilitzadorLabel"):::projected v18("?focals") v11("?fulles"):::projected v10("?grups"):::projected v1("?item"):::projected v2("?itemLabel"):::projected v7("?lloc"):::projected v8("?llocLabel"):::projected v3("?muntura"):::projected v4("?munturaLabel"):::projected v17("?obertura"):::projected v19("?obertures") v15("?web"):::projected a1((" ")) a2((" ")) a3((" ")) a4((" ")) a5((" ")) a6((" ")) c11(["wd:Q205722"]):::iri c17(["wd:Q115745185"]):::iri c16(["wd:Q115744033"]):::iri c2(["bd:serviceParam"]):::iri c7(["wd:Q192234"]):::iri c14(["wd:Q115743910"]):::iri c21(["wd:Q876650"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 v1 --"rdfs:label"--> v2 v3 --"rdfs:label"--> v4 v5 --"rdfs:label"--> v6 v7 --"rdfs:label"--> v8 end v1 --"p:direct/P279"--> c7 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P2935".-> a1 a1 --"p:statement/P2935"--> v3 a1 --"p:qualifier/P518"--> c11 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P2283".-> a2 a2 --"p:statement/P2283"--> c14 a2 --"p:qualifier/P1114"--> v9 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P2283".-> a3 a3 --"p:statement/P2283"--> c16 a3 --"p:qualifier/P1114"--> v10 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P2283".-> a4 a4 --"p:statement/P2283"--> c17 a4 --"p:qualifier/P1114"--> v11 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P11412".-> v12 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P2386".-> a5 a5 --"p:statement/P2386"--> v13 a5 --"p:qualifier/P518"--> c21 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:P2386".-> a6 a6 --"p:statement/P2386"--> v14 a6 --"p:qualifier/P518"--> c7 end subgraph optional7["(optional)"] style optional7 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P11415".-> v5 end subgraph optional8["(optional)"] style optional8 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P1071".-> v7 end subgraph optional9["(optional)"] style optional9 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P856".-> v15 end subgraph optional10["(optional)"] style optional10 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P2151".-> v16 end subgraph optional11["(optional)"] style optional11 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P7863".-> v17 end bind2[/"?distància_focal"/] v16 --o bind2 bind2 --as--o v18 bind3[/"?obertura"/] v17 --o bind3 bind3 --as--o v19