query-ea2ae283f03febd870efa0e4ed2d13e9
ErmittlerFehlende Ermittler können unter anderem hier gefunden werden: Kategorie:Ermittler der Fernsehreihe „Tatort“ Liste der Tatort-ErmittlerDie folgende Abfrage gibt die Tatort-Ermittler, die bereits ein Wikidata-Item haben und auch als Ermittler markiert sind, zurück. Freie Spalten dürften gerne ausgefüllt so wie fehlende Ermittler nachgetragen werden. Vor dem Anlegen eines neuen Ermittlers ist erst zu prüfen, ob er bereits ein Wikidata-Item hat, welches nur noch nicht richtig als Tatort-Ermittler gekennzeichnet ist.
Use at
- https://query.wikidata.org/sparql
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#>
SELECT ?actorLabel ?investigator ?investigatorLabel ?sexLabel ?givenNameLabel ?familyNameLabel ?teamLabel ?seriesLabel ?firstApprearanceLabel WHERE {
?investigator wdt:P31 wd:Q110857263
OPTIONAL {?investigator wdt:P21 ?sex}
OPTIONAL {?investigator wdt:P735 ?givenName}
OPTIONAL {?investigator wdt:P734 ?familyName}
OPTIONAL {?investigator wdt:P175 ?actor}
OPTIONAL {?investigator wdt:P361 ?team}
OPTIONAL {?investigator wdt:P1441 ?series}
OPTIONAL {?investigator wdt:P4584 ?firstApprearance}
SERVICE wikibase:label{bd:serviceParam wikibase:language "de"}
}
ORDER BY ?familyNameLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?actor")
v5("?familyName")
v1("?familyNameLabel"):::projected
v9("?firstApprearance")
v4("?givenName")
v2("?investigator"):::projected
v8("?series")
v3("?sex")
v7("?team")
c13(["de"]):::literal
c2(["wd:Q110857263"]):::iri
c11(["bd:serviceParam"]):::iri
v2 --"wdt:P31"--> c2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P21".-> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P735".-> v4
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P734".-> v5
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P175".-> v6
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P361".-> v7
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P1441".-> v8
end
subgraph optional6["(optional)"]
style optional6 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P4584".-> v9
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end