query-a7f267b80c2e0083d4e5e6483a965e6d
Mad melone
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
OPTIONAL {
?player p:P1532 ?represents_statement.
?represents_statement a wikibase:BestRank. # Select only truthy statements
?represents_statement ps:P1532 ?represents.
FILTER NOT EXISTS { ?represents_statement pq:P582 []. } # Select only statements without an end time
}