query-661d113a08b2eabdeeff6b17a2a32c4e
8000 to 8999. Set at 3 statements, baseline 69 hits.(P8130)Internetowy Polski Słownik Biograficzny ID
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?subject ?itemLabel
WHERE {?item wdt:P8130 ?subject.
?item wikibase:statements ?statementcount.
FILTER ( ?statementcount = 3 )
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;
v2("?item"):::projected
v1("?statementcount")
v3("?subject"):::projected
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["?statementcount = '3^^xsd:integer'"]]
f0 --> v1
v2 --"wdt:P8130"--> v3
v2 --"wikibase:statements"--> v1
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end