query-370366f7f8d43d389b4c410b5ae3a547

rq turtle/ttl

Tatortfolgen, denen noch keine Folgennummer zugewiesen wurde

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX v: <http://www.wikidata.org/prop/statement/>
SELECT ?film ?publication ?filmLabel ?title ?investigatorSeriesLabel ?iso ?directorLabel ?imdb ?article WHERE {
  ?film p:P179 ?series . ?series v:P179 wd:Q689438 . FILTER NOT EXISTS {?series pq:P1545 ?ordinal}
  OPTIONAL{?film wdt:P1476 ?title}
  OPTIONAL{?film wdt:P577 ?publication}
  OPTIONAL{?film wdt:P345 ?imdb}
  OPTIONAL{?film wdt:P57 ?director}
  OPTIONAL{?film p:P179 ?investSeries . ?investSeries v:P179 ?investigatorSeries OPTIONAL{?investSeries pq:P1545 ?iso} FILTER(?investigatorSeries != wd:Q689438)}
  OPTIONAL{?article schema:about ?film . ?article schema:inLanguage "de"}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de" }
}
ORDER BY DESC(?publication) ?filmLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v12("?article"):::projected v9("?director") v6("?film"):::projected v2("?filmLabel"):::projected v8("?imdb"):::projected v10("?investSeries") v3("?investigatorSeries") v11("?iso"):::projected v5("?ordinal") v1("?publication"):::projected v4("?series") v7("?title"):::projected c11(["de"]):::literal c1(["wd:Q689438"]):::iri c13(["bd:serviceParam"]):::iri f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"p:qualifier/P1545"--> e0v2 e0v2("?ordinal"):::projected e0v1("?series"):::projected end f0--EXISTS--> f0e0 f0 --> v4 f0 --> c2 f0 --> v5 v4 --"p:qualifier/P1545"--> v5 v6 --"p:P179"--> v4 v4 --"p:statement/P179"--> c1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v6 -."p:direct/P1476".-> v7 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v6 -."p:direct/P577".-> v1 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v6 -."p:direct/P345".-> v8 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v6 -."p:direct/P57".-> v9 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v6 -."p:P179".-> v10 v10 --"p:statement/P179"--> v3 subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v10 -."p:qualifier/P1545".-> v11 end end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v12 -."schema:about".-> v6 v12 --"schema:inLanguage"--> c11 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c13 --"wikibase:language"--> c11 end