query-acdb6b4617967ed75f4ebe030e1ecf67

rq turtle/ttl

Oeuvres d'art video connues de Wikidata conservées dans une institution suisse SELECT ?item ?itemLabel ?crea ?creaLabel ?date ?form ?collLabel WHERE { ?item wdt:P31 wd:Q20742776. OPTIONAL {?item wdt:P170 ?crea} OPTIONAL {?item wdt:P577 ?date} OPTIONAL {?item wdt:P7937 ?form} ?item wdt:P195 ?coll. ?coll wdt:P17 wd:Q39. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }

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#>
#Oeuvres d'art video connues de Wikidata conservées dans une institution suisse
SELECT ?item ?itemLabel ?crea ?creaLabel ?date ?form ?collLabel
WHERE 
{
  ?item wdt:P31 wd:Q20742776.
  OPTIONAL {?item wdt:P170 ?crea}
  OPTIONAL {?item wdt:P577 ?date}
  OPTIONAL {?item wdt:P7937 ?form}
  ?item wdt:P195 ?coll.
  ?coll wdt:P17 wd:Q39.
  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; v5("?coll") v2("?crea"):::projected v3("?date"):::projected v4("?form"):::projected v1("?item"):::projected c8(["wd:Q39"]):::iri c10(["bd:serviceParam"]):::iri c2(["wd:Q20742776"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P31"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P170".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P577".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P7937".-> v4 end v1 --"wdt:P195"--> v5 v5 --"wdt:P17"--> c8 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end