PREFIX owl: PREFIX rdf: PREFIX rdfs: SELECT ?x (STR(?lab) AS ?label) WHERE { ?x rdf:type owl:Class . OPTIONAL {?x rdfs:label ?lab} } ORDER BY ?x