query-11cd64180e81c4a7c9d2897986840979
) at 15:38:33 (UTC).contribs • talk (EvaSeidlmayer comment was added byunsignedThe preceding – Properly it's super easy... However I don't manage it right now. Thank you for help or hint! :(Q37069298)Krupp You should probably just use the item for "Krupp" as a family name:
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 ?person ?personLabel WHERE {
VALUES ?familyNameItem { wd:Q37069298 }
?person wdt:P734 ?familyNameItem .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de" }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?familyNameItem")
v2("?person"):::projected
c5(["#91;AUTO_LANGUAGE#93;,de"]):::literal
c3(["bd:serviceParam"]):::iri
bind0[/VALUES ?familyNameItem/]
bind0-->v1
bind00(["wd:Q37069298"])
bind00 --> bind0
v2 --"wdt:P734"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end