query-c985985b40264385177ce4a5d0983bad
title:Birth date referenced, only one having best rank, with precision year or higher and possible precision qualifiers SELECT ?id ?person ?date ?prec ?source_condLabel ?refineLabel ?low_limit ?high_limit WHERE { ?person wdt:P5739 ?id . ?person p:P569 ?st . ?st prov:wasDerivedFrom ?ref ; a wikibase:BestRank ; psv:P569 [ wikibase:timePrecision ?prec ; wikibase:timeValue ?date ] . OPTIONAL { ?st pq:P1480 ?source_cond } . OPTIONAL { ?st pq:P4241 ?refine } . OPTIONAL { ?st pq:P1319 ?low_limit } . OPTIONAL { ?st pq:P1326 ?high_limit } . FILTER NOT EXISTS { ?person p:P569 ?st2 . ?st2 a wikibase:BestRank . FILTER( ?st2 != ?st ) } FILTER(?prec IN ("9"^^xsd:integer, "10"^^xsd:integer, "11"^^xsd:integer)) SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } } ORDER BY ?date
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX psv: <http://www.wikidata.org/prop/statement/value/>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title:Birth date referenced, only one having best rank, with precision year or higher and possible precision qualifiers
SELECT ?id ?person ?date ?prec ?source_condLabel ?refineLabel ?low_limit ?high_limit
WHERE {
?person wdt:P5739 ?id .
?person p:P569 ?st . ?st prov:wasDerivedFrom ?ref ; a wikibase:BestRank ; psv:P569 [ wikibase:timePrecision ?prec ; wikibase:timeValue ?date ] .
OPTIONAL { ?st pq:P1480 ?source_cond } .
OPTIONAL { ?st pq:P4241 ?refine } .
OPTIONAL { ?st pq:P1319 ?low_limit } .
OPTIONAL { ?st pq:P1326 ?high_limit } .
FILTER NOT EXISTS { ?person p:P569 ?st2 . ?st2 a wikibase:BestRank . FILTER( ?st2 != ?st ) }
FILTER(?prec IN ("9"^^xsd:integer, "10"^^xsd:integer, "11"^^xsd:integer))
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
ORDER BY ?date
Query found at
- https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/Queries
- https://www.wikidata.org/wiki/User:Ep%C3%ACdosis/sandbox