query-e424ebc88b3778a19fb87f79f3569228

rq turtle/ttl

predicate: range-safe is a wdt:P569You can further optimize this by informing the query service that : range-safe est un prédicat wdt:P569Vous pouvez ensuite optimiser ceci en informant le service de requête que predicate: range-safe is a wdt:P569You can further optimize this by informing the query service that predicaat is: bereikveilig een wdt:P569U kunt dit verder optimaliseren door de query service te informeren dat TODO predicate: range-safe is a wdt:P569You can further optimize this by informing the query service that predicate: range-safe is a wdt:P569You can further optimize this by informing the query service that predicate: range-safe is a wdt:P569You can further optimize this by informing the query service that

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?dateOfBirth WHERE {
  ?item wdt:P31 wd:Q5;
        wdt:P569 ?dateOfBirth. 
  FILTER("1978-00-00"^^xsd:date <= ?dateOfBirth &&
         ?dateOfBirth < "1979-00-00"^^xsd:dat)
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?dateOfBirth"):::projected v2("?item"):::projected c4(["wd:Q5"]):::iri f0[["'1978-00-00^^xsd:date' <= ?dateOfBirth?dateOfBirth < s1979-00-00^^<http://www.w3.org/2001/XMLSchema#dat>'"]] f0 --> v1 v2 --"wdt:P31"--> c4 v2 --"wdt:P569"--> v1