prefix owl: prefix obo: SELECT DISTINCT ?cls WHERE { {?cls a owl:AnnotationProperty .} UNION {?cls a owl:ObjectProperty .} UNION {?x ?cls} UNION {?x ?cls} FILTER (!isBlank(?cls)) }