Sample Queries

From jdcrp-wikibase
Jump to navigation Jump to search

Read more on queries

People and their relationships

  • People in this Wikibase
  1. People

SELECT ?item ?itemLabel ?lifetime ?itemDescription WHERE {

 ?item wdt:P21 ?lifetime.
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }

}