SELECT ?class WHERE { ?? (rdf:type|owl:type) ?class . } OrderStatus
SELECT ?description WHERE { ?? (rdfs:comment|schema:description) ?description . } OrderStatus representing that payment is due on an order.