query-446d9688361c0c147d29f9272f5dc012
P485 SELECT ?item ?itemLabel (COUNT(?value) AS ?count ) WHERE { ?item p:P485 ?property. ?property ps:P485 ?value. SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } HAVING (?count > 2)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#P485
SELECT ?item ?itemLabel (COUNT(?value) AS ?count )
WHERE
{
?item p:P485 ?property.
?property ps:P485 ?value.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
HAVING (?count > 2)