query-e424ebc88b3778a19fb87f79f3569228
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
- https://query.wikidata.org/sparql
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
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/en
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/fr
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/hy
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/nl
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/pt
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/ru
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/uk
- https://www.wikidata.org/wiki/Wikidata:SPARQL_query_service/query_optimization/zh
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