Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Athuillier
.
Toggle Highlighting
SQL
SELECT ?person (SAMPLE(?name) AS ?Person_Name) (SAMPLE(?birth) AS ?Person_Birth) (SAMPLE(?description) AS ?Person_Description) { ?person a dbo:Person . ?person foaf:name ?name . ?person dbo:birthDate ?birth . ?person dct:description ?description . filter langMatches(lang(?name),'en') filter langMatches(lang(?description),'en') FILTER ((xsd:date(?birth) > "1964-01-01"^^xsd:date) && (xsd:date(?birth) < "1965-01-01"^^xsd:date)) } GROUP BY ?person ORDER BY ?person OFFSET 1 LIMIT 9999
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...