query-ead361ea453269f3a36b5579d2f8689e

rq turtle/ttl

films mis à disposition en libre accès en VOD par artfilm.ch durant la crise du Covid-19 triés par réalisatrice et date SELECT DISTINCT ?film ?filmLabel ?réalLabel ?familleLabel ?duree (MIN(?date) as ?oldest_date) ?accès WHERE { ?film wdt:P1344 wd:Q89370484; wdt:P2047 ?duree; wdt:P577 ?date; wdt:P57 ?réal. ?film p:P973 ?describestmt. ?describestmt ps:P973 ?accès. ?describestmt pq:P407 wd:Q150. FILTER STRSTARTS(STR(?accès), "https://www.artfilm.ch"). OPTIONAL {?réal wdt:P734 ?famille.} ?réal wdt:P21 wd:Q6581072. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,de,it,es". ?réal rdfs:label ?réalLabel. ?film rdfs:label ?filmLabel. ?famille rdfs:label ?familleLabel. } } GROUP BY ?film ?filmLabel ?réalLabel ?familleLabel ?duree ?accès ORDER BY STR(?familleLabel) ?réalLabel ?oldest_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 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#>
#films mis à disposition en libre accès en VOD par artfilm.ch durant la crise du Covid-19 triés par réalisatrice et date
SELECT DISTINCT ?film ?filmLabel ?réalLabel ?familleLabel ?duree (MIN(?date) as ?oldest_date) ?accès
WHERE 
{
  ?film wdt:P1344 wd:Q89370484;
        wdt:P2047 ?duree;
        wdt:P577 ?date;
        wdt:P57 ?réal.
  ?film p:P973 ?describestmt.
  ?describestmt ps:P973 ?accès.
  ?describestmt pq:P407 wd:Q150.
  FILTER STRSTARTS(STR(?accès), "https://www.artfilm.ch").
  OPTIONAL {?réal wdt:P734 ?famille.}
  ?réal wdt:P21 wd:Q6581072.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,de,it,es".
                         ?réal rdfs:label ?réalLabel.
                         ?film rdfs:label ?filmLabel.
                         ?famille rdfs:label ?familleLabel.
                         }
}
GROUP BY ?film ?filmLabel ?réalLabel ?familleLabel ?duree ?accès
ORDER BY STR(?familleLabel) ?réalLabel ?oldest_date

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?accès"):::projected v7("?date"):::projected v9("?describestmt") v6("?duree"):::projected v10("?famille") v1("?familleLabel"):::projected v5("?film"):::projected v11("?filmLabel"):::projected v12("?oldest_date") v8("?réal") v2("?réalLabel"):::projected c13(["wd:Q6581072"]):::iri c15(["bd:serviceParam"]):::iri c3(["wd:Q89370484"]):::iri c10(["wd:Q150"]):::iri c17(["#91;AUTO_LANGUAGE#93;,en,de,it,es"]):::literal f0[["starts-with(str(?accès),'https://www.artfilm.ch')"]] f0 --> v4 v5 --"p:direct/P1344"--> c3 v5 --"p:direct/P2047"--> v6 v5 --"p:direct/P577"--> v7 v5 --"p:direct/P57"--> v8 v5 --"p:P973"--> v9 v9 --"p:statement/P973"--> v4 v9 --"p:qualifier/P407"--> c10 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v8 -."p:direct/P734".-> v10 end v8 --"p:direct/P21"--> c13 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c15 --"wikibase:language"--> c17 v8 --"rdfs:label"--> v2 v5 --"rdfs:label"--> v11 v10 --"rdfs:label"--> v1 end bind2[/"min(?date)"/] v7 --o bind2 bind2 --as--o v12