SELECT ?ancestor ?name ?description ?instances WHERE { wd:Q23413 wdt:P279+ ?ancestor . ?ancestor rdfs:label ?name . FILTER(lang(?name) = "en") ?ancestor schema:description ?description . FILTER(lang… OPTIONAL { ?ancestor rete:instanceCount ?instances } }