query-1d0b2b86e402115c1c9e854ac25b525a
Triples im which Cord Wiljes (Q53243913) is the subject
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?prop ?propLabel ?o ?oLabel
WHERE {
# needed to desplay the property's label
?prop wikibase:directClaim ?p . # To display the property's label
wd:Q53243913 ?p ?o .
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?propLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?o"):::projected
v3("?p")
v2("?prop"):::projected
v1("?propLabel"):::projected
c2(["wd:Q53243913"]):::iri
c4(["bd:serviceParam"]):::iri
c6(["de,en"]):::literal
v2 --"wikibase:directClaim"--> v3
c2 -->v3--> v4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end