query-21d69239bc0240ac90c41ca443a3cae0
Propertiesauthor (P50)illustrator (P110)creator (P170)instance of (P31)inception (P571)image (P18)
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 ?objekt ?objektLabel ?objektDescription ?istEinLabel ?autorLabel ?illustLabel ?urheberLabel ?pic ?jahr
WHERE
{
VALUES ?wasSuchenWir { wdt:P50 wdt:P110 wdt:P170 } # Autor, Illustrator oder Urheber
?objekt ?wasSuchenWir wd:Q704689. # Q704689 = C. W. Allers
OPTIONAL { ?objekt wdt:P31 ?istEin }
OPTIONAL { ?objekt wdt:P50 ?autor }
OPTIONAL { ?objekt wdt:P110 ?illust }
OPTIONAL { ?objekt wdt:P170 ?urheber }
OPTIONAL { ?objekt wdt:P571 ?datum; BIND(YEAR(?datum) AS ?jahr) }
OPTIONAL { ?objekt wdt:P18 ?pic }
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" }
} ORDER BY ?objektLabel
LIMIT 150
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?autor")
v8("?datum")
v6("?illust")
v4("?istEin")
v9("?jahr"):::projected
v3("?objekt"):::projected
v1("?objektLabel"):::projected
v10("?pic"):::projected
v7("?urheber")
v2("?wasSuchenWir")
c11(["de"]):::literal
c9(["bd:serviceParam"]):::iri
c1(["wd:Q704689"]):::iri
bind0[/VALUES ?wasSuchenWir/]
bind0-->v2
bind00(["wdt:P50"])
bind00 --> bind0
bind01(["wdt:P110"])
bind01 --> bind0
bind02(["wdt:P170"])
bind02 --> bind0
v3 -->v2--> c1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P31".-> v4
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P50".-> v5
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P110".-> v6
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P170".-> v7
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P571".-> v8
bind1[/"year-from-dateTime(?datum)"/]
v8 --o bind1
bind1 --as--o v9
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P18".-> v10
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end