E.g. ```sparql prefix owl: <http://www.w3.org/2002/07/owl#> select * where { ?s ?p ?o . ?p a owl:DatatypeProperty } ```
E.g.