query-6ecd358e799d119c092e23cfb647a58e

rq turtle/ttl

Similarities between Calvin and Hobbes

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?thing ?thingLabel WHERE {
{wd:Q37577 ?p1 ?thing} UNION {?thing ?p1 wd:Q37577} # calvin
{wd:Q37621 ?p2 ?thing} UNION {?thing ?p2 wd:Q37621} # hobbes
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?p1") v3("?p2") v2("?thing"):::projected c1(["wd:Q37577"]):::iri c2(["wd:Q37621"]):::iri c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 -->v1--> c1 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; c1 -->v1--> v2 end union0r <== or ==> union0l end subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v2 -->v3--> c2 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; c2 -->v3--> v2 end union1r <== or ==> union1l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end