query-de48d93f51f8e92c8f179cabeb6ce13d
Alba amicorum of KB SELECT ?item ?itemLabel WHERE { ?item p:P31/ps:P31 wd:Q457843 . ?item p:P195/ps:P195 wd:Q1526131 . 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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Alba amicorum of KB
SELECT ?item ?itemLabel
WHERE
{
?item p:P31/ps:P31 wd:Q457843 .
?item p:P195/ps:P195 wd:Q1526131 .
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
a1((" "))
a2((" "))
c8(["bd:serviceParam"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c6(["wd:Q1526131"]):::iri
c3(["wd:Q457843"]):::iri
v1 --"p:P31"--> a1
a1 --"p:statement/P31"--> c3
v1 --"p:P195"--> a2
a2 --"p:statement/P195"--> c6
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end