query-5f86a5edf78770e7d607c28100dac609
ItemsThe Illuminatus! Trilogy (Q1460253)
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 ?propLabel ?oLabel ?o
WHERE {
wd:Q1460253 ?p ?o .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
?prop wikibase:directClaim ?p
}
ORDER BY ?p
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?o"):::projected
v1("?p")
v3("?prop")
c3(["bd:serviceParam"]):::iri
c5(["en"]):::literal
c1(["wd:Q1460253"]):::iri
c1 -->v1--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end
v3 --"wikibase:directClaim"--> v1