query-0ba1724cede154ad72b3a101d384a94b

rq turtle/ttl

title:Classificazione CDD SELECT ?item ?itemLabel ?P1036 ?ccd_opere WHERE { ?item wdt:P1433 wd:Q109613247. OPTIONAL { ?item wdt:P1036 ?P1036. } OPTIONAL { ?item wdt:P8359 ?ccd_opere. } SERVICE wikibase:label { bd:serviceParam wikibase:language "it" . } }

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#>
#title:Classificazione CDD
SELECT ?item ?itemLabel
 ?P1036 ?ccd_opere WHERE {
  ?item wdt:P1433 wd:Q109613247.
  OPTIONAL { ?item wdt:P1036  ?P1036. }
  OPTIONAL { ?item wdt:P8359  ?ccd_opere. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "it" .   }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?P1036"):::projected v3("?ccd_opere"):::projected v1("?item"):::projected c6(["bd:serviceParam"]):::iri c2(["wd:Q109613247"]):::iri c8(["it"]):::literal v1 --"wdt:P1433"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1036".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P8359".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end