query-b359ec5b8d963d9695de4f7e4eefc2ac

rq turtle/ttl

élément connu de Wikidata réalisé par Francis Reusser SELECT ?film ?filmLabel ?durée ?date ?enLigneLabel ?URL WHERE { ?film wdt:P57 wd:Q116204. OPTIONAl {?film wdt:P577 ?date.} OPTIONAl {?film wdt:P2047 ?durée.} OPTIONAL {?film wdt:P3301 ?enLigne.} OPTIONAL {?film p:P3301 ?enLigneStat. ?enLigneStat ps:P3301 ?accès. ?enLigneStat pq:P2699 ?URL.} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?date

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
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#>
#élément connu de Wikidata réalisé par Francis Reusser
SELECT ?film ?filmLabel ?durée ?date ?enLigneLabel ?URL
WHERE 
{
  ?film wdt:P57 wd:Q116204.
  OPTIONAl {?film wdt:P577 ?date.}
  OPTIONAl {?film wdt:P2047 ?durée.}
  OPTIONAL {?film wdt:P3301 ?enLigne.}
  OPTIONAL {?film p:P3301 ?enLigneStat.
           ?enLigneStat ps:P3301 ?accès.
           ?enLigneStat pq:P2699 ?URL.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY ?date

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?URL"):::projected v6("?accès") v1("?date"):::projected v3("?durée"):::projected v4("?enLigne") v5("?enLigneStat") v2("?film"):::projected c2(["wd:Q116204"]):::iri c10(["bd:serviceParam"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal v2 --"p:direct/P57"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P577".-> v1 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P2047".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P3301".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:P3301".-> v5 v5 --"p:statement/P3301"--> v6 v5 --"p:qualifier/P2699"--> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end