query-15ce17f4add70469ee559763ccfef59e
Items related to Francesco Francia SELECT ?item ?itemLabel ?p ?propLabel WHERE { ?item ?p wd:Q260057. ?prop wikibase:directClaim ?p. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } }
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#>
# Items related to Francesco Francia
SELECT ?item ?itemLabel ?p ?propLabel
WHERE
{
?item ?p wd:Q260057.
?prop wikibase:directClaim ?p.
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("?item"):::projected
v2("?p"):::projected
v3("?prop")
c4(["bd:serviceParam"]):::iri
c1(["wd:Q260057"]):::iri
c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 -->v2--> c1
v3 --"wikibase:directClaim"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end